chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-17 09:04:36 +00:00
parent 1e63e76192
commit 417ad240c7

View File

@ -332,7 +332,9 @@ function ModelOverview(props: { data: StatsModelData | null }) {
<SectionTitle title="Overview" description="Recent OpenCode Go tokens, sessions, and market position." />
<Show
when={props.data}
fallback={<ModelEmptyState title="No usage summary" description="This model has no OpenCode Go usage rows yet." />}
fallback={
<ModelEmptyState title="No usage summary" description="This model has no OpenCode Go usage rows yet." />
}
>
{(data) => (
<div data-component="model-metric-grid">
@ -524,7 +526,9 @@ function ModelGeoBreakdownSection(props: { data: Record<UsageRange, CountryEntry
<SectionTitle title="Geo Breakdown" description="OpenCode Go model tokens used by country." />
<Show
when={data().length > 0}
fallback={<ModelEmptyState title="No geo data" description="No OpenCode Go geo_stat rows matched this model." />}
fallback={
<ModelEmptyState title="No geo data" description="No OpenCode Go geo_stat rows matched this model." />
}
>
<div data-component="geo-breakdown">
<div data-slot="geo-map-panel">