aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/composables
Commit message (Expand)AuthorAgeFilesLines
* fix(files): also show file list headers on empty viewsFerdinand Thiessen2025-03-052-0/+60
* feat(files): add opendetails param and file list up/down keyboard shortcutskjnldsv2024-12-171-0/+8
* refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-202-0/+106
* refactor(files): Adjust `useNavigation` composable to enforce active viewFerdinand Thiessen2024-11-162-12/+15
* test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-261-3/+6
* feat: Load limited depth treeChristopher Ng2024-08-081-0/+2
* fix(files): `openfile` is set on the query not as a paramFerdinand Thiessen2024-08-031-2/+5
* feat: Navigate via folder treeChristopher Ng2024-08-011-1/+3
* refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-251-0/+47
* feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-252-20/+47
* feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-251-0/+20
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-9/+7
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-232-0/+144