-
Notifications
You must be signed in to change notification settings - Fork 485
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
Select & MultiSelect Chip Colors - ROWY-135 #1151
Conversation
… in app - last task; showing colors on chips
… implementing some logic
@devsgnr is attempting to deploy a commit to the Rowy Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
For some reason; cc: @shamsmosowi |
setSelectedFields(fieldKeys) | ||
fieldKeys.forEach(field => { | ||
setSelectedFields(fieldKeys); | ||
fieldKeys.forEach((field) => { |
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 formatter is making changes to files not relevant to the PR
closes #514
🚣🏽 Worked on creating color selection menu for Select & MultiSelect chips (12 predefined colors created from the existing color palette and using
paletteToMui
function to generate thelight
anddark
variants)🚣🏽 Worked on adding the
react-color-palette
component to be able to customize thelight
anddark
variant of any colors (predefined or can start fromaGray
)🚣🏽 Worked on adding the
colors
object to theconfig
object in the table's schema🚣🏽 Made color changes to everywhere that has a chip
Few things that I'm still working on
Working on deleting bothoptions
andcolors
values at the same time (blocker)RetainYes, No, Maybe
coloring to live alongside the new coloring system (nice to have)