' +
+ '' +
+ '' +
+ '
';
+ }
+
// ---- DOM wiring ----------------------------------------------------
function $(id) { return document.getElementById(id); }
@@ -1504,6 +1531,10 @@ playground first-run shows a complete round-trip-able artifact.
// Sun icon (☀) in dark mode, moon icon (☾) in light mode. Click toggles
// data-theme + colorScheme, persists to localStorage('voyage-theme').
wireThemeToggle();
+
+ // Step 8 (v4.3) — initial topbar render with single-crumb (voyage root).
+ // renderDashboard / drill-down (Wave 3) re-renders with deeper crumbs.
+ renderTopbar([{ label: 'Hjem' }]);
}
function setThemeLabel(theme) {