Add admin toggle for sorting dropdown visibility and hide A-Z grouping in custom drag mode #19
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Public/noodlenook!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "copilot/add-toggle-sorting-dropdown"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds admin control to show/hide the sidebar sorting dropdown and removes alphabetical grouping when using custom drag-and-drop ordering.
Changes
Backend (
backend/routes/settings.js)show_sort_dropdownsetting (default:'true') to control dropdown visibilityAdmin Settings UI (
frontend/src/pages/SettingsPage.jsx)Sidebar Component (
frontend/src/components/Sidebar.jsx)show_sort_dropdownsettingsortBy === 'custom'Behavior
When dropdown toggle is disabled:
When custom drag mode is active:
Both changes are backward compatible—existing installations default to showing the dropdown.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.