More new UI work

This commit is contained in:
2024-03-08 01:54:11 +00:00
parent f21c59a78a
commit 5194a903b3
12 changed files with 184 additions and 59 deletions

View File

@@ -5,7 +5,7 @@
<template>
<v-container fluid class="container">
<v-row align="start">
<v-row dense align="start">
<v-col cols="3">
<CurrentWeather></CurrentWeather>
</v-col>
@@ -18,8 +18,6 @@
<v-col cols="2">
<CurrentLaundryStatus></CurrentLaundryStatus>
</v-col>
</v-row>
<v-row>
<v-col cols="4">
<WeatherSummary></WeatherSummary>
</v-col>

View File

@@ -53,8 +53,7 @@
dense
align="start">
<v-col
sm="4"
md="6"
sm="6"
cols="12">
<ValueChart
:ready="powerReady"
@@ -68,8 +67,7 @@
:series="[generationSeries, consumptionSeries]"></ValueChart>
</v-col>
<v-col
sm="4"
md="6"
sm="6"
cols="12">
<ValueChart
:ready="lightReady"