Twig twig · She/They
  • Joined on 2025-04-28
twig merged pull request gorb/frontend#28 2025-07-12 17:28:43 +00:00
Implement friends list and refactor components
twig pushed to main at gorb/frontend 2025-07-12 17:28:43 +00:00
1d1cfa0af2 Merge pull request 'Implement friends list and refactor components' (#28) from friends-list into main
b0e56e1a06 fix: add friends by username, not ID
457405186a Merge branch 'main' into friends-list
3fc8933b1e fix: VerticalSpacer being referred to as verticalSpacer
0d6786ffe9 fix: add missing return calls to add and remove friend
Compare 25 commits »
twig pushed to friends-list at gorb/frontend 2025-07-12 17:28:34 +00:00
b0e56e1a06 fix: add friends by username, not ID
twig pushed to friends-list at gorb/frontend 2025-07-12 17:27:27 +00:00
457405186a Merge branch 'main' into friends-list
cd1f294600 feat: change color of reply background and add highlight color
51d8909a51 feat: change color of reply message text and remove bottom margin
c06c732afb fix: replies being highlighted even if the replies weren't for the logged-in user
8812bf7f40 Merge pull request 'fix: replies displaying replier's name rather than the name of the user being replied to' (#31) from replies into main
Compare 30 commits »
twig commented on pull request gorb/frontend#28 2025-07-12 17:27:11 +00:00
Implement friends list and refactor components

@sauceyred wrote in gorb/frontend#28 (comment):

i also sorted the components into sub-folders, but this now sadly requires us to import them, sometimes. I…

twig commented on pull request gorb/frontend#28 2025-07-12 17:26:11 +00:00
Implement friends list and refactor components

👍

twig pushed to friends-list at gorb/frontend 2025-07-12 17:24:54 +00:00
3fc8933b1e fix: VerticalSpacer being referred to as verticalSpacer
0d6786ffe9 fix: add missing return calls to add and remove friend
Compare 2 commits »
twig commented on pull request gorb/frontend#28 2025-07-12 17:23:22 +00:00
Implement friends list and refactor components

if we just set a width, it can expand, and it can shrink. I believe this is related to flexboxes deciding to grow in weird ways

you can see that the members list has a different width in…

twig pushed to friends-list at gorb/frontend 2025-07-12 17:14:36 +00:00
b731228fb8 feat: add friend count to buttons on friend page
f5457f9965 fix: remove "N/A online" from all friends page
83464c8f13 fix: button variants not displaying properly
Compare 3 commits »
twig pushed to client-settings-refactor at gorb/frontend 2025-07-12 16:53:18 +00:00
2cc42a729b fix: rename selectedThemeUrl to selectedThemeId, as they're storing IDs
twig commented on pull request gorb/frontend#28 2025-07-12 16:50:17 +00:00
Implement friends list and refactor components

go ahead

twig pushed to time-format at gorb/frontend 2025-07-12 16:49:46 +00:00
87a5b99e50 feat: add radio buttons and start integrating them into time format setting
twig created branch time-format in gorb/frontend 2025-07-12 16:49:46 +00:00
twig commented on pull request gorb/frontend#28 2025-07-12 16:49:08 +00:00
Implement friends list and refactor components

@sauceyred wrote in gorb/frontend#28 (comment):

Is there a reason for using links instead of the Button component?

there was originally, but now that you…

twig created pull request gorb/frontend#32 2025-07-11 21:49:13 +00:00
refactor how client settings are saved and loaded
twig pushed to client-settings-refactor at gorb/frontend 2025-07-11 21:48:35 +00:00
5b4c278b83 refactor: load and save settings from a single object
twig created branch client-settings-refactor in gorb/frontend 2025-07-11 21:48:35 +00:00
twig opened issue gorb/frontend#30 2025-07-11 01:52:55 +00:00
Better themes
twig pushed to tauri at gorb/frontend 2025-07-11 00:50:04 +00:00
eeea9a9205 Merge branch 'main' into tauri
c2b06f40b4 fix: align textbox to bottom of the screen
04358e9c91 feat: make settings menu remember your page on reload
f59162bad5 fix: width of icon and channel lists
Compare 83 commits »
twig pushed to main at gorb/frontend 2025-07-11 00:34:21 +00:00
c2b06f40b4 fix: align textbox to bottom of the screen