diff --git a/src/server/board/sidebar.ts b/src/server/board/sidebar.ts index 90f02ee..b1a47f5 100644 --- a/src/server/board/sidebar.ts +++ b/src/server/board/sidebar.ts @@ -1,38 +1,26 @@ import { throughputSeries, areaPath, dayStart } from './viewmodel.js'; /** - * Sidebar skeleton: budget card (über-tabs Token Insights | Verlauf; insight - * is the default) + live feed card. The insight pane keeps the v1 mount - * points (#budgetRows, #budgetTotal, #budgetReset, [data-budget-mode]) that - * the ported v1 budget JS (v1Budget.ts) drives; donut sub-tabs (Token/Kosten) - * are rendered by that same ported code. + * Sidebar skeleton: budget card + live feed card. The budget card has no tab + * bar of its own — the Token/Kosten/Verlauf tabs live inside the donut card + * (rendered client-side by the ported v1 budget JS in v1Budget.ts). The + * subhead keeps the v1 mount points: [data-budget-mode] (Session/Gesamt), + * #budgetTotal, #budgetReset; #budgetRows is where the donut card mounts. */ export function sidebarHtml(): string { return `