cv-frontend-vue
cv-frontend-vue copied to clipboard
refactor: remove jQuery/DOM manipulation from v0/src/components/DialogBox/CombinationalAnalysis.vue
Fixes #433
Describe the changes you have made in this PR -
Replace jQuery selectors and DOM queries with Vue reactive data processing in v0/src/components/DialogBox/CombinationalAnalysis.vue"
Screenshots of the changes (If any) -
Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.
Summary by CodeRabbit
- Refactor
- Improved performance and reliability of the boolean logic table by replacing legacy DOM manipulation and jQuery with Vue 3 reactive data handling.
- Enhanced table printing with updated formatting and more consistent data extraction.
- Minor adjustments to alert positioning and overall table styling for a better user experience.