SauceyRed sauceyred · Your/mom
sauceyred merged pull request gorb/frontend#31 2025-07-11 01:54:28 +00:00
fix: replies displaying replier's name rather than the name of the user being replied to
sauceyred pushed to replies at gorb/frontend 2025-07-11 01:54:20 +00:00
8c46f78dd3 Merge branch 'main' into replies
5b0c98bb20 Merge pull request 'Implement Replies' (#29) from replies into main
Compare 2 commits »
sauceyred created pull request gorb/frontend#31 2025-07-11 01:54:16 +00:00
fix: replies displaying replier's name rather than the name of the user being replied to
sauceyred pushed to replies at gorb/frontend 2025-07-11 01:52:39 +00:00
fdabe96a68 fix: replies displaying replier's name rather than the name of the user being replied to
sauceyred closed issue gorb/frontend#14 2025-07-11 01:39:45 +00:00
Implement Replies
sauceyred merged pull request gorb/frontend#29 2025-07-11 01:39:45 +00:00
Implement Replies
sauceyred pushed to main at gorb/frontend 2025-07-11 01:39:45 +00:00
5b0c98bb20 Merge pull request 'Implement Replies' (#29) from replies into main
6e74481891 Merge branch 'main' into replies
daa13dbbed feat: add global listener for Escape key to remove message reply box
a8ee8122ee feat: implement message replies
2ff892b0da feat: add util to create MessageReply instance
Compare 22 commits »
sauceyred pushed to replies at gorb/frontend 2025-07-11 01:39:20 +00:00
6e74481891 Merge branch 'main' into replies
c2b06f40b4 fix: align textbox to bottom of the screen
Compare 2 commits »
sauceyred created pull request gorb/frontend#29 2025-07-11 01:39:13 +00:00
Implement Replies
sauceyred pushed to dev at gorb/frontend 2025-07-11 01:36:09 +00:00
f13e5c8ef1 Merge branch 'replies' into dev
daa13dbbed feat: add global listener for Escape key to remove message reply box
a8ee8122ee feat: implement message replies
2ff892b0da feat: add util to create MessageReply instance
53c2f93791 feat: add MessageReply component
Compare 21 commits »
sauceyred pushed to dev at gorb/frontend 2025-07-11 01:35:32 +00:00
c2b06f40b4 fix: align textbox to bottom of the screen
sauceyred pushed to dev at gorb/frontend 2025-07-11 01:34:45 +00:00
04358e9c91 feat: make settings menu remember your page on reload
f59162bad5 fix: width of icon and channel lists
2790772cb7 fix: some of the worst merging i've done in my life
97ad3155c3 Merge remote-tracking branch 'origin/multiline-message-box'
Compare 184 commits »
sauceyred pushed to replies at gorb/frontend 2025-07-11 01:33:58 +00:00
daa13dbbed feat: add global listener for Escape key to remove message reply box
a8ee8122ee feat: implement message replies
2ff892b0da feat: add util to create MessageReply instance
53c2f93791 feat: add MessageReply component
21f441bccf feat: add properties for whether a message is a reply or user is mentioned and message response to MessageProps
Compare 113 commits »
sauceyred pushed to replies at gorb/frontend 2025-07-10 22:06:33 +00:00
292bd64ed4 feat: add runCallback function to handle closing removal of context menu before running callback
069d3392d2 feat: improve context menu handling in app.vue
64b10b48aa feat: switch to using MessageProps interface in Message component
4f4063fa88 feat: make both message div types use ref and add contextmenu listeners to message divs
c746f816d8 feat: add author and logged-in user (me) as props for Message component
Compare 9 commits »
sauceyred approved gorb/frontend#25 2025-07-10 09:57:28 +00:00
Implement multiline message box

Looks good. Made a change, let me know if you disagree.

sauceyred pushed to multiline-message-box at gorb/frontend 2025-07-10 09:57:03 +00:00
e71db5f571 chore: remove unused class attribute in message text box element
2665f29341 feat: align message box buttons to bottom
Compare 2 commits »
sauceyred approved gorb/frontend#24 2025-07-10 09:47:07 +00:00
UI refactor

Looks good. Made a change, approve if it's okay.

sauceyred pushed to ui-refactor at gorb/frontend 2025-07-10 09:46:34 +00:00
a1cd9c482c feat: increase width of channels and members lists
sauceyred approved gorb/frontend#23 2025-07-10 09:38:42 +00:00
comical home bar

Looks good.

sauceyred pushed to comedical-main-bar at gorb/frontend 2025-07-10 09:37:43 +00:00
f7e171d6a2 feat: move homebar to app.vue outside <NuxtPage /> to avoid it being rerendered on route change