Commit Graph

7 Commits

Author SHA1 Message Date
c666f36cf4
Only check for token renew when the user is authenticated 2021-04-07 16:37:43 +02:00
1ee8efc90e
Fix logout test 2021-04-07 16:35:14 +02:00
ddadd89c64 Move all create views to better looking popups (#383)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#383
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-21 22:33:16 +00:00
83748bd484
Fix transition between pages 2021-01-20 22:11:05 +01:00
b9eeec0125
Hide menu on mobile after navigating 2020-11-21 22:31:34 +01:00
4e2606a0d6
Fix renewing token on focus 2020-11-10 21:54:04 +01:00
588b4f507a Refactor app component (#283)
Fix redirect to home

Move redirect to home to no auth component

Move setup stuff to separate functions

Renew token in authenticated component

Use vue's router object

Move auth type checks to computed properties

Move after route stuff to authenticated content component

More Cleanup

Cleanup

Hide the navigation on mobile in the navigation component

Load namespaces from inside the navigation component

Fix logout

Move not authenticated content to separate component

Fix favoriting lists

Move link share authenticated stuff to separate component

Move authenticated stuff to separate component

Move side navigation to separate component

Move top navigation bar to separate component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#283
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-11-01 17:36:00 +00:00