Commit graph

26 commits

Author SHA1 Message Date
f6523ae97f
feat: remove unnecessary styles from client layout 2025-06-01 17:02:58 +02:00
038b1af44e
fix: registration and registration detection handling 2025-06-01 01:41:36 +02:00
417a558109
feat: update /me/guilds object response type 2025-06-01 00:59:50 +02:00
3fd28ed3fc
fix: /guilds/me variable expecting wrong response object type 2025-05-31 16:33:22 +02:00
9a84315b64
fix: apiBase not including api version when automatically fetched 2025-05-31 16:32:04 +02:00
aa710e0a4d
feat: rename some occurrences of guild back to server 2025-05-31 14:38:49 +02:00
fe1474416f
feat: change all occurrences of server with guild 2025-05-31 14:27:37 +02:00
57f31d487e
fix: apiBase not including api version
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-31 02:55:44 +02:00
502e31ee69
fix: apiBase not being used correctly, format document indentation
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-05-31 02:39:34 +02:00
bc8e84b75d
feat: implement checking of /.well-known/gorb.txt for api url, remove old localStorage lines
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-05-31 01:19:31 +02:00
47d5063bb7
feat: update servers array to fetch from /me/guilds
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-29 23:01:04 +02:00
a92c74edc9
feat: remove unused sendMessage function in client layout 2025-05-29 22:22:48 +02:00
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