aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/store/selection.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-0/+2
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): do not rely on unique fileidskjnldsv2024-06-121-3/+3
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-131-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files): add move or copy actionJohn Molakvoæ2023-09-261-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: favorites colour, icon, unwanted eslint-disable, typing and previewJohn Molakvoæ2023-07-051-3/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): implement shift-selectJohn Molakvoæ2023-04-111-3/+17
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): switch to piniaJohn Molakvoæ2023-04-061-21/+16
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-0/+51
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>