Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Tags with Custom Colors #232

Open
mlajkim opened this issue Dec 6, 2024 · 0 comments
Open

Feat: Tags with Custom Colors #232

mlajkim opened this issue Dec 6, 2024 · 0 comments
Labels
enhancement New feature or request (UX)

Comments

@mlajkim
Copy link
Contributor

mlajkim commented Dec 6, 2024

Background

Color is a great distinguisher as human eyes catch colors much faster than actual words.
It will be great for users to custom their colors under preference.

For example, if user has the following setting, their tag named "must-remember" will be colored as they define:

{
  customTagColors: {
    "must-remember": "#FF0000" // red
  }
}

TODOs

- [ ] Make changes in API so that it accepts custom color for tags
- [ ] Make UI read/apply the custom colors defined by the users
- [ ] Let users be able to change their tag colors on UI
@mlajkim mlajkim added the enhancement New feature or request (UX) label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request (UX)
Projects
None yet
Development

No branches or pull requests

1 participant