Commit graph

14 commits

Author SHA1 Message Date
52eab190ee
fix: auth layout causing too much recursion due to having forgotten to remove <NuxtLayout> 2025-05-29 04:12:13 +02:00
59c9acdc9e
feat: remove loading on this page in favor of layout-wide loading
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-29 02:36:44 +02:00
3b1581d950
feat: add loading on client layout 2025-05-29 02:36:10 +02:00
e6bff0042d
feat: switched from setting height to 100% to using 100dvh 2025-05-28 22:37:25 +02:00
073e93cb57
feat: move Loading in auth layout to outside root container 2025-05-28 02:29:05 +02:00
e4a338b99c
feat: add back /api to being included in api_base cookie
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 23:35:33 +02:00
f1f4d4f76e
feat: remove /api from being included in api_base cookie
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 22:58:31 +02:00
64c5f99963 feat: add auth layout 2025-05-26 22:49:43 +02:00
2e3a4ae10d feat: add client layout 2025-05-26 22:49:43 +02:00
4364e9fa3b feat: move login/register to auth layout, add detecting and setting instance URL 2025-05-26 22:49:43 +02:00
c3e17cb56e
wip: more work on client look 2025-05-01 22:38:59 +02:00
893b3726bb
feat: add basis of auth 2025-05-01 22:35:18 +02:00
67f98735ee
refactor: remove default.vue layout and move contents back to app.vue 2025-05-01 22:34:22 +02:00
d401464353
wip: more work 2025-04-30 07:40:51 +02:00