{
});
return count;
}
+
+// const SummaryItem: Component<{
+// title: string;
+// metrics: Array<{ title: string; class: string; count?: number }>;
+// }> = (p) => {
+// return (
+//
+// {p.title}
+//
+//
+// {(metric) => (
+// 0}>
+//
+// {metric.title}
+// {metric.count}
+//
+//
+// )}
+//
+//
+//
+// );
+// };
+
+// const BuildsSummary = () => {
+// const { builds } = useAppState();
+// return (
+//
+// );
+// };
\ No newline at end of file
diff --git a/frontend/src/components/shared/PieChart.tsx b/frontend/src/components/shared/PieChart.tsx
index 7e5824744..0dbdd5930 100644
--- a/frontend/src/components/shared/PieChart.tsx
+++ b/frontend/src/components/shared/PieChart.tsx
@@ -6,6 +6,7 @@ import {
For,
onCleanup,
onMount,
+ Show,
} from "solid-js";
import Grid from "./layout/Grid";
@@ -89,10 +90,7 @@ const PieChart: Component<{
>
{section.title}:
@@ -101,6 +99,9 @@ const PieChart: Component<{
)}
+
+ none
+