Show all pack-level stats in a single At A Glance bar#530
Open
Show all pack-level stats in a single At A Glance bar#530
Conversation
- Consolidate 8 BMS pack stats into one full-width horizontal bar - Create new glance-stat, glance-thermometer, glance-battery components - Create reusable info-panel component with configurable padding - Add cell/chip header labels with battery icon for High Voltage, Low Voltage, High Temp - Register custom battery SVG icon in app-context - Remove individual acc-high-voltage, acc-low-voltage, acc-high-temp stat card components
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.
Changes
Consolidated 8 BMS pack-level stats (Average Voltage, Average Temp, Charge State, CCL, DCL, High Voltage, Low Voltage, High Temp) into a single full-width "At A Glance" horizontal bar, replacing the previous separate stat cards.
glance-stat,glance-thermometer, andglance-batteryas purpose-built compact components for the barinfo-panelas a reusable lightweight panel wrapper with configurable padding, replacinginfo-backgroundfor this use casestyles.cssfor colors, font sizes, and border radius used across the new componentsacc-high-voltage,acc-low-voltage,acc-high-tempstandalone stat card components (superseded)mat-grid-tilerowspan to eliminate dead space below the barScreenshots
Checklist
package-lock.jsonchanges (unless dependencies have changed)Closes #526