feat(transactions): add live energy and estimated cost to transaction data

This commit is contained in:
2026-03-12 17:38:49 +08:00
parent f7ee298060
commit 88a80d2268
4 changed files with 110 additions and 19 deletions

View File

@@ -92,3 +92,9 @@
--warning: oklch(82.03% 0.1407 76.34);
--warning-foreground: oklch(21.03% 0.0059 76.34);
}
@layer components {
.chip__label {
@apply text-nowrap;
}
}