Commit graph

133 commits

Author SHA1 Message Date
5012517e9b feat: Fundementals for settings pages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-01 05:04:38 +02:00
55f4f0401b
fix: v not included before API version number
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-01 01:44:18 +02:00
80f05bb514
feat: make redirects replace current url so you can go back to previous page without being immediately redirected
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-01 01:42:18 +02:00
038b1af44e
fix: registration and registration detection handling 2025-06-01 01:41:36 +02:00
febdbb9421
feat: add query parameters options to fetchMessages function
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-06-01 01:00:57 +02:00
417a558109
feat: update /me/guilds object response type 2025-06-01 00:59:50 +02:00
4b2c3af5e5
feat: change styling of message area a bit 2025-05-31 17:13:59 +02:00
1c5b136323
feat: change to fetch guild members list and improve appearance of members list 2025-05-31 17:12:07 +02:00
00d6eb0a00
fix: missing return type in some fetch functions 2025-05-31 17:11:08 +02:00
abf3b248c4
feat: redirect to first channel in list when going to server url 2025-05-31 16:35:11 +02:00
5011affd49
feat: remove margin-top from message box and have it be set dynamically on last message 2025-05-31 16:34:25 +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
115b7d8341
feat: remove old utils in favor of api composable 2025-05-31 16:31:40 +02:00
310b1cc2df
feat: remove unnecessary log statement
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-31 15:28:50 +02:00
04af2be87f
fix: message grouping when messages are received from websocket 2025-05-31 15:28:33 +02:00
4da2ede58a
feat: change grouped messages being called compact to grouped
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-31 14:50:44 +02:00
3c65a700ff
fix: fetching from malformed endpoints, again 2025-05-31 14:46:01 +02:00
aa710e0a4d
feat: rename some occurrences of guild back to server 2025-05-31 14:38:49 +02:00
4eeb3a8c2a
fix: fetching from malformed endpoints 2025-05-31 14:31:32 +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
76cede3d67 Merge pull request 'Fix fetched API endpoint not being used correctly' (#4) from dev into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #4
2025-05-31 00:40:21 +00: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
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
a2e64b432d Merge pull request 'Appearance improvements, update of endpoints, and implementation of .well-known for checking API URL' (#3) from dev into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #3
2025-05-30 23:21:01 +00: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
381124f778 Merge pull request 'dev' (#2) from dev into main
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #2
2025-05-29 14:48:11 +00: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