croma-app / huehive-mobile-app

[HueHive] : An open source react native app for web, iOS and android for color palette management
https://huehive.co
MIT License
61 stars 21 forks source link

Allows reordering of colours of palettes #158

Closed Walia8416 closed 1 year ago

Walia8416 commented 2 years ago

Completed feature allowing users to easily reorder colours of a palette @kamalkishor1991 ezgif com-gif-maker

kamalkishor1991 commented 2 years ago

@Walia8416 thanks for the PR. we have to ideally figure out if there is a way to do it using drag and drop. I found few resources so looks like it is possible in react native. https://www.npmjs.com/package/react-native-draggable https://blog.reactnativecoach.com/creating-draggable-component-with-react-native-132d30c27cb0 Please check. In case drag and drop is harder to implement we have to at least fix the animation so that the color moves downwards instead of animation happening from the side.

Walia8416 commented 2 years ago

After researching drag and drop is uncharted territory and trying to implement has resulted in various bugs. However I will fix the animation issue.@kamalkishor1991

kamalkishor1991 commented 1 year ago

It is now implemented here - #171