Skip to content

Commit

Permalink
#172 moved thermometer in pack temp + enlarged pack-volt graph
Browse files Browse the repository at this point in the history
  • Loading branch information
bracyw committed Aug 21, 2024
1 parent c336bce commit 01b58a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</hstack>
<cell-temp-display style="width: 1400px; height: 170px" />
<high-low-cell-display style="width: 1400px; height: 175px" />
<pack-voltage-display style="height: 150px; width: 100%" />
<pack-voltage-display style="height: 175px; width: 100%" />
</vstack>
</vstack>
</ng-template>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<info-background title="ACTIVE">
<hstack>
<current-total-timer style="padding-left: 20px; min-height: 100px" />
<current-total-timer style="padding-left: 20px; min-height: 100px" [currentTime]="8" [totalTime]="8" />
<div style="padding-top: 40px">
<div
class="connection-dot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<info-background title="Pack Temp" svgIcon="device_thermostat">
<hstack>
<typography variant="info-value" [content]="packTemp.toString() + '°'" additionalStyles="fontSize:40px" />
<div class="thermometer-container">
<thermometer [temperature]="packTemp" [min]="-15" [max]="30" />
</div>
<typography variant="info-value" [content]="packTemp.toString() + '°'" additionalStyles="fontSize:40px" />
</hstack>
</info-background>
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<graph-component title="Pack Temp" color="#ffff00" [data]="packVoltData" graphContainerId="packTempGraph" icon="speed">
<graph-component title="Pack Volts" color="#ffff00" [data]="packVoltData" graphContainerId="packVoltsGraph" icon="speed">
</graph-component>

0 comments on commit 01b58a1

Please sign in to comment.