e95e81112b
feat: improve looks of auth page
2025-07-09 07:25:57 +02:00
9e5d48931d
feat: switch to use fetcvhInstanceStats from api composable in auth.vue
2025-07-09 07:25:10 +02:00
6154bb89d0
feat: change some console.log calls
2025-07-09 07:23:51 +02:00
397e94798f
feat: remove unused type import
2025-07-09 07:21:49 +02:00
04689e57ea
feat: remove old logout and other auth functions from login/register page
2025-07-09 07:21:16 +02:00
9a2fe8fb37
refactor: change a lot of dynamic sizes to em and rem
...
this makes the client feel a LOT snappier
2025-07-09 00:43:23 +02:00
730b0cb1dc
refactor: change the client from table to flexbox
...
this makes the server, channel, and member list a constant size, making the text messages take up the entire remaining width
this also fixes the text wrapping you have already fixed on one of your branches
this change is required if we want to make the member list toggelable, or channel list resizable
2025-07-09 00:25:52 +02:00
8932070fcc
feat: spice up the home bar
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-08 21:11:14 +02:00
24d8905ef2
feat: woke theme
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-06 02:20:11 +02:00
c203d26b26
feat: settings button
...
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
for some reason the settings menu is a bit wonky with this, but that's likely an issue with the settings menu itself interacting with nuxt being nuxt
2025-07-03 18:14:32 +02:00
49ad1d195d
Merge branch 'theming' into GUI-polish
2025-07-03 17:52:21 +02:00
8033fd27e1
feat: Add theming, no settings menu yet
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-02 23:50:09 +02:00
692dd6d1c7
feat: icons, user popus, and polish
...
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
user popus are WEIRD, and i need help with layering
2025-07-02 21:42:24 +02:00
8c92a7ad0c
feat: Use actual server icons instead of placeholder
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-07-02 20:17:30 +02:00
b82d5733a1
feat: refactor left column in UI, add join guild icon
2025-06-07 06:28:07 +02:00
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
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
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
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
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
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
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
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