SauceyRed sauceyred · Your/mom
sauceyred pushed to main at gorb/frontend 2025-06-01 14:14:31 +00:00
5b1d25807e feat: fix messages not grouping correctly and implement scrolling for loading previous messages
sauceyred pushed to main at gorb/frontend 2025-06-01 14:12:14 +00:00
9e8101ccad fix: messages not grouping correctly and attributing messages to wrong users
sauceyred pushed to main at gorb/frontend 2025-05-31 23:44:23 +00:00
55f4f0401b fix: v not included before API version number
sauceyred pushed to main at gorb/frontend 2025-05-31 23:42:24 +00:00
80f05bb514 feat: make redirects replace current url so you can go back to previous page without being immediately redirected
038b1af44e fix: registration and registration detection handling
Compare 2 commits »
sauceyred pushed to main at gorb/frontend 2025-05-31 23:01:20 +00:00
febdbb9421 feat: add query parameters options to fetchMessages function
417a558109 feat: update /me/guilds object response type
4b2c3af5e5 feat: change styling of message area a bit
1c5b136323 feat: change to fetch guild members list and improve appearance of members list
00d6eb0a00 fix: missing return type in some fetch functions
Compare 10 commits »
sauceyred pushed to main at gorb/frontend 2025-05-31 13:28:58 +00:00
310b1cc2df feat: remove unnecessary log statement
04af2be87f fix: message grouping when messages are received from websocket
Compare 2 commits »
sauceyred pushed to main at gorb/frontend 2025-05-31 12:50:53 +00:00
4da2ede58a feat: change grouped messages being called compact to grouped
3c65a700ff fix: fetching from malformed endpoints, again
aa710e0a4d feat: rename some occurrences of guild back to server
4eeb3a8c2a fix: fetching from malformed endpoints
fe1474416f feat: change all occurrences of server with guild
Compare 5 commits »
sauceyred pushed to main at gorb/frontend 2025-05-31 00:56:02 +00:00
57f31d487e fix: apiBase not including api version
sauceyred pushed to main at gorb/frontend 2025-05-31 00:40:22 +00:00
76cede3d67 Merge pull request 'Fix fetched API endpoint not being used correctly' (#4) from dev into main
502e31ee69 fix: apiBase not being used correctly, format document indentation
7bbf905df5 feat: switch to use apiBase rather than instanceUrl for checking stats endpoint
bb63afa31e feat: remove unused variable
Compare 4 commits »
sauceyred merged pull request gorb/frontend#4 2025-05-31 00:40:21 +00:00
Fix fetched API endpoint not being used correctly
sauceyred created pull request gorb/frontend#4 2025-05-31 00:40:17 +00:00
Fix fetched API endpoint not being used correctly
sauceyred pushed to dev at gorb/frontend 2025-05-31 00:39:47 +00:00
502e31ee69 fix: apiBase not being used correctly, format document indentation
7bbf905df5 feat: switch to use apiBase rather than instanceUrl for checking stats endpoint
bb63afa31e feat: remove unused variable
Compare 3 commits »
sauceyred pushed to main at gorb/frontend 2025-05-30 23:21:02 +00:00
a2e64b432d Merge pull request 'Appearance improvements, update of endpoints, and implementation of .well-known for checking API URL' (#3) from dev into main
bc8e84b75d feat: implement checking of /.well-known/gorb.txt for api url, remove old localStorage lines
f39ff00b3b feat: implement checking if email verification is enabled or not, change appearance of auth
47d5063bb7 feat: update servers array to fetch from /me/guilds
9f3059f94c feat: change /servers endpoints to /guilds to reflect changes in PR #19
Compare 8 commits »
sauceyred merged pull request gorb/frontend#3 2025-05-30 23:21:01 +00:00
Appearance improvements, update of endpoints, and implementation of .well-known for checking API URL
sauceyred created pull request gorb/frontend#3 2025-05-30 23:20:54 +00:00
Appearance improvements, update of endpoints, and implementation of .well-known for checking API URL
sauceyred pushed to dev at gorb/frontend 2025-05-30 23:19:45 +00:00
bc8e84b75d feat: implement checking of /.well-known/gorb.txt for api url, remove old localStorage lines
sauceyred pushed to dev at gorb/frontend 2025-05-29 22:25:09 +00:00
f39ff00b3b feat: implement checking if email verification is enabled or not, change appearance of auth
sauceyred pushed to dev at gorb/frontend 2025-05-29 21:01:22 +00:00
47d5063bb7 feat: update servers array to fetch from /me/guilds
9f3059f94c feat: change /servers endpoints to /guilds to reflect changes in PR #19
a92c74edc9 feat: remove unused sendMessage function in client layout
53687a0ec3 feat: implement message grouping, improve styling
6a3c8e8982 feat: improve channel list appearance
Compare 5 commits »
sauceyred pushed to main at gorb/frontend 2025-05-29 14:48:13 +00:00
381124f778 Merge pull request 'dev' (#2) from dev into main
be528649e1 Merge branch 'main' into dev
c10e083771 feat: have messages array always reverse
1d0fde3e36 feat: add padding on the sides of the message text input
c8598b39e6 feat: change color of message text input to inherit
Compare 9 commits »
sauceyred merged pull request gorb/frontend#2 2025-05-29 14:48:12 +00:00
dev