SauceyRed sauceyred · Your/mom
sauceyred commented on pull request gorb/frontend#65 2025-08-13 17:46:27 +00:00
Improve chat look

@twig wrote in gorb/frontend#65 (comment):

@sauceyred wrote in #65 (comment):

Why the theme color swaps?

i just think they look better, the…

sauceyred commented on pull request gorb/frontend#76 2025-08-13 17:45:19 +00:00
Refactor the client to implement a channel navbar

Yeah, don't see a reason not to

sauceyred commented on pull request gorb/frontend#76 2025-08-13 17:44:49 +00:00
Refactor the client to implement a channel navbar

Right but I think all clickable elements that lead you to an external site should be anchor elements. Here I'm specifically talking about the source code element.

sauceyred commented on pull request gorb/frontend#65 2025-08-13 17:37:05 +00:00
Improve chat look

Why the theme color swaps?

sauceyred pushed to improve-chat-look at gorb/frontend 2025-08-11 02:43:45 +00:00
5a15bd5ddb fix(ui): media cutting off and causing horizontal scroll bar when overflowing, turn flex-direction to column instead
sauceyred pushed to improve-chat-look at gorb/frontend 2025-08-11 01:08:53 +00:00
d1161cc096 style(ui): add padding-top for grouped message date to be center-aligned vertically with the first line of the text message
sauceyred commented on pull request gorb/frontend#76 2025-08-10 23:48:34 +00:00
Refactor the client to implement a channel navbar

This should be an anchor element, not a button

sauceyred commented on pull request gorb/frontend#76 2025-08-10 23:48:34 +00:00
Refactor the client to implement a channel navbar

Shouldn't these variable definitions be defined in theme files?

sauceyred suggested changes for gorb/frontend#76 2025-08-10 23:48:34 +00:00
Refactor the client to implement a channel navbar
sauceyred pushed to navbar at gorb/frontend 2025-08-10 23:47:13 +00:00
5c38f9f9fc feat: move initialization of navbar state variable to the initializer parameter of its definition
sauceyred pushed to improve-chat-look at gorb/frontend 2025-08-10 23:13:13 +00:00
f38f26a602 style(ui): decrease bottom padding for messages div
a5f0576a12 style(ui): add padding to all messages and remove margin from grouped messages
Compare 2 commits »
sauceyred pushed to context-menu-ban-kick at gorb/frontend 2025-08-10 22:10:32 +00:00
b0d96faa6f feat: add ability to open member context menu by right-clicking on avatar
sauceyred pushed to context-menu-ban-kick at gorb/frontend 2025-08-10 22:04:24 +00:00
f1eda2da75 feat: handle setting of default context menu state variable only in app.vue
ce57b8e7db feat: remove global context menu event listener and handler to allow regular context menu where a custom one isn't needed
Compare 2 commits »
sauceyred created pull request gorb/frontend#73 2025-08-07 20:29:23 +00:00
Update WebSocket for message sending to match backend/pulls/47
sauceyred created branch websocket-rewrite in gorb/frontend 2025-08-07 20:28:04 +00:00
sauceyred pushed to websocket-rewrite at gorb/frontend 2025-08-07 20:28:04 +00:00
6586890b6c feat: update WebSocket to handle new message format
b9dd9d3417 feat: add interfaces for WebSocket message
30837299be feat: add enum for WebSocket events
Compare 3 commits »
sauceyred pushed to main at gorb/frontend 2025-08-07 20:14:09 +00:00
307969ffe5 Merge pull request 'Implement method for checking member permissions' (#68) from permissions-management into main
62156a1049 Merge branch 'main' into permissions-management
9fe067ec5a Merge branch 'main' into permissions-management
aecbcaefba feat: add hasPermission util to check if a member has a specific permission
695bdbc777 feat: update GuildResponse and GuildMemberResponse interfaces to match backend
Compare 6 commits »
sauceyred merged pull request gorb/frontend#68 2025-08-07 20:14:07 +00:00
Implement method for checking member permissions
sauceyred pushed to permissions-management at gorb/frontend 2025-08-07 20:13:06 +00:00
62156a1049 Merge branch 'main' into permissions-management
76f77f7bfe fix: invite link generation not accounting for baseURL
Compare 2 commits »
sauceyred opened issue gorb/frontend#72 2025-08-07 19:41:47 +00:00
Update message WebSocket to match https://git.gorb.app/gorb/backend/pulls/47