Lädt…
import { h } from "./jsx"; import { Sidebar } from "./components/Sidebar"; import { PaliadinWidget } from "./components/PaliadinWidget"; import { BottomNav } from "./components/BottomNav"; import { Footer } from "./components/Footer"; import { PWAHead } from "./components/PWAHead"; // t-paliad-177 Slice 1 — Project Timeline / Chart standalone page. // // Pure shell: header / controls scaffold (inert chips for the // vertical-toggle, density and palette pickers, which Slice 3 wires // live) + a chart host that client/projects-chart.ts mounts the SVG // renderer into. Project metadata is loaded client-side so the same // dist/projects-chart.html serves every {id}. // // Design ref: docs/design-project-chart-2026-05-09.md §8.2 + §12. export function renderProjectsChart(): string { return "" + (
Lädt…