fix(theme): Aurora routes list — restore group headers for related routes - #164
Merged
Merged
Conversation
…utes The Aurora routes table rendered fully flat: related routes (service bundles or a shared domain) were only hinted at via a '└' indent on follow-up rows, with no group header. Add an auroraRenderGroupHead() row — status dot, label, route count, and a SERVICE badge for bundles — emitted for every multi-route group, mirroring the default theme's .routes-table-group row. Aurora-only: default/pro renderTable untouched, styling added solely in aurora.css.
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.
Problem
Auf der Aurora-
routes/-Seite wurden zusammengehörige Routen (Service-Bundles oder gemeinsame Domain) nicht mehr gruppiert dargestellt — die Tabelle war komplett flach, Zusammengehörigkeit nur durch ein└-Präfix auf Folgezeilen angedeutet. Das ging bei der Mockup-Fidelity-Umstellung auf die flache.data-tableverloren.Fix
Neue
auroraRenderGroupHead()-Zeile pro Mehrfach-Gruppe — Status-Punkt, Label, Routen-Anzahl und SERVICE-Badge bei Bundles — analog zur.routes-table-group-Zeile des Default-Themes. Folgezeilen behalten den└-Einzug.Aurora-only
renderTable(default/pro) unberührt — nur derisAurora()-Pfad erweitert.aurora.css(keinpro.css/app.css).routes.group_no_domain,routes.group_count,service_bundle.badgeexistieren in en+de).Verifikation
Headless-Chromium-Visual-Harness,
routes-Seite Dark+Light: Gruppenköpfe für Domain-Gruppe (dash.domaincaster.com) und Service-Bundle (Nextcloud+ SERVICE-Badge) klar erkennbar, Standalone-Routen ohne Kopf.