aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FilesListTableHeader.vue
Commit message (Collapse)AuthorAgeFilesLines
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-291-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor: Use composable for `currentView` and `views` to make it reactive ↵Ferdinand Thiessen2024-06-231-8/+12
| | | | | | when shared with other Vue apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): do not rely on unique fileidskjnldsv2024-06-121-1/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(files) selection store typingJohn Molakvoæ2024-02-071-7/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): Fix checkbox state semanticsChristopher Ng2024-01-201-5/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): move header actions out from the tableGrigorii K. Shartsev2024-01-101-46/+40
| | | | | | Having actions in the table header is no valid for a11y and counts as a column name. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* enh(files): added ability to escape out of all selection when focusedEduardo Morales2023-12-211-1/+6
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): Adjust table header to look like on previous versionsFerdinand Thiessen2023-11-271-3/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Add accessible sort directionChristopher Ng2023-10-141-3/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-0/+213
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>