Dominik Pschenitschni
|
34d0f28678
|
Merge branch 'main' into fix/vue3
# Conflicts:
# src/views/list/settings/edit.vue
|
2021-10-03 13:24:17 +02:00 |
|
dpschen
|
3f9917dfab
|
fix: vuex mutation error in edit list (#813)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/813
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-10-02 18:51:54 +00:00 |
|
Dominik Pschenitschni
|
421ff9a188
|
feat: use new async component definition
- fix see: https://v3.vuejs.org/guide/migration/async-components.html
- put async editor in separate component
|
2021-10-01 18:46:40 +02:00 |
|
Dominik Pschenitschni
|
db49b9b532
|
fix: directly set arrays, objects and delete directly
Not needed since vue3 uses proxies
|
2021-10-01 18:45:42 +02:00 |
|
Dominik Pschenitschni
|
697ea12c8e
|
fix: breaking attribute coercion behavior
see: https://v3.vuejs.org/guide/migration/attribute-coercion.html#overview
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
f51371bbe0
|
feat: move from life cycle to data or watcher
- remove from created / mounted
- initialize component services in data
- use immediate watcher where appropriate
- deep watch for route changes
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
ebeca48be4
|
fix: namespace collision of global error method with draggable error method
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
4454e6cf22
|
feat: update to new slot syntax
Prepare for vue 3
|
2021-09-24 21:46:42 +02:00 |
|
dpschen
|
30d699df2d
|
fix: non unique ids (#672)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/672
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-08-23 17:42:42 +00:00 |
|
konrad
|
c4067c7c35
|
PWA improvments (#622)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/622
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-07-28 20:58:12 +00:00 |
|
konrad
|
a08306d612
|
Add vite (#416)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/416
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-07-25 13:27:15 +00:00 |
|
kolaente
|
d81b4117f5
|
Fix quick actions not working when nonexisting lists where left over in history
|
2021-07-20 18:03:38 +02:00 |
|
konrad
|
f0498fd767
|
Add translations (#562)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/562
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-06-23 23:24:57 +00:00 |
|
kolaente
|
cdc805c8da
|
Refactor success and error messages
|
2021-06-22 22:07:57 +02:00 |
|
kolaente
|
9d818921a7
|
Fix not updating list name in store when changing it
|
2021-05-26 16:46:16 +02:00 |
|
kolaente
|
1686663a3f
|
Add option to remove a list background
|
2021-03-21 18:11:24 +01:00 |
|
kolaente
|
cf47e196d7
|
Automatically go back after saving from a popup
|
2021-02-20 17:24:40 +01:00 |
|
konrad
|
e0be77d88f
|
Move list edit/namespace to separate pages and in a menu (#397)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/397
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-01-30 16:17:04 +00:00 |
|