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
konrad efed128f03
continuous-integration/drone/push Build was killed Details
fix: rely on api to properly sort tasks on home page (#1997)
This PR changes the behaviour of how tasks are sorted. Before, the frontend would sort tasks but this resulted in some cases where tasks were not sorted properly. Most of this is test code to reliably reproduce the problem and make fixing it easier.
The actual bug was in Vikunja's api, therefore I've removed all sorting of tasks in the frontend and ensured the api properly sorts tasks.

Fixes https://github.com/go-vikunja/frontend/issues/54

Depends on vikunja/api#1177

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1997
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-06-01 16:59:59 +00:00
..
assets fix(a11y): remove wrong aria-label 2022-01-18 20:43:52 +00:00
components feat: add alt+r shortcut to bring up reminder input on task detail view 2022-05-23 22:58:54 +02:00
composables feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
directives feat: rename js files to ts 2022-04-02 17:14:59 +02:00
helpers feat: improve colorIsDark helper 2022-05-22 15:44:45 +00:00
http-common feat: rename js files to ts 2022-04-02 17:14:59 +02:00
i18n [skip ci] Updated translations via Crowdin 2022-05-30 00:21:12 +00: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 feat: improve colorIsDark helper 2022-05-22 15:44:45 +00:00
modules fix imports 2022-04-23 11:25:49 +00:00
router fix: list title not set as page title after closing a task popup 2022-05-08 11:58:37 +02:00
services fix: rename caldavToken to ts (#1814) 2022-04-18 17:22:19 +00:00
store fix: remove workarounds to properly overlay the top menu bar over everything else 2022-05-08 23:26:07 +02:00
styles fix: new label text color in dark mode 2022-05-23 22:27:26 +02:00
types feat: remove vue3 compat mode 2022-05-22 23:44:16 +02:00
views fix: rely on api to properly sort tasks on home page (#1997) 2022-06-01 16:59:59 +00:00
App.vue feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
icons.ts feat: rename js files to ts 2022-04-02 17:14:59 +02:00
main.ts feat: remove vue3 compat mode 2022-05-22 23:44:16 +02: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 chore(deps): update workbox monorepo to v6.5.3 (#1820) 2022-04-18 17:33:01 +00: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