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

Results 301 cv-frontend-vue issues
Sort by recently updated
recently updated
newest added

## Fixes #521 #### Describe the changes you have made in this PR - - the navbar toggle issue in desktop mini window mode, ensures that our custom component correctly...

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0. Release notes Sourced from prismjs's releases. v1.30.0 What's Changed check that currentScript is set by a script tag by @​lkuechler in PrismJS/prism#3863 New Contributors...

dependencies
javascript

Fixes #518 # Fix Text Color Handling in Custom Themes ## Description This PR addresses issues with text color handling in custom themes, particularly focusing on text annotations and their...

### Is your feature request related to a problem? Please describe CircuitVerse currently lacks a **dedicated Subtractor tool** in its logical components, which forces users to manually construct subtraction functionality...

🌟 feature
pending triage

## Fixes #516 - Add Subtractor Module in Misc Menu ### Summary of Changes: - Implemented `Subtractor.js` in `v0/src/simulator/src/modules`. - Registered the Subtractor module in `moduleSetup.js` (`v0/src/simulator/src/moduleSetup.js`). - Updated `metadata.json`...

Fixes #508 #### Describe the changes you have made in this PR - test ### Screenshots of the changes (If any) - Note: Please check **Allow edits from maintainers.** if...

### Is there an existing issue for this? - [x] I have searched the existing issues. ### Describe the bug Identified a bug where the miniMap (that small overview map...

🐞 bug
pending triage

Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 9.13.1 to 9.14.3. Release notes Sourced from vue-i18n's releases. v9.14.3 What's Changed πŸ”’ Security Fixes fix: prototype pollution in handleFlatJson, about details see https://github.com/intlify/vue-i18n/security/advisories/GHSA-p2ph-7g93-hw3m Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.2...v9.14.3...

dependencies
javascript

- Added a workflow to automate running test cases for the Vue simulator. - The workflow sets up Node.js, installs dependencies, and executes all test cases in `src/simulator/spec` using Vitest....