vikunja/src/views
konrad efed128f03 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: vikunja/frontend#1997
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-06-01 16:59:59 +00:00
..
filters feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
labels feat: use defineComponent wrapper 2022-04-02 17:16:57 +02:00
list fix: properly reference task input textarea from parent component 2022-05-23 22:33:43 +02:00
migrator feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
namespaces feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
sharing feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
tasks fix: rely on api to properly sort tasks on home page (#1997) 2022-06-01 16:59:59 +00:00
teams feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
user feat: OpenIdAuth script setup 2022-05-27 17:41:35 +00:00
404.vue feat: use defineComponent wrapper 2022-04-02 17:16:57 +02:00
About.vue feat: add lang ts to script block 2022-04-02 17:15:46 +02:00
Home.vue chore: remove showAll prop and make it a computed instead 2022-02-20 21:32:02 +01:00