Skip to content

Commit 21e26e2

Browse files
authored
Koala - Daily totals add secondary counters / meters (#3032)
* add secondary counters to daily totals slide if configured * Grid component as expansion item - Standardize colors (chart, energy-flow, daily-totals) * Convert all components to q-expansion-items * Refactor daily totals into two components * CSS adjustments * CSS enhancements * Simplify total row count computed property * Convert slideElement to computed property * Move CSS to style section * Remove unnecessary typecasting * Remove "cursor: pointer" from grid component when no secondary counters configured * Fix - move icon CSS to child component (DailyTotalsRow) * Improved CSS layout - Replaced fixed pixel widths with rem units for better scalability * Move daily totals dark mode colors to quasar global CSS file
1 parent bd2def7 commit 21e26e2

File tree

9 files changed

+779
-517
lines changed

9 files changed

+779
-517
lines changed
Lines changed: 1 addition & 0 deletions
Loading

packages/modules/web_themes/koala/source/src/components/ChartCarousel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import { ref, computed, watch } from 'vue';
5151
import { useQuasar } from 'quasar';
5252
import EnergyFlowChart from './charts/energyFlowChart/EnergyFlowChart.vue';
5353
import HistoryChart from './charts/historyChart/HistoryChart.vue';
54-
import DailyTotals from './DailyTotals.vue';
54+
import DailyTotals from './charts/dailyTotals/DailyTotals.vue';
5555
import { useLocalDataStore } from 'src/stores/localData-store';
5656
import { useMqttStore } from 'src/stores/mqtt-store';
5757

0 commit comments

Comments
 (0)