SauceyRed sauceyred · Your/mom
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
sauceyred pushed to dev at gorb/frontend 2025-05-29 14:47:52 +00:00
be528649e1 Merge branch 'main' into dev
917cb827b0 ci: force ci
9f289249a8 Merge pull request 'dev' (#1) from dev into main
Compare 3 commits »
sauceyred created pull request gorb/frontend#2 2025-05-29 14:47:34 +00:00
dev
sauceyred pushed to dev at gorb/frontend 2025-05-29 14:38:53 +00:00
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
b1457dc31f fix: message times not displaying correctly
c3b72b3be6 feat: make send button and message input box slightly bigger
Compare 7 commits »
sauceyred pushed to main at gorb/frontend 2025-05-29 03:01:51 +00:00
9f289249a8 Merge pull request 'dev' (#1) from dev into main
454633720b feat: styled button a bit
e1578a1302 feat: disable input history in message text box
cedf3c201f feat: set focus outline of all items to light gray
fb85a2a33f feat: improve styling of message box area
Compare 37 commits »
sauceyred merged pull request gorb/frontend#1 2025-05-29 03:01:50 +00:00
dev
sauceyred created pull request gorb/frontend#1 2025-05-29 03:01:02 +00:00
Merge dev into main
sauceyred pushed to dev at gorb/frontend 2025-05-29 02:59:26 +00:00
454633720b feat: styled button a bit
e1578a1302 feat: disable input history in message text box
cedf3c201f feat: set focus outline of all items to light gray
fb85a2a33f feat: improve styling of message box area
94fa7dc1c0 feat: add top margin for message box
Compare 5 commits »
sauceyred pushed to dev at gorb/frontend 2025-05-29 02:29:06 +00:00
d80731a1c0 fix: props definition not allowing for null value on img
bc94d22ef0 feat: switch to using user property of message object
46483c336a feat: add user property to MessageResponse interface
Compare 3 commits »