fix(theme): Aurora routes — nest grouped sub-routes + fix status toggle knob - #166
Merged
Merged
Conversation
…le knob Two Aurora-routes polish fixes: - Grouped member routes were indistinguishable from standalone routes when a group was expanded. Mark them with .aurora-route-sub and nest them via an indent + a left rail in aurora.css, replacing the lone '└' hint, so they read as belonging to the group header above. - The status toggle knob landed outside the switch when on: aurora's .toggle.on::after set left:20px but did not reset pro.css's inherited transform:translateX(18px), stacking both offsets. Add transform:none. Aurora-only (auroraRenderTableRow path + aurora.css; default/pro untouched).
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.
Zwei Politur-Fixes auf der Aurora-
routes/-Seite1. Unterpunkte abgesetzt: Aufgeklappte Gruppen-Mitglieder waren nicht von Einzelrouten zu unterscheiden. Sie bekommen jetzt die Klasse
.aurora-route-subund werden per Einrückung + linker Schiene (Tree-Optik) unter dem Gruppenkopf verschachtelt — das ersetzt den bloßen└-Hinweis. Einzelrouten bleiben bündig/fett.2. Status-Toggle-Knopf: Der weiße Knopf saß im
on-Zustand außerhalb des Switches. Auroras.toggle.on::aftersetzteleft:20px, resettete aber nicht das auspro.cssgeerbtetransform:translateX(18px)→ beide Offsets stapelten sich. Fix:transform:none.Aurora-only
Nur
auroraRenderTableRow-Pfad +aurora.css; default/prorenderTable,pro.css,app.cssunberührt.Verifikation
Headless-Chromium: Member klar eingerückt mit Schiene (dark+light), Toggle-Knopf sitzt im
on-Zustand korrekt im Switch. Interaktions-Test 17/17 grün,aurora_theme.test.js144/0.