chore(summary): drop decorative per-step icons in Winding Construction Steps & Termination#7
Merged
Merged
Conversation
…ination The per-row glyphs in Winding Construction Steps (fa-rotate / fa-tape) and Winding Termination (fa-plug) repeat the same icon on every row and add no information beyond the text, and the shield glyph in the Primary/Secondary isolation badge is likewise decorative. Remove them along with the now-unused `icon` fields and `.step-icon` styles (including the print-stylesheet rule). The numbered step, description, and isolation-side text are unchanged, and the section-header icons are kept for consistency with the rest of the datasheet. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
gpitel
pushed a commit
that referenced
this pull request
Jun 26, 2026
Resolve the MagneticSummary.vue conflict by taking main's version (drops decorative per-step icons (#7), formatting restore, schematic additions, isolation-side labels) and re-applying the --bs-* -> --p-* theme-token rename (#8) on top. CSS-only; line endings preserved. main.js auto-merged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Removes the decorative per-row icons from the Winding Construction Steps and Winding Termination sections of the magnetic summary/datasheet (
MagneticSummary.vue). They repeated the same glyph on every row and added nothing beyond the text label.Removed:
fa-rotate/fa-tape(construction) andfa-plug(termination).fa-shield-halvedglyph inside the Primary/Secondary isolation badge (the text label stays).iconfields on thewindingConstructionSteps/windingTerminationsstep objects, plus the.step-iconstyles (including the print-stylesheet rule).Kept (unchanged):
Primary/Secondary).fa-list-check,fa-plug), so these sections stay visually consistent with every other section of the datasheet.Before / after (a construction row)
Notes
MagneticSummary.vue.step.icon/.step-icon/fa-shield-halved, and the affected object literals/template/CSS remain well-formed. Not exercised in a running dev server (the running instance is on a different branch); happy to capture a live screenshot if useful.