hashicorp-forge / hermes

A document management system
Mozilla Public License 2.0
1.8k stars 95 forks source link

Enable reordering of project resources #668

Closed jeffdaley closed 4 months ago

jeffdaley commented 4 months ago

Adds reordering functions to project resources. You can drag and drop items or rearrange them using a menu.

Adds the Pragmatic library which powers the drag and drop stuff. Also updates the FloatingUI package to access layoutShift, a hook for recomputing popovers in movement (which allows us to close the rearrange menu if it's open onDragStart).

Menu-based reordering is tested programmatically while drag-based functions were tested manually.