aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/store/viewConfig.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(files): Support setting view config for complex idsChristopher Ng2024-08-011-1/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-0/+9
| | | | | | | | | 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>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: favorites colour, icon, unwanted eslint-disable, typing and previewJohn Molakvoæ2023-07-051-13/+10
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): forward arguments to store creationJohn Molakvoæ2023-04-191-6/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-181-0/+103
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>