-
Notifications
You must be signed in to change notification settings - Fork 11
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/assign unassign tags #1988
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code review passed
even though I would like to see some test but would move this on playwright for now.
functional review
The color of the tags is not being applied in the form
In BoxEdit it works, I checked the form field and we created a form component here where you can copy the styling options for the select field:
multiValue: (provided, state) => ({ |
Please fix the styling. Otherwise, I do not have to review it again.
@HaGuesto fixed the styling |
thanks @jlin95 , the tag badges are colored now. I added a commit to make the AssignTagsButton stretch across the full width of the menu, before there was a gap on the right side. |
Actual ticket is https://trello.com/c/6mD1HYg7 |
This PR introduces the assign tags functionality. Unassign tags functionality will be done in a separate PR.