aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry/FileEntryCheckbox.vue
Commit message (Collapse)AuthorAgeFilesLines
* feat(files): add selection keyboard shortcutsskjnldsv2024-12-171-1/+36
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-291-0/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): Node loading information should be accessibleFerdinand Thiessen2024-08-311-1/+6
| | | | | | | The loading icon visually informs that the node is currently loading, but there is no non-visual information (accessible information). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-011-2/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-2/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): do not rely on unique fileidskjnldsv2024-06-121-8/+9
| | | | 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-5/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): Fix checkbox state semanticsChristopher Ng2024-01-201-6/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* 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): split FileEntry NameJohn Molakvoæ2023-10-171-3/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): split FileEntry Checkbox and fix range selectionJohn Molakvoæ2023-10-171-0/+130
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>