SauceyRed sauceyred · Your/mom
sauceyred merged pull request gorb/frontend#60 2025-08-04 01:58:41 +00:00
Implement reply highlighting
sauceyred closed issue gorb/frontend#59 2025-08-04 01:58:41 +00:00
Implement reply highlighting
sauceyred pushed to highlight-reply at gorb/frontend 2025-08-04 01:58:32 +00:00
a4aabeaa14 Merge branch 'main' into highlight-reply
sauceyred pushed to highlight-reply at gorb/frontend 2025-08-04 01:56:37 +00:00
4f84ffd569 Merge branch 'main' into highlight-reply
e660840fb9 Merge pull request 'Make context menu look nicer and handle rendering using v-if' (#58) from improved-context-menu into main
4bbce93729 Merge branch 'main' into improved-context-menu
3b2136789e style: set danger context menu items to use danger-text-color CSS variable
74f74083a6 feat: add danger text color to themes
Compare 14 commits »
sauceyred pushed to highlight-reply at gorb/frontend 2025-08-04 01:56:24 +00:00
e111b79846 Merge branch 'main' into highlight-reply
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
Compare 8 commits »
sauceyred deleted branch improved-context-menu from gorb/frontend 2025-08-04 01:55:49 +00:00
sauceyred pushed to main at gorb/frontend 2025-08-04 01:55:49 +00:00
e660840fb9 Merge pull request 'Make context menu look nicer and handle rendering using v-if' (#58) from improved-context-menu into main
4bbce93729 Merge branch 'main' into improved-context-menu
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 13 commits »
sauceyred closed issue gorb/frontend#57 2025-08-04 01:55:47 +00:00
Make context menu look nicer and handle rendering using v-if
sauceyred merged pull request gorb/frontend#58 2025-08-04 01:55:47 +00:00
Make context menu look nicer and handle rendering using v-if
sauceyred pushed to improved-context-menu at gorb/frontend 2025-08-04 01:55:35 +00:00
4bbce93729 Merge branch 'main' into improved-context-menu
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
95f4bbcaf3 fix: ResizableSidebar width resetting not being saved to local storage
c1c3c55e56 feat: remove scrolling to bottom upon embed load as it causes it to happen on loading older messages
Compare 9 commits »
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 created branch highlight-reply in gorb/frontend 2025-08-03 18:54:42 +00:00
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 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 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