-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '#172-charging-screen-improvements' into 178-build
- Loading branch information
Showing
4 changed files
with
27 additions
and
29 deletions.
There are no files selected for viewing
This file contains 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
22 changes: 10 additions & 12 deletions
22
...s/charging-page/components/combined-status-display/combined-status-display.component.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
<info-background svgIcon="quickreply" title="Status"> | ||
<div style="display: flex; justify-content: left; align-items: flex-start; height: 80%"> | ||
<hstack> | ||
<vstack> | ||
<active-status /> | ||
<faulted-status /> | ||
</vstack> | ||
<divider style="height: 300px" /> | ||
<vstack> | ||
<charging-status /> | ||
<balancing-status /> | ||
</vstack> | ||
</hstack> | ||
<div style="display: flex; justify-content: space-between; align-items: flex-start; height: 80%"> | ||
<vstack style="width: 45%"> | ||
<active-status /> | ||
<faulted-status /> | ||
</vstack> | ||
<divider style="height: 300px" /> | ||
<vstack style="width: 45%"> | ||
<charging-status /> | ||
<balancing-status /> | ||
</vstack> | ||
</div> | ||
</info-background> |
This file contains 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
This file contains 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