vikunja-frontend/src
kolaente b7a976a9cf fix: setting the last viewed list after navigating away from it
The new list background was set on the home page when navigating to the list. This was because the `CURRENT_LIST` was set to the last visited list, even after the call to `this.$store.commit(CURRENT_LIST, null)` because everything is async. I tracked the problem down to the call to `watchEffect` in the ListWrapper component. Apparently, `watchEffect` is called every time _the watched variable is assigned to_ and not only when it changes. When navigating away from the list, that watcher is getting called with the list id, the one already loaded, and sets it in store which in turn overrides the call from the contentAuth component.
2022-03-27 21:06:30 +00:00
..
assets fix(a11y): remove wrong aria-label 2022-01-18 20:43:52 +00:00
components feat: use vueuse to lock scrolling 2022-03-27 20:42:21 +00:00
composables fix ts errors in various files 2022-01-30 16:53:46 +01:00
directives chore: simplify focus directive 2021-12-17 16:34:27 +00:00
helpers fix: pop sound not saved and played when marking tasks done 2022-02-26 14:48:46 +01:00
http-common feat: add authenticated http factory to create an axios instance with bearer header 2022-02-06 16:01:56 +01:00
i18n [skip ci] Updated translations via Crowdin 2022-03-20 00:27:38 +00:00
indexes feat: use flexsearch for all local searches (#997) 2021-11-14 20:49:52 +00:00
message feat: upgrade to packages for vue 3 2021-10-01 18:49:54 +02:00
models fix: property spelling 2022-02-14 17:00:10 +00:00
modules fix: edge cases for dates where the next month had fewer days than the current one 2022-01-30 12:38:17 +01:00
router Merge branch 'main' into feature/login-improvements 2022-02-05 18:04:33 +01:00
services feat: use script setup and ts in app auth components 2021-12-12 14:37:20 +00:00
store fix: direct store manipulation in tasks (#1534) 2022-02-18 19:48:49 +00:00
styles Redefine all Bulma variables to fix undefined variables (#1165) 2022-03-27 19:20:37 +00:00
types fix: expose configureCompat types 2022-01-30 17:24:38 +01:00
views fix: setting the last viewed list after navigating away from it 2022-03-27 21:06:30 +00:00
App.vue feat: make profile picture clickable (#1531) 2022-02-13 21:57:33 +00:00
icons.js feat: improve input validation for register form 2021-12-21 15:21:20 +01:00
main.ts fix: don't try to format invalid dates as ISO 2022-01-18 20:43:52 +00:00
registerServiceWorker.js Cleanup broken sw functions 2021-07-26 23:09:49 +02:00
sentry.js feat: add releases to sentry (#919) 2021-10-31 13:37:57 +00:00
sw.js chore(deps): update workbox monorepo to v6.5.2 (#1725) 2022-03-27 15:12:03 +00:00
urls.js feat: move user settings to multiple components (#889) 2021-10-26 20:58:02 +00:00
version.json Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00