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/stores
Dominik Pschenitschni b18640d688
Merge branch 'main' into feature/ganttastic
# Conflicts:
#	pnpm-lock.yaml
#	src/modelTypes/ITask.ts
#	src/stores/auth.ts
#	src/types/vue-flatpickr-component.d.ts
2022-10-24 17:19:23 +02:00
..
attachments.ts feat: port base store to pinia 2022-10-01 15:36:44 +02:00
auth.ts Merge branch 'main' into feature/ganttastic 2022-10-24 17:19:23 +02:00
base.ts fix: wait until everything is loaded before replacing the current view with the last or login view 2022-10-23 16:12:48 +02:00
config.ts feat: Login script setup (#2417) 2022-10-01 15:58:39 +00:00
helper.ts feat: rework loading state of stores 2022-10-01 16:22:01 +02:00
kanban.ts fix(task): setting a label would not show up on the kanban board after setting it 2022-10-05 16:27:12 +02:00
labels.test.ts feat: port label store to pinia | pinia 1/9 (#2391) 2022-09-21 14:23:57 +00:00
labels.ts feat: rework loading state of stores 2022-10-01 16:22:01 +02:00
lists.ts feat: rework loading state of stores 2022-10-01 16:22:01 +02:00
namespaces.ts fix: make sure subscriptions are properly inherited between lists and namespaces 2022-10-07 18:15:05 +02:00
tasks.ts fix(task): only show create list or import cta when there are no tasks 2022-10-23 14:01:20 +02:00