Make context menu look nicer and handle rendering using v-if #58

Merged
sauceyred merged 12 commits from improved-context-menu into main 2025-08-04 01:55:47 +00:00

12 commits

Author SHA1 Message Date
4bbce93729
Merge branch 'main' into improved-context-menu
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
2025-08-04 03:55:16 +02:00
3b2136789e
style: set danger context menu items to use danger-text-color CSS variable
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-08-03 20:29:39 +02:00
74f74083a6
feat: add danger text color to themes 2025-08-03 20:29:01 +02:00
7f98992839
feat: add type property to ContextMenu and set delete message item to danger 2025-08-03 20:28:14 +02:00
fbb72919c3
feat: comment out message editing callback
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
2025-07-31 03:52:34 +02:00
b54e14a2f8
fix: context menu being underneath members list in z-index 2025-07-30 17:12:52 +02:00
82dc0fb0e3
fix: context menu on resizable sidebar component not working due to breaking changes 2025-07-30 17:09:07 +02:00
d1518d1001
feat: change context menu from using cursor to pointer terminology 2025-07-30 17:08:23 +02:00
ecfa85c0ac
Merge branch 'main' into improved-context-menu 2025-07-30 17:01:44 +02:00
2ede820a03
feat: add Edit and Delete options in context menu for messages you created
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-07-30 16:29:42 +02:00
033522c372
style: generally improve appearance of context menu 2025-07-30 16:28:59 +02:00
78d43ca0c8
feat: make use of useState to show and hide context menu rather than manually rendering and unrendering 2025-07-30 16:26:06 +02:00