fix(theme): Aurora peers — bar-chart traffic modal + gateway card Name/IP rows - #172
Merged
Merged
Conversation
…e/IP rows - Peer traffic modal: replaced the SVG line/area chart with the dashboard-style bar chart (.chart/.col/.bar download+upload), matching the dashboard look; legend recoloured (download teal / upload coral). Aurora-only via isAurora() branch in renderTrafficChart; default/pro keep the SVG line chart. - Gateway cards (peers page, auroraRenderGatewayCard): removed name + IP from the .uh title (title now = avatar + status badge + gear) and added dedicated 'Name' and 'IP' rows above WG-Handshake. Aurora-only. aurora_theme.test 144/0; verified headless (gateway card rows, bar chart).
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 Peers-Verbesserungen (Aurora).
1. Traffic-Modal: Balkendiagramm
Das Peer-Traffic-Modal nutzte ein SVG-Linien-/Flächendiagramm. Jetzt rendert es — wie das Dashboard — ein Balkendiagramm (
.chart/.col/.bar, Download teal + Upload coral). Legende entsprechend umgefärbt. Aurora-only viaisAurora()-Branch inrenderTrafficChart; default/pro behalten das SVG-Linienchart.2. Gateway-Karten: Name/IP in eigene Zeilen
Aus dem Karten-Titel (
.uh) wurden Gateway-Name und IP entfernt (Titel = Avatar + Status-Badge + Zahnrad). Stattdessen zwei neue Zeilen über WG-Handshake: „Name" und „IP". (auroraRenderGatewayCard)Aurora-only.
aurora_theme.test144/0; headless verifiziert (Gateway-Karte mit Name/IP-Zeilen, Balkendiagramm Download/Upload).