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

4364-feat(front): Display tags in multi-select picker #4419

Merged
merged 5 commits into from
Mar 14, 2024

Conversation

Anchit1909
Copy link
Contributor

Closes #4364

Changes:

  • Added colorful tags in multi-select picker.

Screenshot 2024-03-12 102822

@lucasbordeau lucasbordeau self-requested a review March 12, 2024 10:26
@lucasbordeau lucasbordeau self-assigned this Mar 12, 2024
@@ -36,7 +39,7 @@ export const MenuItemMultiSelect = ({
<StyledMenuItemBase className={className} onClick={handleOnClick}>
<StyledLeftContentWithCheckboxContainer>
<Checkbox checked={selected} />
<MenuItemLeftContent LeftIcon={LeftIcon} text={text} />
<Tag color={color} text={text} Icon={LeftIcon} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep the previous behavior if no color is passed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @lucasbordeau, I've made the required changes. Please check if it's alright now.

@lucasbordeau
Copy link
Contributor

Works but minor comment

@lucasbordeau lucasbordeau merged commit fbc7e6a into twentyhq:main Mar 14, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display tags in multi-select picker
2 participants