Dominik Pschenitschni
55bed2e5e8
feat: merge switch-view.scss with component styles
2021-10-25 16:39:32 +02:00
Dominik Pschenitschni
87f7a515a6
feat: divide most list.scss styles into components
...
- list-card.vue and the Home.vue
- listSearch.vue
- topNavigation.vue
- EditTeam.vue
- List.vue
- ShowList.vue
2021-10-25 16:39:31 +02:00
Dominik Pschenitschni
a60ad77bdc
fix: use async action to change current list
2021-10-16 20:44:39 +02:00
Dominik Pschenitschni
7f5f44d7f0
fix: call loadList just once
2021-10-16 18:59:54 +02:00
Dominik Pschenitschni
bb94c1ba3a
feat: use async / await where it makes sense
2021-10-16 18:59:53 +02:00
Dominik Pschenitschni
3b940cb56c
feat: don't rethrow same error and handle errors globally
2021-10-16 18:59:53 +02:00
konrad
f05e81190f
fix: setting background to state mutation violation ( #858 )
...
State mutations must be synchronous. Using a promise.then handler to set the background is a violation of that.
Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/858
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-10-16 15:51:27 +00:00
Dominik Pschenitschni
6fee114610
chore: remove unneeded var
2021-10-11 18:08:31 +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
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
kolaente
187a8f5933
Small cleanups & code improvements
2021-08-06 23:34:37 +02:00
konrad
fa8492f97c
Add typescript support for helper functions ( #598 )
...
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/598
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-07-19 18:20:49 +00:00
kolaente
7fa94a9bd5
Fix loading a list when it was already partially saved in vuex
2021-07-10 12:45:36 +02:00
andreymal
7355204d2f
Improve some translations ( #581 )
...
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/581
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: andreymal <andriyano-31@mail.ru>
Co-committed-by: andreymal <andriyano-31@mail.ru>
2021-07-09 08:22:20 +00:00
kolaente
d09eff1655
Show last visited list on home page
2021-07-06 22:22:57 +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
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
kolaente
a9e58a8e21
Make filter buttons look better on mobile
2021-01-18 22:14:10 +01:00
kolaente
a8a7f70a3c
Cleanup code & make sure it has a common code style
2020-09-05 22:35:52 +02:00
kolaente
d9361bcd53
Redirect to current list view on click on list in menu again
...
Fixes #196
2020-07-29 13:02:46 +02:00
kolaente
708b057634
Add more debugging when loading lists or buckets
2020-07-25 15:07:22 +02:00
kolaente
7ad24c6d45
Make sure to make the list id from the route an int to not fail the comparison
2020-07-24 18:47:33 +02:00
kolaente
3acadfc6db
Add debug logs for loading list + kanban buckets
2020-07-24 10:42:30 +02:00
konrad
a0b9acee41
Add Page Titles Everywhere ( #177 )
...
Add page titles everywhere
Add global mixin to set page title
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/177
2020-07-07 20:07:13 +00:00
kolaente
c68886e1c0
Prevent loading the list + kanban board again when closing the task popup
2020-07-01 19:16:01 +02:00
kolaente
7873896a4a
Fix not showing changes in kanban when switching between views
2020-06-23 22:51:10 +02:00
kolaente
fc4b9d439b
Restructure components
2020-06-17 22:15:59 +02:00