wip: Add ban and kick to context menu #69

Draft
sauceyred wants to merge 14 commits from context-menu-ban-kick into main

14 commits

Author SHA1 Message Date
b0d96faa6f
feat: add ability to open member context menu by right-clicking on avatar
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 00:10:26 +02:00
f1eda2da75
feat: handle setting of default context menu state variable only in app.vue
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-11 00:04:18 +02:00
ce57b8e7db
feat: remove global context menu event listener and handler to allow regular context menu where a custom one isn't needed 2025-08-11 00:03:47 +02:00
0540f22f5d
feat: move context menu to the left of the cursor if any part of it is beyond the right side of the viewport
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-07 09:01:18 +02:00
51f8c28c54
feat: initialize meMember useState variable on channel load 2025-08-07 09:00:02 +02:00
86af8145b4
feat: make it so opening context menu on an element isn't overridden by another context menu listener on an ancestor of that element 2025-08-07 08:59:20 +02:00
fdfffd78e7
feat: add function to fetch logged-in user's member object for a guild in API composable 2025-08-07 08:58:17 +02:00
0dc485ca77
feat: add functions to kick and ban a member in API composable 2025-08-07 08:57:54 +02:00
e5bdf63f2a
feat: remove context menu on global mousedown only if the context menu useState variable's show value is set to true 2025-08-07 08:57:02 +02:00
46a135de22
feat: add context menu for usernames in members list sidebar 2025-08-07 08:56:07 +02:00
25c5a0e4a8
feat: add context menu for usernames in chat 2025-08-07 08:55:33 +02:00
0d0dccaf84
style(ui): set cursor for usernames in members list sidebar to pointer 2025-08-07 08:54:31 +02:00
dc4494a1db
style(ui): set cursor for usernames in chat to pointer 2025-08-07 08:54:00 +02:00
1bc7877a8b
feat: add util to create context menu items for when right-clicking members in chat or in sidebar 2025-08-07 08:53:11 +02:00