Commit Graph

9 Commits

Author SHA1 Message Date
branchmispredictor 8b68f453c5 Add support for identity-aware proxy login 2021-05-18 13:55:03 -04:00
kolaente c9e0c9b6cf
Bring up the keyboard shortcuts when pressing ?
Doesn't really work right now, see https://github.com/iFgR/vue-shortkey/issues/116
2021-04-18 19:32:31 +02:00
kolaente c666f36cf4
Only check for token renew when the user is authenticated 2021-04-07 16:37:43 +02:00
kolaente 1ee8efc90e
Fix logout test 2021-04-07 16:35:14 +02:00
konrad 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
kolaente 83748bd484
Fix transition between pages 2021-01-20 22:11:05 +01:00
kolaente b9eeec0125
Hide menu on mobile after navigating 2020-11-21 22:31:34 +01:00
kolaente 4e2606a0d6
Fix renewing token on focus 2020-11-10 21:54:04 +01:00
konrad 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