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 2e537f6d63
All checks were successful
continuous-integration/drone/push Build is passing
fix: loading list views would sometimes not get loaded
To make sure the tasks of a list are only loaded after the list itself is fetched from the server, we hide the list view until the list is fully loaded. When switching between different views of the same list, this would cause the list view to not be loaded at all because the list was already loaded at that point.

closes #1732
2022-04-02 12:47:13 +02:00
..
assets fix(a11y): remove wrong aria-label 2022-01-18 20:43:52 +00:00
components feat: add date math for filters (#1342) 2022-03-28 17:30:42 +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 chore: move converting params to service 2022-02-27 17:21:07 +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-31 00:29:19 +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 fix: mark query parameter as string 2022-02-09 17:52:27 +01:00
services chore: move converting params to service 2022-02-27 17:21:07 +01:00
store fix: direct store manipulation in tasks (#1534) 2022-02-18 19:48:49 +00:00
styles Merge branch 'main' into feature/date-math 2022-03-27 22:41:53 +02:00
types fix: expose configureCompat types 2022-01-30 17:24:38 +01:00
views fix: loading list views would sometimes not get loaded 2022-04-02 12:47:13 +02: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