cv-frontend-vue icon indicating copy to clipboard operation
cv-frontend-vue copied to clipboard

refactor: remove jQuery/DOM manipulation from v0/src/components/DialogBox/CombinationalAnalysis.vue

Open blazethunderstorm opened this issue 5 months ago • 9 comments

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.

blazethunderstorm avatar Jun 07 '25 15:06 blazethunderstorm