- 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
25 lines
572 B
YAML
25 lines
572 B
YAML
collections:
|
|
documents:
|
|
path: ./collections/documents
|
|
description: General documents and notes
|
|
notes:
|
|
path: ./collections/notes
|
|
description: Personal notes and drafts
|
|
projects:
|
|
path: ./collections/projects
|
|
description: Project documentation
|
|
7madah:
|
|
path: collections/7madah
|
|
description: 'User-created collection: 7madah'
|
|
tech:
|
|
path: collections/tech
|
|
description: 'User-created collection: tech'
|
|
server:
|
|
host: localhost
|
|
port: 8004
|
|
webdav:
|
|
verbose: 1
|
|
enable_loggers: []
|
|
property_manager: true
|
|
lock_manager: true
|