-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SY-1038 Import / Export Schematic Improvements #775
SY-1038 Import / Export Schematic Improvements #775
Conversation
…ed logic for download schematic to a separate hook
…ng multiple files
…ed tooltip to button
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rc #775 +/- ##
==========================================
+ Coverage 47.26% 47.40% +0.13%
==========================================
Files 1075 1082 +7
Lines 64914 65835 +921
Branches 3441 3486 +45
==========================================
+ Hits 30679 31206 +527
- Misses 33229 33600 +371
- Partials 1006 1029 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…to right-hand side of toolbar
…8-meaningful-error-when-importing-an-existing-schematic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved once you address my final comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved once you address outstanding comments
Fix Pull Request Template
Key Information
Description
Various improvements to importing / exporting a schematic, including an export button on the visualization toolbar, fixed file drag-and-drop, and better error catching.
IMPORTANT NOTE: I added a
name
field to the schematic state that tracks the name of the schematic. However, migrations from previous versions will not migrate over the new names to the state, instead giving it the name "New Schematic" in the store state.Basic Readiness Checklist
Additional Notes
Manual QA Additions
with necessary manual QA steps to test my change.
Reviewer Checklist