1
0
Commit Graph

29 Commits

Author SHA1 Message Date
63fb8a1962 feat: Login script setup (#2417)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2417
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-10-01 15:58:39 +00:00
78a6d38641 fix: type of config stores maxFileSize (#2455)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2455
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-10-01 15:03:10 +00:00
1d7f857070 feat: rework loading state of stores 2022-10-01 16:22:01 +02:00
7f281fc5e9 feat: port base store to pinia 2022-10-01 15:36:44 +02:00
df74f9d80c feat: move base store to stores 2022-10-01 15:22:31 +02:00
d1d7cd535e feat: migrate kanban store to pina (#2411)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2411
2022-10-01 12:15:22 +00:00
68219ee224 fix(lint): unnecessary catch clause 2022-09-30 22:36:50 +02:00
5585966584 fix(task): cancel loading state when creating a new task does not work 2022-09-30 21:25:05 +02:00
e999b38d3b fix(task): cancel loading state when creating a new task does not work 2022-09-30 21:24:08 +02:00
f8450f58a4 fix(task): make sure users can be assigned via quick add magic via their real name as well
See https://kolaente.dev/vikunja/frontend/issues/2196#issuecomment-36206
2022-09-30 21:20:26 +02:00
c35810f28f feat: port kanban store to pinia 2022-09-29 21:42:39 +02:00
9f26ae1ee6 feat: move kanban to stores 2022-09-29 21:42:39 +02:00
34ffd1d572 feat: port tasks store to pinia 2022-09-29 21:40:15 +02:00
1fdda07f65 feat: move tasks to stores 2022-09-29 14:01:39 +02:00
8e3f54ae42 feat: convert model methods to named functions 2022-09-29 13:11:06 +02:00
176ad565cc feat: auth store type improvements 2022-09-28 23:43:15 +02:00
7b53e684aa feat: port auth store to pinia 2022-09-28 23:43:14 +02:00
f30c964c06 feat: move auth to stores 2022-09-28 23:38:15 +02:00
a737fc5bc2 feat: port config store to pinia 2022-09-23 13:30:09 +02:00
9e8c429864 feat: move config to stores 2022-09-23 13:29:43 +02:00
20e9420638 feat: port attachments store to pinia 2022-09-22 21:44:41 +00:00
c2ba1b2828 feat: move attachments store to stores 2022-09-22 21:44:41 +00:00
6e5501a5f1 fix(labels): unset loading state after loading all labels 2022-09-22 19:02:12 +02:00
093ab766d4 feat: port namespace store to pinia 2022-09-21 23:32:21 +02:00
9474240cb9 feat: move namespaces store to stores 2022-09-21 23:32:21 +02:00
1c58fccd92 feat: add hot reloading support 2022-09-21 23:32:21 +02:00
943d5f7975 feat: task relatedTasks script setup 2022-09-21 18:35:46 +02:00
a38075f376 feat: move list store to pina (#2392)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2392
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-21 16:21:25 +00:00
d67e5e386d feat: port label store to pinia | pinia 1/9 (#2391)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2391
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-21 14:23:57 +00:00