cv-frontend-vue
cv-frontend-vue copied to clipboard
refactor: replaced setTimeout with reactive transition in context menu
Fixes #469
Describe the changes you have made in this PR -
Replaced setTimeout in the context menu with Vue reactivity and CSS transitions to improve performance and follow best practices for UI state handling.
Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.
Summary by CodeRabbit
- Refactor
- Improved context menu visibility and transitions using smoother CSS effects and reactive state, resulting in a more polished appearance and behavior.
- No changes to the menu options or how users interact with the menu.