ryangjchandler / filament-navigation

Build structured navigation menus in Filament.
MIT License
168 stars 64 forks source link

feature: drag & drop navigation #51

Closed ryangjchandler closed 1 year ago

ryangjchandler commented 1 year ago

This pull request is the initial work required to add drag & drop sorting and nesting to navigation menus. I originally avoided this since it took a bit of thought and needed the plugin quick smart.

There are definitely some areas to iron out still, specifically styling and making dropzones easier to target. Right now it takes a bit of mouse accuracy to get the item in the right place.