mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 02:38:31 +00:00
chore: generate
This commit is contained in:
parent
1e63e76192
commit
417ad240c7
1 changed files with 6 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue