SauceyRed sauceyred · Your/mom
sauceyred opened issue gorb/frontend#86 2025-08-16 14:55:32 +00:00
Upgrade to Nuxt 4 and update dependencies
sauceyred pushed to main at gorb/frontend 2025-08-16 14:12:25 +00:00
4e352fab70 feat: implement try/catch blocks on calls to fetch guild, channel, and messages
sauceyred deleted branch context-menu-ban-kick from gorb/frontend 2025-08-16 14:08:35 +00:00
sauceyred pushed to main at gorb/frontend 2025-08-16 14:08:35 +00:00
3e4e3e0ce8 Merge pull request 'More improvements to context menu' (#69) from context-menu-ban-kick into main
dee08dd152 fix: kick and ban context menu items showing in wrong order due to use of splicing instead of pushing in createMemberContextMenuItems
8b8c0591a5 feat: add Confirmation modal to MemberEntry.vue
e28bc23d12 fix: Confirmation modal target name not being displayed correctly in Message.vue due to use of display-name prop rather than target-name
839920f124 feat: make custom context menu imitate browser context menu behavior
Compare 32 commits »
sauceyred closed issue gorb/frontend#66 2025-08-16 14:08:33 +00:00
More improvements to context menu
sauceyred merged pull request gorb/frontend#69 2025-08-16 14:08:33 +00:00
More improvements to context menu
sauceyred pushed to context-menu-ban-kick at gorb/frontend 2025-08-16 13:52:05 +00:00
dee08dd152 fix: kick and ban context menu items showing in wrong order due to use of splicing instead of pushing in createMemberContextMenuItems
sauceyred pushed to context-menu-ban-kick at gorb/frontend 2025-08-16 13:50:20 +00:00
8b8c0591a5 feat: add Confirmation modal to MemberEntry.vue
e28bc23d12 fix: Confirmation modal target name not being displayed correctly in Message.vue due to use of display-name prop rather than target-name
839920f124 feat: make custom context menu imitate browser context menu behavior
99ed210d26 fix: sidebar resizing while holding right-click
1d21d476d5 feat: get context menu state variable directly in showContextMenu instead of requiring a context menu object as a parameter
Compare 7 commits »
sauceyred commented on pull request gorb/frontend#69 2025-08-16 12:32:32 +00:00
More improvements to context menu

Alrighty then

sauceyred commented on pull request gorb/frontend#69 2025-08-16 12:27:52 +00:00
More improvements to context menu

Did you even look through the changes??

sauceyred commented on pull request gorb/frontend#69 2025-08-16 12:27:18 +00:00
More improvements to context menu

Example of when a menu has two sections: image

sauceyred pushed to context-menu-ban-kick at gorb/frontend 2025-08-16 12:25:27 +00:00
0f02142eb1 feat: replace context menu items splicing with implementation of context menu item sections
c9bbd10af1 feat: rename Confirmation modal prop displayName to targetName
7cb19adfbe fix: kick and ban would execute regardless of prompt due to calling the function in the Button callback prop instead of just passing it
Compare 3 commits »
sauceyred commented on pull request gorb/frontend#69 2025-08-16 11:11:47 +00:00
More improvements to context menu

Good point, I didn't think about that lmao

sauceyred commented on pull request gorb/frontend#69 2025-08-16 11:10:49 +00:00
More improvements to context menu

The purpose was mainly to make sure they would be put in the same order, but yeah I should take another look at it. I already have an idea.

sauceyred commented on pull request gorb/frontend#69 2025-08-16 11:08:06 +00:00
More improvements to context menu

Are you saying displayName isn't intuitive, or is it something else?

sauceyred commented on issue gorb/frontend#67 2025-08-16 10:35:52 +00:00
Implement method for checking member permissions

Implemented in #68

sauceyred closed issue gorb/frontend#67 2025-08-16 10:35:52 +00:00
Implement method for checking member permissions
sauceyred opened issue gorb/backend#48 2025-08-16 10:20:12 +00:00
fix: messages endpoint returning 404 if a member is no longer in the guild
sauceyred pushed to context-menu-ban-kick at gorb/frontend 2025-08-16 10:01:45 +00:00
3a9df965c2 feat: implement Confirmation modal on kick and ban context menu actions
78b7732411 feat: add Confirmation modal to prompt users to confirm or cancel dangerous actions
Compare 2 commits »
sauceyred pushed to context-menu-ban-kick at gorb/frontend 2025-08-15 18:19:02 +00:00
574ebe8850 fix: CSS merged from main in wrong location