SauceyRed sauceyred · Your/mom
sauceyred commented on pull request gorb/frontend#76 2025-08-15 09:39:01 +00:00
Refactor the client to implement a channel navbar

Add spaces between curly brackets and content.

sauceyred suggested changes for gorb/frontend#76 2025-08-15 09:39:01 +00:00
Refactor the client to implement a channel navbar

Review comments.

sauceyred deleted branch improve-chat-look from gorb/frontend 2025-08-14 15:29:16 +00:00
sauceyred merged pull request gorb/frontend#65 2025-08-14 15:29:16 +00:00
Improve chat look
sauceyred pushed to main at gorb/frontend 2025-08-14 15:29:16 +00:00
1af3462188 Merge pull request 'Improve chat look' (#65) from improve-chat-look into main
014dff9c2d Merge branch 'main' into improve-chat-look
53ec803f2c fix(ui): use css instead of javascript to prevent cutting off media
01423951bc Merge remote-tracking branch 'origin/improve-chat-look' into improve-chat-look
8a77cb9a1d chore: clean up Message component instancing in MessageArea
Compare 19 commits »
sauceyred pushed to improve-chat-look at gorb/frontend 2025-08-14 15:29:01 +00:00
014dff9c2d Merge branch 'main' into improve-chat-look
395dd6cf9b fix: layout preview not working with a non-default baseurl
307969ffe5 Merge pull request 'Implement method for checking member permissions' (#68) from permissions-management into main
62156a1049 Merge branch 'main' into permissions-management
76f77f7bfe fix: invite link generation not accounting for baseURL
Compare 10 commits »
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