Commit Graph

14 Commits

Author SHA1 Message Date
Mahmoud-Emad
3961628b3d feat: Implement collection deletion and loading spinners
- Add API endpoint and handler to delete collections
- Introduce LoadingSpinner component for async operations
- Show loading spinners during file loading and preview rendering
- Enhance modal accessibility by removing aria-hidden attribute
- Refactor delete functionality to distinguish between collections and files/folders
- Remove unused collection definitions from config
2025-10-27 11:32:20 +03:00
Mahmoud-Emad
afcd074913 feat: Implement sidebar collapse and expand functionality
- Add CSS for collapsed sidebar state and transitions
- Introduce SidebarToggle class for managing collapse/expand logic
- Integrate SidebarToggle initialization in main script
- Add toggle button to navbar and make mini sidebar clickable
- Store sidebar collapsed state in localStorage
- Filter image files and directories in view mode via FileTree
- Make navbar brand clickable to navigate to collection root or home
2025-10-26 18:48:31 +03:00
Mahmoud-Emad
7a9efd3542 style: Improve markdown editor styling and functionality
- Update dark mode button icon and styling
- Add styling for new collection button
- Apply default iframe styles in preview pane
- Adjust vertical divider height in header buttons
- Improve handling of JSX-like attributes in markdown
- Add support for new collection functionality
- Refine file loading logic in view mode
- Improve dark mode toggle icon and integration
- Update UI for edit/view mode toggle button
2025-10-26 17:59:48 +03:00
Mahmoud-Emad
f319f29d4c feat: Enhance WebDAV file management and UI
- Add functionality to create new collections via API
- Implement copy and move operations between collections
- Improve image rendering in markdown preview with relative path resolution
- Add support for previewing binary files (images, PDFs)
- Refactor modal styling to use flat buttons and improve accessibility
2025-10-26 17:29:45 +03:00
Mahmoud-Emad
0ed6bcf1f2 refactor: Modularize UI components and utilities
- Extract UI components into separate JS files
- Centralize configuration values in config.js
- Introduce a dedicated logger module
- Improve file tree drag-and-drop and undo functionality
- Refactor modal handling to a single manager
- Add URL routing support for SPA navigation
- Implement view mode for read-only access
2025-10-26 15:42:15 +03:00
d48e25ce90 ... 2025-10-26 10:27:48 +04:00
cae90ec3dc ... 2025-10-26 09:15:51 +04:00
b9349425d7 ... 2025-10-26 09:07:21 +04:00
cdc753e72d ... 2025-10-26 08:51:22 +04:00
98a529a3cc ... 2025-10-26 08:42:43 +04:00
5c9e07eee0 ... 2025-10-26 08:14:23 +04:00
12b4685457 ... 2025-10-26 07:49:26 +04:00
3fc8329303 ... 2025-10-26 07:28:22 +04:00
e41e49f7ea ... 2025-10-26 07:17:49 +04:00