Navigation settings now feature a reorderable folder layout for enhanced organization.
Changes
- Implemented a drag-and-drop interface for rearranging folder order using SwiftUI’s List and onMove modifiers.
- Updated folder management logic to support saving new order persistently with UserDefaults.
- Redesigned the navigation settings UI to visually represent folder hierarchy with collapsible sections.
- Enhanced accessibility by adding VoiceOver support for the new folder layout interactions.