add dynamic charts to last 7 days card

This commit is contained in:
Gregor Vostrak
2024-04-19 00:14:04 +02:00
parent 4a89f22885
commit 5d95dd4fae
3 changed files with 82 additions and 64 deletions

View File

@@ -18,6 +18,7 @@ defineProps<{
:class="last7Days.length === 7 ? 'last:border-0' : ''"
:key="day.date"
:date="day.date"
:history="day.history"
:duration="day.duration"></DayOverviewCardEntry>
</DashboardCard>
</template>