-
Notifications
You must be signed in to change notification settings - Fork 159
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
Display Tags in filelist #7169
Comments
@kulmann I think its a good idea to have a predefined, extensible colorpalette in the theme because users might want to chose special colors for their tags in the future. we can then provide the 30 colors defined in the theme (and more if wanted) |
update: prioritized different colors for tags as 🍰 Cherry on top (nice-to-have). @kulmann |
@fschade we discussed to bypass the truncation (+4) and drop-menu if there are many tags in the column in the first step: One idea was to just list all tags in the row - but this would result in multi-line row which would mess up the filestable 😕 proposal:
could that be a compromise? |
Yes, please! Could even be the preferred solution (based on user feedback later on). Let's go with this approach. Multi-line rows / rows with variable height are a no go. |
User Story
Value
Acceptance Criteria
Column is only shown, if there are Tags in the current folder--> won't happen as long as we have pagination. value too small...
(bonus: truncation in the middle of the tag)+ 4
+ 4
opens the tags sidebartags without colors:
colored tags (not part of this story)
Definition of ready
Definition of done
Functional requirements
functionality described in the user story works
acceptance criteria are fulfilled
Quality
codre review happened
CI is green
critical code received unit tests by the developer
automated tests passed (if automated tests are not available, this test needs to be created and passed
Non-functional requirements
no sonar cloud issues
The text was updated successfully, but these errors were encountered: