Dominik Pschenitschni
a737fc5bc2
feat: port config store to pinia
2022-09-23 13:30:09 +02:00
Dominik Pschenitschni
9e8c429864
feat: move config to stores
2022-09-23 13:29:43 +02:00
Dominik Pschenitschni
20e9420638
feat: port attachments store to pinia
2022-09-22 21:44:41 +00:00
Dominik Pschenitschni
c2ba1b2828
feat: move attachments store to stores
2022-09-22 21:44:41 +00:00
Dominik Pschenitschni
093ab766d4
feat: port namespace store to pinia
2022-09-21 23:32:21 +02:00
Dominik Pschenitschni
9474240cb9
feat: move namespaces store to stores
2022-09-21 23:32:21 +02:00
kolaente
ce0f58c783
feat: allow marking a related task done directly from the list
2022-09-21 18:36:38 +02:00
Dominik Pschenitschni
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
Dominik Pschenitschni
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
kolaente
2df2bd38e2
fix: only try to save user settings when a user is authenticated
2022-09-15 12:36:19 +02:00
kolaente
91976e23f9
fix: redirect to login when the jwt token expires
2022-09-15 12:35:53 +02:00
kolaente
63f5f446fd
feat(link shares): hide the logo if a query parameter was passed
2022-09-08 09:56:09 +00:00
kolaente
c06b781837
fix: don't try to set the bucket of a task when it was moved to a new list
2022-09-05 19:01:42 +02:00
Dominik Pschenitschni
49f3b928cb
chore: minor fixes
2022-09-05 19:01:42 +02:00
Dominik Pschenitschni
7d4ba6249e
feat: add modelTypes
2022-09-05 17:57:21 +02:00
Dominik Pschenitschni
f9b51306c3
fix: createNewTask typing
2022-09-05 17:43:24 +02:00
Dominik Pschenitschni
244478400a
feat: improve store typing
2022-09-05 17:43:23 +02:00
Dominik Pschenitschni
3766b5e51b
feat: improve store and model typing
2022-09-05 17:43:22 +02:00
Dominik Pschenitschni
6e4a3ff199
fix: authenticate per request ( #2258 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2258
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-04 14:30:11 +00:00
kolaente
51ffe93048
fix: clear all localstorage when logging out
2022-08-09 11:55:19 +02:00
kolaente
cb3f269937
fix(kanban): reset loading state after creating a task
...
Resolves: https://kolaente.dev/vikunja/frontend/issues/2184
2022-07-21 15:57:03 +02:00
kolaente
9ddb55a5ef
fix: vuex state mutation error when moving a kanban bucket
2022-07-20 17:18:27 +02:00
kolaente
8b0e88b574
fix: lint
2022-07-19 21:20:44 +02:00
kolaente
dac9d918b5
feat(kanban): show loading indicators when handling tasks
2022-07-19 18:33:45 +02:00
kolaente
2b8a786825
fix: archiving a list
2022-06-30 18:04:41 +02:00
kolaente
9bbc1bf939
fix: show a proper error message when no list or default list was specified
2022-06-11 13:59:19 +02:00
kolaente
4b0d491359
fix: remove workarounds to properly overlay the top menu bar over everything else
2022-05-08 23:26:07 +02:00
kolaente
b2897545e4
fix: properly set list backgrounds when switching between lists
...
Probably caused by the blur hash feature, switching between lists would not work if the list background was set via unsplash. I've refactored the whole decision tree which checks if a background should be loaded or not. It actually does not matter where the background is from (unsplash or upload) or if we had one in the last list - we only need to know if the current list has a background or if we just changed it and need to update right away.
2022-04-03 14:20:16 +02:00
Dominik Pschenitschni
ba9f69344a
feat: use defineComponent wrapper
2022-04-02 17:16:57 +02:00
Dominik Pschenitschni
15b67136fe
feat: rename js files to ts
2022-04-02 17:14:59 +02:00
konrad
4cff3ebee1
feat: use blurHash when loading list backgrounds ( #1188 )
...
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1188
2022-04-02 15:05:30 +00:00
Dominik Pschenitschni
c419062e49
fix: direct store manipulation in tasks ( #1534 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1534
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-02-18 19:48:49 +00:00
Dominik Pschenitschni
1e0607cb86
feat: simplify config mutation ( #1498 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1498
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-02-07 21:18:22 +00:00
kolaente
59da6686d0
feat: add authenticated http factory to create an axios instance with bearer header
2022-02-06 16:01:56 +01:00
konrad
3d3ccf629a
feat: add remember me style login ( #1339 )
...
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1339
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-02-06 13:17:55 +00:00
Dominik Pschenitschni
9a5b5c688d
Merge branch 'fix/app-ready' into feature/vue3-modals-with-router-4
2022-02-05 17:38:28 +01:00
Dominik Pschenitschni
24a154422d
chore: remove vikunjaReady from store
2022-02-01 23:09:41 +01:00
kolaente
a16e8fea61
Merge branch 'fix/app-ready' into feature/vue3-modals-with-router-4
2022-01-30 21:53:24 +01:00
Dominik Pschenitschni
de3c47dc69
fix ts errors in various files
2022-01-30 16:53:46 +01:00
Dominik Pschenitschni
a9fb24aa35
fix: currentList typing
2022-01-30 16:53:45 +01:00
kolaente
423195155e
Merge branch 'main' into feature/vue3-modals-with-router-4
2022-01-30 12:40:36 +01:00
konrad
c98ab42e75
feat: move lists between namespaces ( #1430 )
...
Frontend implementation of https://kolaente.dev/vikunja/api/pulls/1096
I've implemented this re-using the drag and drop part of rearranging the list position in the menu. The only problem we have is there's no way to check if a namespace is read-only and disable dropping a list into it. I hope to solve this in the future on the api but for now you can drop a list into it and get an error message. I felt like properly handling the error and restoring the list and its position given this will change anyway.
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1430
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-29 21:12:46 +00:00
kolaente
fdd2e7e538
fix: vuex store mutation violation when archiving a namespace
2022-01-26 14:36:32 +01:00
kolaente
8555ffcd17
Merge branch 'main' into feature/vue3-modals-with-router-4
2022-01-18 22:27:32 +01:00
kolaente
ff9e1b3fca
fix: vuex store manipulation warning when modifying task labels
2022-01-18 22:12:08 +01:00
kolaente
e2d9aa3d7f
Merge branch 'main' into feature/vue3-modals-with-router-4
...
# Conflicts:
# src/router/index.ts
# src/views/tasks/TaskDetailView.vue
2022-01-18 21:47:17 +01:00
kolaente
c7ac81a99f
fix: save user language when it wasn't saved previously
2022-01-14 22:11:13 +01:00
kolaente
55826bb8c9
fix: make sure the app is fully ready before trying to redirect to the login page
2022-01-08 15:44:33 +01:00
Dominik Pschenitschni
c70211ad32
feat: unify modal view
...
fix: List.vue
2022-01-04 21:55:30 +01:00
Dominik Pschenitschni
29d8422e94
fix(ready): remove class form fragment
2022-01-04 21:15:02 +01:00