ui-core
ui-core copied to clipboard
Reordering open definitions
A user should be able to drag and drop open definitions to re-order them.
This re-ordering only has an effect on the order of definitions in the UI.
- [ ] Drag and Drop
- [X] Keyboard reorder
Design:
Design exploration being done here: https://www.figma.com/proto/kFq5VZ12HR0BZffsOAtRLN/Codebase?page-id=1403%3A0&node-id=1403%3A1&viewport=-259%2C199%2C0.3564445674419403&scaling=min-zoom
Initial work to update the definition focus styles: https://github.com/unisonweb/codebase-ui/pull/127 to support this upcoming drag and drop work.
Its now possible to re-order using the keyboard, but drag and drop is still not yet supported.