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 b4f4fd45a4
All checks were successful
continuous-integration/drone/push Build is passing
feat: base store with composition api (#2601)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2601
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-10-31 20:31:58 +00:00
..
attachments.ts feat: port base store to pinia 2022-10-01 15:36:44 +02:00
auth.ts feat: auth store with composition api (#2602) 2022-10-31 20:25:35 +00:00
base.ts feat: base store with composition api (#2601) 2022-10-31 20:31:58 +00:00
config.ts feat: config store with composition api (#2604) 2022-10-31 20:29:56 +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 fix(subscription): make sure list subscription state is propagated everywhere for the current list 2022-10-24 19:01:01 +02:00
namespaces.ts fix(subscription): don't remove every namespace but the one subscribing to 2022-10-24 18:56:50 +02:00
tasks.ts feat: task store with composition api (#2610) 2022-10-31 20:22:00 +00:00