pixelpaws
94e0308a12
feat(settings): allow hiding folder sidebar
2025-11-03 06:39:13 +08:00
Will Miao
4e552dcf3e
feat: Add drag-and-drop support with visual feedback for sidebar nodes
...
This commit implements drag-and-drop functionality for sidebar nodes,
adding visual feedback via highlight styling when dragging over
valid drop targets. The CSS introduces new classes to style
drop indicators using the lora-accent color scheme, while the JS
adds event handlers to manage drag operations and update the UI
state accordingly. This improves user interaction by providing
clear visual cues for valid drop areas during file operations.
2025-10-12 06:55:01 +08:00
Will Miao
d2c2bfbe6a
feat(sidebar): add recursive search functionality and toggle button
2025-10-09 17:07:10 +08:00
Will Miao
31b032429d
fix(sidebar): change default pinned state to true for sidebar restoration
2025-09-03 15:46:33 +08:00
Will Miao
2a67cec16b
fix(sidebar): update tree selection logic and improve breadcrumb and header state handling
2025-09-02 18:19:01 +08:00
Will Miao
1800afe31b
feat(sidebar): implement display mode toggle and update sidebar actions for improved navigation. See #389
2025-09-02 17:42:21 +08:00
Will Miao
4246908f2e
feat: Add updateContainerMargin method and integrate it into sidebar state management for improved layout handling
2025-08-29 21:28:19 +08:00
Will Miao
f64597afd2
feat: Update restoreSelectedFolder to ensure activeFolder is a string before assignment and reset selectedPath if not
2025-08-29 17:46:43 +08:00
Will Miao
d62cff9841
feat: Refactor SidebarManager integration and cleanup methods for improved state management
2025-08-26 21:38:33 +08:00
Will Miao
8e5bfd379e
feat: Add closeDropdown method to manage dropdown state in SidebarManager
2025-08-26 19:26:05 +08:00
Will Miao
d2268fc9e0
feat: Implement initial hidden state for sidebar and enhance visibility handling
2025-08-26 18:02:52 +08:00
Will Miao
a98e26139f
feat: Implement auto-hide functionality for sidebar and update controls layout
2025-08-26 17:57:59 +08:00
Will Miao
522a3ea88b
feat: Update sidebar breadcrumb styles and enhance dropdown functionality
2025-08-26 17:13:04 +08:00
Will Miao
d7949fbc30
feat: Enhance sidebar navigation with dropdowns and refactor breadcrumb structure
2025-08-26 16:44:01 +08:00
Will Miao
6df083a1d5
feat: Refactor sidebar components for improved structure and styling
2025-08-26 15:26:45 +08:00
Will Miao
4dc80e7f6e
feat: Implement sidebar navigation with folder tree and controls
2025-08-26 10:33:46 +08:00