This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src
kolaente b2897545e4
Some checks failed
continuous-integration/drone/push Build is failing
fix: properly set list backgrounds when switching between lists
Probably caused by the blur hash feature, switching between lists would not work if the list background was set via unsplash. I've refactored the whole decision tree which checks if a background should be loaded or not. It actually does not matter where the background is from (unsplash or upload) or if we had one in the last list - we only need to know if the current list has a background or if we just changed it and need to update right away.
2022-04-03 14:20:16 +02:00
..
assets fix(a11y): remove wrong aria-label 2022-01-18 20:43:52 +00:00
components fix: menu on mobile devices 2022-04-02 23:09:28 +02:00
composables feat: rename js files to ts 2022-04-02 17:14:59 +02:00
directives feat: rename js files to ts 2022-04-02 17:14:59 +02:00
helpers feat: add TSDoc definition to some models 2022-04-02 17:17:09 +02:00
http-common feat: rename js files to ts 2022-04-02 17:14:59 +02:00
i18n chore: fix CalDAV casing 2022-04-02 17:37:51 +02:00
indexes feat: use flexsearch for all local searches (#997) 2021-11-14 20:49:52 +00:00
message feat: rename js files to ts 2022-04-02 17:14:59 +02:00
models fix: caldavToken model typehints 2022-04-02 17:37:52 +02:00
modules feat: rename js files to ts 2022-04-02 17:14:59 +02:00
router fix: mark query parameter as string 2022-02-09 17:52:27 +01:00
services chore: return new model instead of modifying the existing 2022-04-02 17:37:51 +02:00
store fix: properly set list backgrounds when switching between lists 2022-04-03 14:20:16 +02:00
styles feat: use blurHash when loading list backgrounds (#1188) 2022-04-02 15:05:30 +00:00
types fix: expose configureCompat types 2022-01-30 17:24:38 +01:00
views fix: properly set list backgrounds when switching between lists 2022-04-03 14:20:16 +02:00
App.vue feat: make profile picture clickable (#1531) 2022-02-13 21:57:33 +00:00
icons.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
main.ts fix: don't try to format invalid dates as ISO 2022-01-18 20:43:52 +00:00
registerServiceWorker.ts fix: service worker path 2022-04-02 17:23:23 +02:00
sentry.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
sw.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
urls.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
version.json Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00