SauceyRed sauceyred · Your/mom
sauceyred created branch invite-page in gorb/frontend 2025-07-20 00:34:36 +00:00
sauceyred pushed to main at gorb/frontend 2025-07-19 06:46:28 +00:00
c93a1829f8 Merge pull request 'resizable-sidebars' (#49) from resizable-sidebars into main
72701c9aef Merge branch 'main' into resizable-sidebars
3a65cfd10a fix: ensure avatars don't squish depending on sidebar width
ad7a6b5bb6 fix: add ellipsis overflow to DM list
49e8c34254 fix: make channel list and DM list width share storage name
Compare 18 commits »
sauceyred deleted branch resizable-sidebars from gorb/frontend 2025-07-19 06:46:28 +00:00
sauceyred closed issue gorb/frontend#46 2025-07-19 06:46:27 +00:00
Make sidebars resizable
sauceyred merged pull request gorb/frontend#49 2025-07-19 06:46:27 +00:00
resizable-sidebars
sauceyred pushed to resizable-sidebars at gorb/frontend 2025-07-19 06:46:15 +00:00
72701c9aef Merge branch 'main' into resizable-sidebars
232aec13a5 Merge pull request 'Sort members list' (#45) from sort-members-list into main
771c0699a7 Merge remote-tracking branch 'origin/main' into sort-members-list
4d5cd86ec3 Merge pull request 'Require refetching the theme whenever a new version releases' (#43) from force-css-regrab into main
3953a754bd Merge remote-tracking branch 'origin/main' into force-css-regrab
Compare 19 commits »
sauceyred pushed to resizable-sidebars at gorb/frontend 2025-07-18 02:37:55 +00:00
60e7a42f92 feat: convert friends list sidebar into resizable sidebar
89d0023c07 chore: remove unused variables in channelId view
Compare 2 commits »
sauceyred pushed to resizable-sidebars at gorb/frontend 2025-07-18 02:09:21 +00:00
118f098b46 fix: that the reset context menu option reset resizable sidebar width to the localStorage value rather than the default value
317ec4bcd6 feat: add back onMounted in channelId view
Compare 2 commits »
sauceyred pushed to resizable-sidebars at gorb/frontend 2025-07-18 01:57:10 +00:00
315258a8d5 style(ui): change width resizer's cursor from col-resize to ew-resize
sauceyred approved gorb/frontend#45 2025-07-18 01:50:27 +00:00
Sort members list
sauceyred pushed to sort-members-list at gorb/frontend 2025-07-18 01:49:36 +00:00
8ffe3aa738 feat: rename validation util file to validateUsername
8d53b2765f fix: hashPassword calls not working due to util file not matching function call name
Compare 2 commits »
sauceyred commented on pull request gorb/frontend#49 2025-07-18 01:40:05 +00:00
resizable-sidebars

I was gonna implement saving to localStorage but forgot lmao

sauceyred pushed to resizable-sidebars at gorb/frontend 2025-07-18 01:39:33 +00:00
4b1db5961a feat: add channel name tooltip to ChannelEntry component
80df3dd13d feat: adjust width, min-width, and max-width of channels and members list sidebars and implement saving of widths
Compare 2 commits »
sauceyred created pull request gorb/frontend#49 2025-07-16 21:57:13 +00:00
resizable-sidebars
sauceyred created branch resizable-sidebars in gorb/frontend 2025-07-16 21:55:53 +00:00
sauceyred pushed to resizable-sidebars at gorb/frontend 2025-07-16 21:55:53 +00:00
808cc980a7 feat: update createContextMenu util to require either PointerEvent or MouseEvent and update naming of cursor to pointer
0697e60ab9 feat: convert channels list and members list sidebars to use resizable sidebar component
b6970ffc1c style(ui): add border-right to guilds list sidebar
eabe3b3704 feat: remove old(?) CSS for middle-left-column in client layout
c295225c43 chore: rename instances of cursor to pointer in createContextMenu component and ContextMenuItem interface
Compare 6 commits »
sauceyred deleted branch password-reset from gorb/frontend 2025-07-16 17:47:59 +00:00
sauceyred pushed to main at gorb/frontend 2025-07-16 17:47:59 +00:00
5f2267a448 Merge pull request 'Implement password reset + minor changes to button component' (#42) from password-reset into main
52af245fdf Merge branch 'main' into password-reset
688001a482 feat: add login link to reset-password page
5bd307451d feat: change wording of password recovery text slightly
db2a99736a feat: separate password reset page into two, one for sending the email and one to change the password
Compare 8 commits »
sauceyred merged pull request gorb/frontend#42 2025-07-16 17:47:58 +00:00
Implement password reset + minor changes to button component