SauceyRed sauceyred · Your/mom
sauceyred opened issue gorb/backend#42 2025-08-04 01:40:56 +00:00
feat: mentions
sauceyred pushed to highlight-reply at gorb/frontend 2025-08-03 18:58:40 +00:00
e92e1cde01 feat: highlight message user is actively replying to
c4a31276be feat: add highlighting of reply when scrolled to
Compare 2 commits »
sauceyred created pull request gorb/frontend#60 2025-08-03 18:56:15 +00:00
Implement reply highlighting
sauceyred opened issue gorb/frontend#59 2025-08-03 18:55:40 +00:00
Implement reply highlighting
sauceyred pushed to highlight-reply at gorb/frontend 2025-08-03 18:54:42 +00:00
47694fae4d style(ui): highlight message user is actively replying to
39a196fb1c style(ui): add highlighting of reply when scrolled to
Compare 2 commits »
sauceyred created branch highlight-reply in gorb/frontend 2025-08-03 18:54:42 +00:00
sauceyred commented on issue gorb/frontend#30 2025-08-03 18:33:22 +00:00
Better themes

Seems like the dark theme has CSS missing in the other themes, making the icons in the guild list huge, that needs to be fixed.

sauceyred pushed to improved-context-menu at gorb/frontend 2025-08-03 18:29:57 +00:00
3b2136789e style: set danger context menu items to use danger-text-color CSS variable
74f74083a6 feat: add danger text color to themes
7f98992839 feat: add type property to ContextMenu and set delete message item to danger
Compare 3 commits »
sauceyred closed issue gorb/frontend#55 2025-08-03 18:07:47 +00:00
Fix loading of older messages in message history
sauceyred pushed to main at gorb/frontend 2025-08-03 18:07:47 +00:00
7628612272 Merge pull request 'Fix loading of older messages in message history' (#56) from fix/old-messages-loading into main
076fda9e8c Merge branch 'main' into fix/old-messages-loading
c1c3c55e56 feat: remove scrolling to bottom upon embed load as it causes it to happen on loading older messages
c233819924 fix: MessageArea rendering the last X amount of messages in the messages array rather than the newly-loaded messages
4e60139ac2 chore: comment out unnecessary console logs in MessageArea
Compare 7 commits »
sauceyred merged pull request gorb/frontend#56 2025-08-03 18:07:47 +00:00
Fix loading of older messages in message history
sauceyred pushed to fix/old-messages-loading at gorb/frontend 2025-08-03 18:07:34 +00:00
076fda9e8c Merge branch 'main' into fix/old-messages-loading
95f4bbcaf3 fix: ResizableSidebar width resetting not being saved to local storage
Compare 2 commits »
sauceyred created pull request gorb/frontend#58 2025-07-31 01:58:21 +00:00
Make context menu look nicer and handle rendering using v-if
sauceyred opened issue gorb/frontend#57 2025-07-31 01:58:06 +00:00
Make context menu look nicer and handle rendering using v-if
sauceyred pushed to improved-context-menu at gorb/frontend 2025-07-31 01:52:51 +00:00
fbb72919c3 feat: comment out message editing callback
b54e14a2f8 fix: context menu being underneath members list in z-index
82dc0fb0e3 fix: context menu on resizable sidebar component not working due to breaking changes
d1518d1001 feat: change context menu from using cursor to pointer terminology
ecfa85c0ac Merge branch 'main' into improved-context-menu
Compare 97 commits »
sauceyred pushed to main at gorb/frontend 2025-07-31 01:50:24 +00:00
95f4bbcaf3 fix: ResizableSidebar width resetting not being saved to local storage
sauceyred pushed to fix/old-messages-loading at gorb/frontend 2025-07-31 01:47:35 +00:00
c1c3c55e56 feat: remove scrolling to bottom upon embed load as it causes it to happen on loading older messages
c233819924 fix: MessageArea rendering the last X amount of messages in the messages array rather than the newly-loaded messages
4e60139ac2 chore: comment out unnecessary console logs in MessageArea
446578c29b fix: amount of older messages requested doubling every time infinite scrolling is triggered
a2b05ad68c feat: use array replacement instead of for loop to add older messages to array
Compare 5 commits »
sauceyred pushed to fix/old-messages-loading at gorb/frontend 2025-07-31 01:44:35 +00:00
a5c3a6ea31 feat: remove scrolling to bottom upon embed load as it causes it to happen on loading older messages
d847942ee2 fix: MessageArea rendering the last X amount of messages in the messages array rather than the newly-loaded messages
4042c9fb57 chore: comment out unnecessary console logs in MessageArea
c396a788a8 fix: amount of older messages requested doubling every time infinite scrolling is triggered
b90647ea37 feat: use array replacement instead of for loop to add older messages to array
Compare 5 commits »
sauceyred created pull request gorb/frontend#56 2025-07-31 01:40:06 +00:00
fix/old-messages-loading
sauceyred pushed to fix/old-messages-loading at gorb/frontend 2025-07-31 01:38:26 +00:00
b95afcc2be feat: remove scrolling to bottom upon embed load as it causes it to happen on loading older messages
ec66a0a61a fix: MessageArea rendering the last X amount of messages in the messages array rather than the newly-loaded messages
d09890b09a chore: comment out unnecessary console logs in MessageArea
6d43b17fe1 fix: amount of older messages requested doubling every time infinite scrolling is triggered
27a3835f83 feat: use array replacement instead of for loop to add older messages to array
Compare 9 commits »