croma-app / huehive-mobile-app

[HueHive] : An open source react native app for web, iOS and android for color palette management
https://play.google.com/store/apps/details?id=app.croma
MIT License
60 stars 21 forks source link

Ability to name a color and edit the name of the color #110

Open kamalkishor1991 opened 3 years ago

kamalkishor1991 commented 3 years ago

Depends on #109

highb33kay commented 1 year ago

Hi @kamalkishor1991 , could you explain this better?

kamalkishor1991 commented 1 year ago

Right now the name of the color is shown for colors in palette library but color name is optional and user does not have a ability to add new to a color in a palette. We want to provide that feature. We can add it as part of color details screen(Second screenshot) as a new field called name which is editable.

Screenshot_20221016_100924 Screenshot_20221016_101128

kamalkishor1991 commented 1 year ago

Names are now assinged on the server side. We need edit name functionality in the app that calls the server api to rename.

vishalgupta8982 commented 1 day ago

Where i will get api for this ?