Commit graph

108 commits

Author SHA1 Message Date
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
7bbf905df5
feat: switch to use apiBase rather than instanceUrl for checking stats endpoint 2025-05-31 02:38:18 +02:00
bb63afa31e
feat: remove unused variable 2025-05-31 02:37:29 +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
f39ff00b3b
feat: implement checking if email verification is enabled or not, change appearance of auth
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-30 00:15:19 +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
9f3059f94c
feat: change /servers endpoints to /guilds to reflect changes in PR #19 2025-05-29 23:00:17 +02:00
a92c74edc9
feat: remove unused sendMessage function in client layout 2025-05-29 22:22:48 +02:00
53687a0ec3
feat: implement message grouping, improve styling 2025-05-29 22:21:17 +02:00
6a3c8e8982
feat: improve channel list appearance 2025-05-29 22:16:42 +02:00
be528649e1 Merge branch 'main' into dev
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-29 14:47:51 +00:00
c10e083771
feat: have messages array always reverse
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed
2025-05-29 16:38:19 +02:00
1d0fde3e36
feat: add padding on the sides of the message text input 2025-05-29 16:35:34 +02:00
c8598b39e6
feat: change color of message text input to inherit 2025-05-29 16:35:14 +02:00
b1457dc31f
fix: message times not displaying correctly 2025-05-29 16:33:29 +02:00
c3b72b3be6
feat: make send button and message input box slightly bigger 2025-05-29 15:31:36 +02:00
786b4e0925
feat: add rounded corners to message box and input 2025-05-29 15:23:10 +02:00
fb38edcd81
feat: add rounded-corners global class 2025-05-29 15:22:41 +02:00
917cb827b0 ci: force ci
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-29 14:39:50 +02:00
9f289249a8 Merge pull request 'dev' (#1) from dev into main
All checks were successful
ci/woodpecker/manual/build-and-publish Pipeline was successful
Reviewed-on: #1
2025-05-29 03:01:50 +00:00
454633720b
feat: styled button a bit 2025-05-29 04:58:43 +02:00
e1578a1302
feat: disable input history in message text box 2025-05-29 04:58:28 +02:00
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