aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/store/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(files): add hotkey service and unify action handlingskjnldsv2024-12-171-1/+8
| | | | 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(files): Do not show files from hidden folders in "Recent"-view if hidden ↵Ferdinand Thiessen2024-04-161-0/+25
files are disabled by user Needed to adjust the store creation to be able to inject pinia before the vue app is initialized. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>