cv-frontend-vue
cv-frontend-vue copied to clipboard
### Description When dragging elements such as Testbench and Timing Diagram, they are able to move outside the visible workspace (canvas area). Additionally, these elements have a lower z-index than...
We have already started to migrate the javascript files to typescript, but some are yet to be converted mainly inside of the` /simulator/src` dir Pull requests should be made for...
add prerequisites and commands(commands are `npm run tauri dev` and `npm run tauri build`) to run dev/build in the readme
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Describe the bug As seen in the attached video the text is rendering...
Fixes #535 #### Describe the changes you have made in this PR - converted data.js to data.ts and gave the type to the logixFunction, which is an object used Record...
track of pr #503
track of pr #530
Track of pr #531
#### Describe the changes you have made in this PR - This updates our Cargo.toml release profile to optimize binary size and runtime performance for the CircuitVerse Tauri based Simulator....
#### Describe the changes you have made in this PR - This PR fixes the issue of dual scrollbars appearing in the Verilog code window. The .CodeMirror container was previously...