Commit graph

186 commits

Author SHA1 Message Date
cedf3c201f
feat: set focus outline of all items to light gray 2025-05-29 04:52:53 +02:00
fb85a2a33f
feat: improve styling of message box area 2025-05-29 04:52:02 +02:00
94fa7dc1c0
feat: add top margin for message box 2025-05-29 04:30:24 +02:00
d80731a1c0
fix: props definition not allowing for null value on img
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-29 04:28:58 +02:00
bc94d22ef0
feat: switch to using user property of message object 2025-05-29 04:27:19 +02:00
46483c336a
feat: add user property to MessageResponse interface 2025-05-29 04:26:34 +02:00
b164abeda9
feat: implement autoscroll
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-29 04:13:02 +02:00
e0cc80230c
feat: add small additional check for refresh res variable 2025-05-29 04:12:42 +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
25fc9e23c5
fix: redirect missing ? before query parameters 2025-05-29 04:11:03 +02:00
6658c28c85
feat: add utility to scroll to bottom of element 2025-05-29 04:09:44 +02:00
f44d67212b
feat: remove sleep I forgot to remove
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-29 02:38:18 +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
a324cc9300
style: fix indentation 2025-05-29 02:33:48 +02:00
a439f9481a
feat: manage loading state in auth middleware 2025-05-28 23:38:52 +02:00
379b85db4e
feat: remove Loading component from app.vue 2025-05-28 23:38:04 +02:00
751bdcfd9a
Merge branch 'main' into dev 2025-05-28 22:45:05 +02:00
a5f0e19716
feat: added check for if refresh returned access token 2025-05-28 22:40:26 +02:00
7ad2b6f299
style: fix indentation 2025-05-28 22:38:54 +02:00
6548f9329e
fix: redirect query set to undefined due to missing if statement check 2025-05-28 22:38:11 +02:00
e6bff0042d
feat: switched from setting height to 100% to using 100dvh 2025-05-28 22:37:25 +02:00
585e79dac6
feat: set baseURL back to root rather than /web 2025-05-28 22:36:14 +02:00
93b7bf9154
Merge branch 'main' of ssh://git.gorb.app:2022/gorb/frontend
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-28 20:35:09 +02:00
19fcccfb5b
feat: make chat scroll position to be at the bottom upon load 2025-05-28 20:20:28 +02:00
508af36704
feat: add Loading component to app.vue
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-28 02:30:18 +02:00
582435a3c7
feat: create custom error page, wip 2025-05-28 02:29:44 +02:00
1783928c36
feat: add / page 2025-05-28 02:29:26 +02:00
073e93cb57
feat: move Loading in auth layout to outside root container 2025-05-28 02:29:05 +02:00
e1cce87cdb
fix: always redirecting to / due to missing if statement in login page 2025-05-28 02:28:09 +02:00
8bfa17631c
feat: add support for redirect_to query param in register page 2025-05-28 02:27:22 +02:00
9f6490d744
feat: add verify-email page, wip 2025-05-28 02:26:17 +02:00
a15f85a082
fix: refresh returning 401 not properly logging you out of client 2025-05-28 02:24:54 +02:00
6a11108ec1
feat: add auth middleware 2025-05-28 02:18:29 +02:00
22ca450651
feat: make Loading component a spinning load circle 2025-05-28 02:17:54 +02:00
8140335518
feat: disable ssr to enable client-side rendering 2025-05-28 02:17:00 +02:00
9981bc4158 feat: add embed field
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-27 21:06:02 +02:00
c7b853230e
feat: implement fetching of usernames for messages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-27 01:47:48 +02:00
a110e39c2b
feat: change spacing of messages 2025-05-27 01:47:18 +02:00
cc36fc1912
feat: add utilities to fetch guild member and instance user 2025-05-27 01:45:33 +02:00
68292b4e78 fix: ? display uuid instead of the same username for all messages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-27 00:32:24 +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
7c89f6c272 feat: set base URL to /web
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 23:23:23 +02:00
c73fe505a5 ci: fix node path
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 23:14:34 +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
1d79f680df feat: add Channel component
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 22:49:43 +02:00
8ce2d52044 feat: add invite popup component 2025-05-26 22:49:43 +02:00
646ae78776 feat: add components for showing messages 2025-05-26 22:49:43 +02:00
68cd8e10ed feat: add Message class, may remove later 2025-05-26 22:49:43 +02:00
2f0ff0521f feat: update and improve auth composable 2025-05-26 22:49:43 +02:00