aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntryGrid.vue
Commit message (Expand)AuthorAgeFilesLines
* refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-251-1/+8
* fix(files): Do not split filename into `base` and `extension` for foldersFerdinand Thiessen2024-07-251-1/+1
* feat(files): Display mtime in grid viewLouis Chemineau2024-07-041-0/+12
* fix(files): Properly handle files in failed stateFerdinand Thiessen2024-06-241-1/+1
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-231-0/+5
* fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-121-1/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
* fix(files): setup cannot be in mixinsJohn Molakvoæ2024-02-071-0/+20
* chore(files): move shared FileEntry and FileEntryGrid into a mixinJohn Molakvoæ2024-02-071-357/+7
* fix(files) selection store typingJohn Molakvoæ2024-02-071-12/+23
* fix(files): drop to folder path and user feedbackJohn Molakvoæ2024-02-071-6/+36
* fix(files): Fix checkbox state semanticsChristopher Ng2024-01-201-3/+3
* fix(files): Fix unresponsive file click to downloadChristopher Ng2024-01-051-1/+1
* fix(files): Allow Ctrl/Command click on file entries to open in a new tabJulius Härtl2023-12-271-2/+9
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-191-9/+3
* feat(files): grid viewJohn Molakvoæ2023-10-171-0/+414