You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Creating a new card automatically sets a random icon. This is by design, as it makes cards immediately distinguishable. However, sometimes we want to turn that off
How important this is to me and why:
Importance: Medium
Additional context / similar features:
P1: Add an option to the settings menu to turn this off. Store in localStorage per-client for now.
Bonus points: Create a userSettings.ts class to manage other settings like this
P3: (Future) consider how to store this and similar settings per server / instance / board
The text was updated successfully, but these errors were encountered:
Summary:
Creating a new card automatically sets a random icon. This is by design, as it makes cards immediately distinguishable. However, sometimes we want to turn that off
How important this is to me and why:
Importance: Medium
Additional context / similar features:
P1: Add an option to the settings menu to turn this off. Store in localStorage per-client for now.
Bonus points: Create a
userSettings.ts
class to manage other settings like thisP3: (Future) consider how to store this and similar settings per server / instance / board
The text was updated successfully, but these errors were encountered: