cv-frontend-vue
cv-frontend-vue copied to clipboard
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Describe the bug When you connect wires between two points, they sometimes move...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Describe the bug The Boolean Logic Table component has broken cell click functionality...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Describe the bug The TabsBar toggle button (chevron up/down) stops responding to clicks...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Describe the bug The dropdown menu () behaves inconsistently when using both hover...
Fixes #433 #### Describe the changes you have made in this PR - removed jQuery & DOM logic from CombinationalAnalysis ### Screenshots of the changes (If any) - Note: Please...
Fixes #433 #### Describe the changes you have made in this PR - removed jQuery & DOM logic from ApplyThemes.vue ### Screenshots of the changes (If any) - Note: Please...
### Is your feature request related to a problem? Please describe Yes. When users want to start over, they have to manually delete each component and wire, which is time-consuming...
### Is your feature request related to a problem? Please describe CircuitVerse currently provides a basic Clock component with a fixed frequency. However, users often need slower clock signals to...
### Is your feature request related to a problem? Please describe Currently, CircuitVerse does not have a built-in BCD Adder component. Users have to manually create one using logic gates...
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...