willianrod / ODeck

A free and open-source alternative to StreamDeck
https://odeck.app
MIT License
388 stars 22 forks source link

[feature] allow to reorder keys #37

Closed EduardoJM closed 6 months ago

EduardoJM commented 11 months ago

Propose to close #34

https://github.com/willianrod/ODeck/assets/20397491/dcb535d9-1090-42de-9534-30a7fcbf0a47


Create an composition of useDrag and useDrop in the Key component to allow reorder.


Notes:

backgroundColor:
        buttonKey?.backgroundColor !== 'transparent'
          ? buttonKey?.backgroundColor
          : 'var(--chakra-colors-chakra-body-bg)',