awcodes / filament-quick-create

Plugin for Filament Panels that adds a dropdown menu to the header to quickly create new items.
MIT License
168 stars 26 forks source link

Add sortBy Navigation Feature #39

Closed sitenzo closed 10 months ago

sitenzo commented 10 months ago

Summary

This pull request introduces a new sorting feature in the Filament Quick Create package. The update allows sorting of items by their Resource navigation sort order using ->sortBy('navigation'). This enhancement improves consistency and user experience by aligning items according to the Filament Resource navigation order.

Key Changes

Impact

Additional Notes

sitenzo commented 10 months ago

Hi @awcodes, Thanks for the feedback.