super-time-tracker-ui 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/README.md +71 -20
  2. package/bin/stt-ui.js +89 -1
  3. package/dist/standalone/next-output/BUILD_ID +1 -1
  4. package/dist/standalone/next-output/build-manifest.json +3 -3
  5. package/dist/standalone/next-output/server/app/_global-error.html +1 -1
  6. package/dist/standalone/next-output/server/app/_global-error.rsc +1 -1
  7. package/dist/standalone/next-output/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  8. package/dist/standalone/next-output/server/app/_global-error.segments/_full.segment.rsc +1 -1
  9. package/dist/standalone/next-output/server/app/_global-error.segments/_head.segment.rsc +1 -1
  10. package/dist/standalone/next-output/server/app/_global-error.segments/_index.segment.rsc +1 -1
  11. package/dist/standalone/next-output/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  12. package/dist/standalone/next-output/server/app/_not-found.html +1 -1
  13. package/dist/standalone/next-output/server/app/_not-found.rsc +1 -1
  14. package/dist/standalone/next-output/server/app/_not-found.segments/_full.segment.rsc +1 -1
  15. package/dist/standalone/next-output/server/app/_not-found.segments/_head.segment.rsc +1 -1
  16. package/dist/standalone/next-output/server/app/_not-found.segments/_index.segment.rsc +1 -1
  17. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  18. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  19. package/dist/standalone/next-output/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  20. package/dist/standalone/next-output/server/app/reporting.html +1 -1
  21. package/dist/standalone/next-output/server/app/reporting.rsc +1 -1
  22. package/dist/standalone/next-output/server/app/reporting.segments/_full.segment.rsc +1 -1
  23. package/dist/standalone/next-output/server/app/reporting.segments/_head.segment.rsc +1 -1
  24. package/dist/standalone/next-output/server/app/reporting.segments/_index.segment.rsc +1 -1
  25. package/dist/standalone/next-output/server/app/reporting.segments/_tree.segment.rsc +1 -1
  26. package/dist/standalone/next-output/server/app/reporting.segments/reporting/__PAGE__.segment.rsc +1 -1
  27. package/dist/standalone/next-output/server/app/reporting.segments/reporting.segment.rsc +1 -1
  28. package/dist/standalone/next-output/server/app/settings/data.html +1 -1
  29. package/dist/standalone/next-output/server/app/settings/data.rsc +1 -1
  30. package/dist/standalone/next-output/server/app/settings/data.segments/_full.segment.rsc +1 -1
  31. package/dist/standalone/next-output/server/app/settings/data.segments/_head.segment.rsc +1 -1
  32. package/dist/standalone/next-output/server/app/settings/data.segments/_index.segment.rsc +1 -1
  33. package/dist/standalone/next-output/server/app/settings/data.segments/_tree.segment.rsc +1 -1
  34. package/dist/standalone/next-output/server/app/settings/data.segments/settings/data/__PAGE__.segment.rsc +1 -1
  35. package/dist/standalone/next-output/server/app/settings/data.segments/settings/data.segment.rsc +1 -1
  36. package/dist/standalone/next-output/server/app/settings/data.segments/settings.segment.rsc +1 -1
  37. package/dist/standalone/next-output/server/app/settings/display.html +1 -1
  38. package/dist/standalone/next-output/server/app/settings/display.rsc +1 -1
  39. package/dist/standalone/next-output/server/app/settings/display.segments/_full.segment.rsc +1 -1
  40. package/dist/standalone/next-output/server/app/settings/display.segments/_head.segment.rsc +1 -1
  41. package/dist/standalone/next-output/server/app/settings/display.segments/_index.segment.rsc +1 -1
  42. package/dist/standalone/next-output/server/app/settings/display.segments/_tree.segment.rsc +1 -1
  43. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display/__PAGE__.segment.rsc +1 -1
  44. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display.segment.rsc +1 -1
  45. package/dist/standalone/next-output/server/app/settings/display.segments/settings.segment.rsc +1 -1
  46. package/dist/standalone/next-output/server/app/settings/tags.html +1 -1
  47. package/dist/standalone/next-output/server/app/settings/tags.rsc +1 -1
  48. package/dist/standalone/next-output/server/app/settings/tags.segments/_full.segment.rsc +1 -1
  49. package/dist/standalone/next-output/server/app/settings/tags.segments/_head.segment.rsc +1 -1
  50. package/dist/standalone/next-output/server/app/settings/tags.segments/_index.segment.rsc +1 -1
  51. package/dist/standalone/next-output/server/app/settings/tags.segments/_tree.segment.rsc +1 -1
  52. package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags/__PAGE__.segment.rsc +1 -1
  53. package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags.segment.rsc +1 -1
  54. package/dist/standalone/next-output/server/app/settings/tags.segments/settings.segment.rsc +1 -1
  55. package/dist/standalone/next-output/server/app/settings.html +1 -1
  56. package/dist/standalone/next-output/server/app/settings.rsc +1 -1
  57. package/dist/standalone/next-output/server/app/settings.segments/_full.segment.rsc +1 -1
  58. package/dist/standalone/next-output/server/app/settings.segments/_head.segment.rsc +1 -1
  59. package/dist/standalone/next-output/server/app/settings.segments/_index.segment.rsc +1 -1
  60. package/dist/standalone/next-output/server/app/settings.segments/_tree.segment.rsc +1 -1
  61. package/dist/standalone/next-output/server/app/settings.segments/settings/__PAGE__.segment.rsc +1 -1
  62. package/dist/standalone/next-output/server/app/settings.segments/settings.segment.rsc +1 -1
  63. package/dist/standalone/next-output/server/middleware-build-manifest.js +3 -3
  64. package/dist/standalone/next-output/server/pages/404.html +1 -1
  65. package/dist/standalone/next-output/server/pages/500.html +1 -1
  66. package/dist/standalone/package.json +1 -1
  67. package/package.json +1 -1
  68. /package/dist/standalone/next-output/static/{wHoiBM1uMbUIrfXkizlyC → C007OVe3_LVkkCJilniXA}/_buildManifest.js +0 -0
  69. /package/dist/standalone/next-output/static/{wHoiBM1uMbUIrfXkizlyC → C007OVe3_LVkkCJilniXA}/_clientMiddlewareManifest.js +0 -0
  70. /package/dist/standalone/next-output/static/{wHoiBM1uMbUIrfXkizlyC → C007OVe3_LVkkCJilniXA}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" class="geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0ewk7kj3yfts~.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0koldw9zjijry.js"/><script src="/_next/static/chunks/05161-t.3egqv.js" async=""></script><script src="/_next/static/chunks/0708yw9dysifo.js" async=""></script><script src="/_next/static/chunks/0uezeykgodd86.js" async=""></script><script src="/_next/static/chunks/turbopack-0st0r~j~gn7ke.js" async=""></script><script src="/_next/static/chunks/0zwqf-1atzont.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><script src="/_next/static/chunks/00gppo5nrk9ov.js" async=""></script><meta name="next-size-adjust" content=""/><title>super-time-tracker</title><meta name="description" content="Web UI for the super-time-tracker CLI time sheets"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="min-h-full font-sans transition-[background-color,color] duration-200"><div hidden=""><!--$--><!--/$--></div><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'\u0026\u0026m!=='dark'\u0026\u0026m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();","id":"theme-init"}])</script><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)\u003e=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)\u003c0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();","id":"ui-settings-init"}])</script><header class="relative z-1 border-b border-panel-border bg-[color-mix(in_srgb,var(--panel)_92%,var(--background))] shadow-sm backdrop-blur-[10px]"><div class="mx-auto flex max-w-[1120px] min-h-13 flex-wrap items-center gap-x-4 gap-y-2 px-5"><span class="inline-flex shrink-0 items-center font-mono text-[0.72rem] font-semibold uppercase leading-tight tracking-[0.08em] text-accent whitespace-nowrap">super-time-tracker</span><nav aria-label="Breadcrumb" class="min-w-0 text-left"><ol class="m-0 flex list-none flex-wrap items-center gap-1.5 p-0 text-[0.85rem]"><li><a class="text-muted no-underline hover:text-foreground" href="/">Tracker</a></li><li class="text-muted" aria-hidden="true">/</li><li><a class="text-muted no-underline hover:text-foreground" href="/settings">Settings</a></li><li class="text-muted" aria-hidden="true">/</li><li class="font-medium text-foreground" aria-current="page">Display &amp; layout</li></ol></nav><div class="ml-auto flex shrink-0 items-center justify-end gap-2"><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/">Tracker</a><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/reporting">Reporting</a><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/settings/tags">Manage tags</a><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/settings">Settings</a><div class="group relative flex items-center"><button type="button" class="inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent" aria-label="Keyboard shortcuts" aria-describedby="keyboard-shortcuts-tooltip"><svg class="block h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><path d="M12 17h.01"></path></svg></button><div id="keyboard-shortcuts-tooltip" role="tooltip" class="pointer-events-none absolute right-0 top-full z-50 w-max max-w-[min(18rem,calc(100vw-2.5rem))] pt-2 opacity-0 transition-opacity duration-150 group-hover:pointer-events-auto group-hover:opacity-100 group-focus-within:pointer-events-auto group-focus-within:opacity-100"><div class="rounded-lg border border-panel-border bg-panel p-3 shadow-md"><p class="m-0 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted">Keyboard shortcuts</p><div class="mt-2"><div class="flex flex-col gap-2.5"><section><h3 class="m-0 font-semibold uppercase tracking-[0.04em] text-muted text-[0.65rem]">General</h3><dl class="m-0 grid grid-cols-[auto_minmax(0,1fr)] mt-1.5 gap-x-3 gap-y-1.5"><div class="contents"><dt class="m-0"><kbd class="inline-block min-w-7 rounded border border-panel-border bg-surface text-center font-mono font-semibold text-foreground px-1 py-0.5 text-[0.7rem]">?</kbd></dt><dd class="m-0 self-center leading-snug text-muted text-[0.8rem]">Show keyboard shortcuts</dd></div></dl></section></div></div></div></div></div><button type="button" class="inline-flex cursor-pointer items-center gap-1.5 rounded-full border border-panel-border bg-ghost-bg px-3 py-1.5 font-inherit text-[0.85rem] font-semibold text-inherit hover:bg-surface-hover disabled:cursor-wait disabled:opacity-60" aria-label="Dark theme. Switch to light theme" title="Switch to light theme"><span class="text-base leading-none" aria-hidden="true">☾</span><span>Dark</span></button></div></div></header><main class="mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1"><aside class="flex flex-col gap-2"><h2 class="m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted">Settings</h2><nav aria-label="Settings sections" class="w-full"><ul class="m-0 flex w-full list-none flex-col gap-0.5 p-0"><li><a class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 text-muted hover:bg-surface-hover hover:text-foreground" href="/settings">General</a></li><li><a aria-current="page" class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 bg-accent-soft text-foreground" href="/settings/display">Display &amp; layout</a></li><li><a class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 text-muted hover:bg-surface-hover hover:text-foreground" href="/settings/data">Data &amp; backup</a></li><li><a class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 text-muted hover:bg-surface-hover hover:text-foreground" href="/settings/tags">Tag management</a></li></ul></nav></aside><section class="flex min-w-0 flex-col gap-4"><header class="flex flex-col gap-1"><h1 class="m-0 text-[1.35rem] font-[650] tracking-tight">Display &amp; layout</h1><p class="m-0 text-[0.9rem] leading-relaxed text-muted">How things look across the tracker, reporting, and entry lists.</p></header><ul class="m-0 flex w-full list-none flex-col gap-2 p-0" aria-label="Display settings"><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Light / dark mode</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Choose light, dark, or match the system. The topbar toggle flips light and dark.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="theme-mode" value="light"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Light</span><span class="text-[0.8rem] leading-snug text-muted">Always use the light theme.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="theme-mode" value="dark"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Dark</span><span class="text-[0.8rem] leading-snug text-muted">Always use the dark theme.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="theme-mode" checked="" value="system"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">System</span><span class="text-[0.8rem] leading-snug text-muted">Match the operating system preference.</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Color palette</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Backgrounds, surfaces, and highlight colors for light and dark mode.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="color-palette" checked="" value="default"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Default</span><span class="text-[0.8rem] leading-snug text-muted">Balanced blue-gray surfaces for light and dark.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="color-palette" value="midnight"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Midnight</span><span class="text-[0.8rem] leading-snug text-muted">Cooler, deeper backgrounds with crisp panels.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="color-palette" value="warm"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Warm</span><span class="text-[0.8rem] leading-snug text-muted">Stone and sepia tones, easy on the eyes.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="color-palette" value="ocean"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Ocean</span><span class="text-[0.8rem] leading-snug text-muted">Soft blue-tinted surfaces and shadows.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="color-palette" value="forest"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Forest</span><span class="text-[0.8rem] leading-snug text-muted">Muted green-gray backgrounds.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="color-palette" value="contrast"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">High contrast</span><span class="text-[0.8rem] leading-snug text-muted">Stronger text and border contrast for readability.</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><label class="flex w-full cursor-pointer items-center gap-2.5"><input type="checkbox" class="shrink-0"/><span class="flex flex-col gap-0.5"><span class="text-[0.95rem] font-semibold">Compact lists</span><span class="text-[0.8rem] leading-snug text-muted">Flatter, tighter rows in the sheet entry list</span></span></label></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><label class="flex w-full cursor-pointer items-center gap-2.5"><input type="checkbox" class="shrink-0"/><span class="flex flex-col gap-0.5"><span class="text-[0.95rem] font-semibold">Collapse check-in form</span><span class="text-[0.8rem] leading-snug text-muted">Show a single “Check in” button until clicked, instead of the full form.</span></span></label></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Time format</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Used for entry start/end times and notes timestamps.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="time-format" checked="" value="12h"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">12-hour</span><span class="text-[0.8rem] leading-snug text-muted">e.g. 6:34 PM</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="time-format" value="24h"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">24-hour</span><span class="text-[0.8rem] leading-snug text-muted">e.g. 18:34</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Duration format</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Applies to entry durations, reporting totals, and the active timer.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="duration-format" checked="" value="humanized"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Humanized</span><span class="text-[0.8rem] leading-snug text-muted">e.g. 1 hour 25 minutes</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="duration-format" value="clock"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Clock</span><span class="text-[0.8rem] leading-snug text-muted">e.g. 01:25:00</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="duration-format" value="decimal"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Decimal hours</span><span class="text-[0.8rem] leading-snug text-muted">e.g. 1.42h</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><label class="flex w-full cursor-pointer items-center gap-2.5"><input type="checkbox" class="shrink-0"/><span class="flex flex-col gap-0.5"><span class="text-[0.95rem] font-semibold">Show seconds on timer</span><span class="text-[0.8rem] leading-snug text-muted">Include seconds on the live active timer (humanized duration format).</span></span></label></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><label class="flex w-full cursor-pointer items-center gap-2.5"><input type="checkbox" class="shrink-0" checked=""/><span class="flex flex-col gap-0.5"><span class="text-[0.95rem] font-semibold">Timer in tab title</span><span class="text-[0.8rem] leading-snug text-muted">Show elapsed time in the browser tab while a timer is running.</span></span></label></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Entry list sort</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">How entries are ordered on the active sheet.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="entry-list-sort" checked="" value="newest"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Newest first</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="entry-list-sort" value="oldest"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Oldest first</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="entry-list-sort" value="duration"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Longest duration</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="entry-list-sort" value="description"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Description (A–Z)</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Tag filter mode</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">How entries match when multiple tags are selected on a sheet.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="tag-filter-mode" checked="" value="all"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Match all tags</span><span class="text-[0.8rem] leading-snug text-muted">Entry must include every selected tag.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="tag-filter-mode" value="any"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Match any tag</span><span class="text-[0.8rem] leading-snug text-muted">Entry can include any one of the selected tags.</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Week starts on</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Used for the &quot;this week&quot; reporting shortcuts and totals.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="week-starts-on" checked="" value="monday"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Monday</span><span class="text-[0.8rem] leading-snug text-muted">ISO 8601 week (default).</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="week-starts-on" value="sunday"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Sunday</span><span class="text-[0.8rem] leading-snug text-muted">US-style week.</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Default reporting sort</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">The Reporting view opens with this sort selected.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="default-reporting-sort" checked="" value="duration"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Duration</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="default-reporting-sort" value="name"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Name</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="default-reporting-sort" value="entry_count"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Entries</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="default-reporting-sort" value="active_first"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Active first</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Default reporting range</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Date filter applied when you open the Reporting page.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="default-reporting-range" checked="" value="none"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">All time</span><span class="text-[0.8rem] leading-snug text-muted">Open with no date filter applied.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="default-reporting-range" value="today"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Today</span><span class="text-[0.8rem] leading-snug text-muted">Pre-select today’s date range.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="default-reporting-range" value="week"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">This week</span><span class="text-[0.8rem] leading-snug text-muted">Pre-select the current week (respects week starts on).</span></span></label></div></fieldset></li></ul></section></main><!--$--><!--/$--><script src="/_next/static/chunks/0koldw9zjijry.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2263,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"\"]\n3:I[89391,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ThemeModeSystemListener\"]\n4:I[14974,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ConfirmDialogProvider\"]\n5:I[45452,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"AppKeyboardShortcuts\"]\n6:I[5233,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n7:I[73632,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\nd:I[51709,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0ewk7kj3yfts~.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\",\"display\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"display\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ewk7kj3yfts~.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0zwqf-1atzont.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full font-sans transition-[background-color,color] duration-200\",\"children\":[[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var mk=\\\"super-time-tracker-theme-mode\\\";var tk=\\\"super-time-tracker-theme\\\";var m=localStorage.getItem(mk);if(m!=='light'\u0026\u0026m!=='dark'\u0026\u0026m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();\"}}],[\"$\",\"$L2\",null,{\"id\":\"ui-settings-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var k=\\\"super-time-tracker-compact-lists\\\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\\\"super-time-tracker-color-palette\\\";var pv=localStorage.getItem(pk);var palettes=[\\\"default\\\",\\\"midnight\\\",\\\"warm\\\",\\\"ocean\\\",\\\"forest\\\",\\\"contrast\\\"];var migrate={\\\"teal\\\":\\\"default\\\",\\\"blue\\\":\\\"ocean\\\",\\\"violet\\\":\\\"midnight\\\",\\\"rose\\\":\\\"warm\\\",\\\"amber\\\":\\\"warm\\\",\\\"emerald\\\":\\\"forest\\\"};var ak=\\\"super-time-tracker-accent-color\\\";var p=palettes.indexOf(pv)\u003e=0?pv:(migrate[localStorage.getItem(ak)]||\\\"default\\\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)\u003c0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\\\"default\\\")}})();\"}}],[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{\"children\":[[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":\"$L8\",\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"$L9\",{\"children\":[\"$La\",{},null,false,null]},null,false,\"$@b\"]},null,false,\"$@b\"]},null,false,null],\"$Lc\",false]],\"m\":\"$undefined\",\"G\":[\"$d\",[\"$Le\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"wHoiBM1uMbUIrfXkizlyC\"}\n"])</script><script>self.__next_f.push([1,"f:I[17446,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"SettingsSavedToast\"]\n10:I[75404,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"TrackerTopbar\"]\n11:I[42800,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"SettingsNav\"]\n12:I[4365,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"ThemeModeSetting\"]\n13:I[44250,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"ColorPaletteSetting\"]\n14:I[50823,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"CompactListsSetting\"]\n15:I[32889,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"CheckInFormCollapsedSetting\"]\n16:I[84592,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"TimeFormatSetting\"]\n17:I[83662,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"DurationFormatSetting\"]\n18:I[35688,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"TimerShowSecondsSetting\"]\n19:I[85215,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"TimerInTitleSetting\"]\n1a:I[83487,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"EntryListSortSetting\"]\n1b:I[45496,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"TagFilterModeSetting\"]\n1c:I[85974,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"WeekStartsOnSetting\"]\n1d:I[80032,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"DefaultReportingSortSetting\"]\n1e:I[49655,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"DefaultReportingRangeSetting\"]\n1f:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"OutletBoundary\"]\n20:\"$Sreact.suspense\"\n23:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ViewportBoundary\"]\n25:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"MetadataBoundary\"]\n8:[\"$\",\"$L7\",null,{}]\n9:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n"])</script><script>self.__next_f.push([1,"a:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"$Lf\",null,{}],[\"$\",\"$L10\",null,{\"breadcrumb\":{\"current\":\"Display \u0026 layout\",\"parent\":{\"label\":\"Settings\",\"href\":\"/settings\"}}}],[\"$\",\"main\",null,{\"className\":\"mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"flex flex-col gap-2\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted\",\"children\":\"Settings\"}],[\"$\",\"$L11\",null,{}]]}],[\"$\",\"section\",null,{\"className\":\"flex min-w-0 flex-col gap-4\",\"children\":[[\"$\",\"header\",null,{\"className\":\"flex flex-col gap-1\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"m-0 text-[1.35rem] font-[650] tracking-tight\",\"children\":\"Display \u0026 layout\"}],[\"$\",\"p\",null,{\"className\":\"m-0 text-[0.9rem] leading-relaxed text-muted\",\"children\":\"How things look across the tracker, reporting, and entry lists.\"}]]}],[\"$\",\"ul\",null,{\"className\":\"m-0 flex w-full list-none flex-col gap-2 p-0\",\"aria-label\":\"Display settings\",\"children\":[[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L12\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L13\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L14\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L15\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L16\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L17\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L18\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L19\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1a\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1b\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1c\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1d\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1e\",null,{}]}]]}]]}]]}]],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/00gppo5nrk9ov.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L1f\",null,{\"children\":[\"$\",\"$20\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@21\"}]}]]}]\n"])</script><script>self.__next_f.push([1,"22:[]\nb:\"$W22\"\nc:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L23\",null,{\"children\":\"$L24\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L25\",null,{\"children\":[\"$\",\"$20\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L26\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\ne:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ewk7kj3yfts~.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"24:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"27:I[31415,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"IconMark\"]\n21:null\n26:[[\"$\",\"title\",\"0\",{\"children\":\"super-time-tracker\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Web UI for the super-time-tracker CLI time sheets\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L27\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0ewk7kj3yfts~.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0koldw9zjijry.js"/><script src="/_next/static/chunks/05161-t.3egqv.js" async=""></script><script src="/_next/static/chunks/0708yw9dysifo.js" async=""></script><script src="/_next/static/chunks/0uezeykgodd86.js" async=""></script><script src="/_next/static/chunks/turbopack-0st0r~j~gn7ke.js" async=""></script><script src="/_next/static/chunks/0zwqf-1atzont.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><script src="/_next/static/chunks/00gppo5nrk9ov.js" async=""></script><meta name="next-size-adjust" content=""/><title>super-time-tracker</title><meta name="description" content="Web UI for the super-time-tracker CLI time sheets"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="min-h-full font-sans transition-[background-color,color] duration-200"><div hidden=""><!--$--><!--/$--></div><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'\u0026\u0026m!=='dark'\u0026\u0026m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();","id":"theme-init"}])</script><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)\u003e=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)\u003c0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();","id":"ui-settings-init"}])</script><header class="relative z-1 border-b border-panel-border bg-[color-mix(in_srgb,var(--panel)_92%,var(--background))] shadow-sm backdrop-blur-[10px]"><div class="mx-auto flex max-w-[1120px] min-h-13 flex-wrap items-center gap-x-4 gap-y-2 px-5"><span class="inline-flex shrink-0 items-center font-mono text-[0.72rem] font-semibold uppercase leading-tight tracking-[0.08em] text-accent whitespace-nowrap">super-time-tracker</span><nav aria-label="Breadcrumb" class="min-w-0 text-left"><ol class="m-0 flex list-none flex-wrap items-center gap-1.5 p-0 text-[0.85rem]"><li><a class="text-muted no-underline hover:text-foreground" href="/">Tracker</a></li><li class="text-muted" aria-hidden="true">/</li><li><a class="text-muted no-underline hover:text-foreground" href="/settings">Settings</a></li><li class="text-muted" aria-hidden="true">/</li><li class="font-medium text-foreground" aria-current="page">Display &amp; layout</li></ol></nav><div class="ml-auto flex shrink-0 items-center justify-end gap-2"><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/">Tracker</a><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/reporting">Reporting</a><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/settings/tags">Manage tags</a><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/settings">Settings</a><div class="group relative flex items-center"><button type="button" class="inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent" aria-label="Keyboard shortcuts" aria-describedby="keyboard-shortcuts-tooltip"><svg class="block h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><path d="M12 17h.01"></path></svg></button><div id="keyboard-shortcuts-tooltip" role="tooltip" class="pointer-events-none absolute right-0 top-full z-50 w-max max-w-[min(18rem,calc(100vw-2.5rem))] pt-2 opacity-0 transition-opacity duration-150 group-hover:pointer-events-auto group-hover:opacity-100 group-focus-within:pointer-events-auto group-focus-within:opacity-100"><div class="rounded-lg border border-panel-border bg-panel p-3 shadow-md"><p class="m-0 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted">Keyboard shortcuts</p><div class="mt-2"><div class="flex flex-col gap-2.5"><section><h3 class="m-0 font-semibold uppercase tracking-[0.04em] text-muted text-[0.65rem]">General</h3><dl class="m-0 grid grid-cols-[auto_minmax(0,1fr)] mt-1.5 gap-x-3 gap-y-1.5"><div class="contents"><dt class="m-0"><kbd class="inline-block min-w-7 rounded border border-panel-border bg-surface text-center font-mono font-semibold text-foreground px-1 py-0.5 text-[0.7rem]">?</kbd></dt><dd class="m-0 self-center leading-snug text-muted text-[0.8rem]">Show keyboard shortcuts</dd></div></dl></section></div></div></div></div></div><button type="button" class="inline-flex cursor-pointer items-center gap-1.5 rounded-full border border-panel-border bg-ghost-bg px-3 py-1.5 font-inherit text-[0.85rem] font-semibold text-inherit hover:bg-surface-hover disabled:cursor-wait disabled:opacity-60" aria-label="Dark theme. Switch to light theme" title="Switch to light theme"><span class="text-base leading-none" aria-hidden="true">☾</span><span>Dark</span></button></div></div></header><main class="mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1"><aside class="flex flex-col gap-2"><h2 class="m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted">Settings</h2><nav aria-label="Settings sections" class="w-full"><ul class="m-0 flex w-full list-none flex-col gap-0.5 p-0"><li><a class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 text-muted hover:bg-surface-hover hover:text-foreground" href="/settings">General</a></li><li><a aria-current="page" class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 bg-accent-soft text-foreground" href="/settings/display">Display &amp; layout</a></li><li><a class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 text-muted hover:bg-surface-hover hover:text-foreground" href="/settings/data">Data &amp; backup</a></li><li><a class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 text-muted hover:bg-surface-hover hover:text-foreground" href="/settings/tags">Tag management</a></li></ul></nav></aside><section class="flex min-w-0 flex-col gap-4"><header class="flex flex-col gap-1"><h1 class="m-0 text-[1.35rem] font-[650] tracking-tight">Display &amp; layout</h1><p class="m-0 text-[0.9rem] leading-relaxed text-muted">How things look across the tracker, reporting, and entry lists.</p></header><ul class="m-0 flex w-full list-none flex-col gap-2 p-0" aria-label="Display settings"><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Light / dark mode</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Choose light, dark, or match the system. The topbar toggle flips light and dark.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="theme-mode" value="light"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Light</span><span class="text-[0.8rem] leading-snug text-muted">Always use the light theme.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="theme-mode" value="dark"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Dark</span><span class="text-[0.8rem] leading-snug text-muted">Always use the dark theme.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="theme-mode" checked="" value="system"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">System</span><span class="text-[0.8rem] leading-snug text-muted">Match the operating system preference.</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Color palette</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Backgrounds, surfaces, and highlight colors for light and dark mode.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="color-palette" checked="" value="default"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Default</span><span class="text-[0.8rem] leading-snug text-muted">Balanced blue-gray surfaces for light and dark.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="color-palette" value="midnight"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Midnight</span><span class="text-[0.8rem] leading-snug text-muted">Cooler, deeper backgrounds with crisp panels.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="color-palette" value="warm"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Warm</span><span class="text-[0.8rem] leading-snug text-muted">Stone and sepia tones, easy on the eyes.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="color-palette" value="ocean"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Ocean</span><span class="text-[0.8rem] leading-snug text-muted">Soft blue-tinted surfaces and shadows.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="color-palette" value="forest"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Forest</span><span class="text-[0.8rem] leading-snug text-muted">Muted green-gray backgrounds.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="color-palette" value="contrast"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">High contrast</span><span class="text-[0.8rem] leading-snug text-muted">Stronger text and border contrast for readability.</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><label class="flex w-full cursor-pointer items-center gap-2.5"><input type="checkbox" class="shrink-0"/><span class="flex flex-col gap-0.5"><span class="text-[0.95rem] font-semibold">Compact lists</span><span class="text-[0.8rem] leading-snug text-muted">Flatter, tighter rows in the sheet entry list</span></span></label></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><label class="flex w-full cursor-pointer items-center gap-2.5"><input type="checkbox" class="shrink-0"/><span class="flex flex-col gap-0.5"><span class="text-[0.95rem] font-semibold">Collapse check-in form</span><span class="text-[0.8rem] leading-snug text-muted">Show a single “Check in” button until clicked, instead of the full form.</span></span></label></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Time format</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Used for entry start/end times and notes timestamps.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="time-format" checked="" value="12h"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">12-hour</span><span class="text-[0.8rem] leading-snug text-muted">e.g. 6:34 PM</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="time-format" value="24h"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">24-hour</span><span class="text-[0.8rem] leading-snug text-muted">e.g. 18:34</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Duration format</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Applies to entry durations, reporting totals, and the active timer.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="duration-format" checked="" value="humanized"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Humanized</span><span class="text-[0.8rem] leading-snug text-muted">e.g. 1 hour 25 minutes</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="duration-format" value="clock"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Clock</span><span class="text-[0.8rem] leading-snug text-muted">e.g. 01:25:00</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="duration-format" value="decimal"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Decimal hours</span><span class="text-[0.8rem] leading-snug text-muted">e.g. 1.42h</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><label class="flex w-full cursor-pointer items-center gap-2.5"><input type="checkbox" class="shrink-0"/><span class="flex flex-col gap-0.5"><span class="text-[0.95rem] font-semibold">Show seconds on timer</span><span class="text-[0.8rem] leading-snug text-muted">Include seconds on the live active timer (humanized duration format).</span></span></label></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><label class="flex w-full cursor-pointer items-center gap-2.5"><input type="checkbox" class="shrink-0" checked=""/><span class="flex flex-col gap-0.5"><span class="text-[0.95rem] font-semibold">Timer in tab title</span><span class="text-[0.8rem] leading-snug text-muted">Show elapsed time in the browser tab while a timer is running.</span></span></label></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Entry list sort</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">How entries are ordered on the active sheet.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="entry-list-sort" checked="" value="newest"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Newest first</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="entry-list-sort" value="oldest"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Oldest first</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="entry-list-sort" value="duration"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Longest duration</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="entry-list-sort" value="description"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Description (A–Z)</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Tag filter mode</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">How entries match when multiple tags are selected on a sheet.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="tag-filter-mode" checked="" value="all"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Match all tags</span><span class="text-[0.8rem] leading-snug text-muted">Entry must include every selected tag.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="tag-filter-mode" value="any"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Match any tag</span><span class="text-[0.8rem] leading-snug text-muted">Entry can include any one of the selected tags.</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Week starts on</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Used for the &quot;this week&quot; reporting shortcuts and totals.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="week-starts-on" checked="" value="monday"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Monday</span><span class="text-[0.8rem] leading-snug text-muted">ISO 8601 week (default).</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="week-starts-on" value="sunday"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Sunday</span><span class="text-[0.8rem] leading-snug text-muted">US-style week.</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Default reporting sort</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">The Reporting view opens with this sort selected.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="default-reporting-sort" checked="" value="duration"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Duration</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="default-reporting-sort" value="name"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Name</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="default-reporting-sort" value="entry_count"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Entries</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="default-reporting-sort" value="active_first"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Active first</span></span></label></div></fieldset></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 border-0 p-0"><legend class="m-0 mb-1 text-[0.95rem] font-semibold">Default reporting range</legend><p class="m-0 mb-2 text-[0.8rem] leading-snug text-muted">Date filter applied when you open the Reporting page.</p><div class="flex flex-col gap-1.5"><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-accent-border bg-accent-soft"><input type="radio" class="mt-1 shrink-0" name="default-reporting-range" checked="" value="none"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">All time</span><span class="text-[0.8rem] leading-snug text-muted">Open with no date filter applied.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="default-reporting-range" value="today"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Today</span><span class="text-[0.8rem] leading-snug text-muted">Pre-select today’s date range.</span></span></label><label class="flex cursor-pointer items-start gap-2 rounded-md border px-2.5 py-2 transition-colors duration-150 border-panel-border hover:bg-surface-hover"><input type="radio" class="mt-1 shrink-0" name="default-reporting-range" value="week"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">This week</span><span class="text-[0.8rem] leading-snug text-muted">Pre-select the current week (respects week starts on).</span></span></label></div></fieldset></li></ul></section></main><!--$--><!--/$--><script src="/_next/static/chunks/0koldw9zjijry.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2263,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"\"]\n3:I[89391,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ThemeModeSystemListener\"]\n4:I[14974,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ConfirmDialogProvider\"]\n5:I[45452,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"AppKeyboardShortcuts\"]\n6:I[5233,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n7:I[73632,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\nd:I[51709,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0ewk7kj3yfts~.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\",\"display\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"display\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ewk7kj3yfts~.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0zwqf-1atzont.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full font-sans transition-[background-color,color] duration-200\",\"children\":[[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var mk=\\\"super-time-tracker-theme-mode\\\";var tk=\\\"super-time-tracker-theme\\\";var m=localStorage.getItem(mk);if(m!=='light'\u0026\u0026m!=='dark'\u0026\u0026m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();\"}}],[\"$\",\"$L2\",null,{\"id\":\"ui-settings-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var k=\\\"super-time-tracker-compact-lists\\\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\\\"super-time-tracker-color-palette\\\";var pv=localStorage.getItem(pk);var palettes=[\\\"default\\\",\\\"midnight\\\",\\\"warm\\\",\\\"ocean\\\",\\\"forest\\\",\\\"contrast\\\"];var migrate={\\\"teal\\\":\\\"default\\\",\\\"blue\\\":\\\"ocean\\\",\\\"violet\\\":\\\"midnight\\\",\\\"rose\\\":\\\"warm\\\",\\\"amber\\\":\\\"warm\\\",\\\"emerald\\\":\\\"forest\\\"};var ak=\\\"super-time-tracker-accent-color\\\";var p=palettes.indexOf(pv)\u003e=0?pv:(migrate[localStorage.getItem(ak)]||\\\"default\\\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)\u003c0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\\\"default\\\")}})();\"}}],[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{\"children\":[[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":\"$L8\",\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"$L9\",{\"children\":[\"$La\",{},null,false,null]},null,false,\"$@b\"]},null,false,\"$@b\"]},null,false,null],\"$Lc\",false]],\"m\":\"$undefined\",\"G\":[\"$d\",[\"$Le\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"C007OVe3_LVkkCJilniXA\"}\n"])</script><script>self.__next_f.push([1,"f:I[17446,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"SettingsSavedToast\"]\n10:I[75404,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"TrackerTopbar\"]\n11:I[42800,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"SettingsNav\"]\n12:I[4365,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"ThemeModeSetting\"]\n13:I[44250,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"ColorPaletteSetting\"]\n14:I[50823,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"CompactListsSetting\"]\n15:I[32889,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"CheckInFormCollapsedSetting\"]\n16:I[84592,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"TimeFormatSetting\"]\n17:I[83662,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"DurationFormatSetting\"]\n18:I[35688,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"TimerShowSecondsSetting\"]\n19:I[85215,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"TimerInTitleSetting\"]\n1a:I[83487,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"EntryListSortSetting\"]\n1b:I[45496,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"TagFilterModeSetting\"]\n1c:I[85974,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"WeekStartsOnSetting\"]\n1d:I[80032,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"DefaultReportingSortSetting\"]\n1e:I[49655,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/00gppo5nrk9ov.js\"],\"DefaultReportingRangeSetting\"]\n1f:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"OutletBoundary\"]\n20:\"$Sreact.suspense\"\n23:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ViewportBoundary\"]\n25:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"MetadataBoundary\"]\n8:[\"$\",\"$L7\",null,{}]\n9:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n"])</script><script>self.__next_f.push([1,"a:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"$Lf\",null,{}],[\"$\",\"$L10\",null,{\"breadcrumb\":{\"current\":\"Display \u0026 layout\",\"parent\":{\"label\":\"Settings\",\"href\":\"/settings\"}}}],[\"$\",\"main\",null,{\"className\":\"mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"flex flex-col gap-2\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted\",\"children\":\"Settings\"}],[\"$\",\"$L11\",null,{}]]}],[\"$\",\"section\",null,{\"className\":\"flex min-w-0 flex-col gap-4\",\"children\":[[\"$\",\"header\",null,{\"className\":\"flex flex-col gap-1\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"m-0 text-[1.35rem] font-[650] tracking-tight\",\"children\":\"Display \u0026 layout\"}],[\"$\",\"p\",null,{\"className\":\"m-0 text-[0.9rem] leading-relaxed text-muted\",\"children\":\"How things look across the tracker, reporting, and entry lists.\"}]]}],[\"$\",\"ul\",null,{\"className\":\"m-0 flex w-full list-none flex-col gap-2 p-0\",\"aria-label\":\"Display settings\",\"children\":[[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L12\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L13\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L14\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L15\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L16\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L17\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L18\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L19\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1a\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1b\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1c\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1d\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1e\",null,{}]}]]}]]}]]}]],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/00gppo5nrk9ov.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L1f\",null,{\"children\":[\"$\",\"$20\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@21\"}]}]]}]\n"])</script><script>self.__next_f.push([1,"22:[]\nb:\"$W22\"\nc:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L23\",null,{\"children\":\"$L24\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L25\",null,{\"children\":[\"$\",\"$20\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L26\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\ne:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ewk7kj3yfts~.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"24:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"27:I[31415,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"IconMark\"]\n21:null\n26:[[\"$\",\"title\",\"0\",{\"children\":\"super-time-tracker\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Web UI for the super-time-tracker CLI time sheets\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L27\",\"3\",{}]]\n"])</script></body></html>
@@ -9,7 +9,7 @@ d:I[51709,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~r
9
9
  :HL["/_next/static/chunks/0ewk7kj3yfts~.css","style"]
10
10
  :HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
11
11
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
- 0:{"P":null,"c":["","settings","display"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["display",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ewk7kj3yfts~.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0zwqf-1atzont.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-full font-sans transition-[background-color,color] duration-200","children":[["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'&&m!=='dark'&&m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();"}}],["$","$L2",null,{"id":"ui-settings-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)>=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)<0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();"}}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{}],["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":"$L8","templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$L9",{"children":["$La",{},null,false,null]},null,false,"$@b"]},null,false,"$@b"]},null,false,null],"$Lc",false]],"m":"$undefined","G":["$d",["$Le"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"wHoiBM1uMbUIrfXkizlyC"}
12
+ 0:{"P":null,"c":["","settings","display"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["display",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ewk7kj3yfts~.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0zwqf-1atzont.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-full font-sans transition-[background-color,color] duration-200","children":[["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'&&m!=='dark'&&m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();"}}],["$","$L2",null,{"id":"ui-settings-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)>=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)<0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();"}}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{}],["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":"$L8","templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$L9",{"children":["$La",{},null,false,null]},null,false,"$@b"]},null,false,"$@b"]},null,false,null],"$Lc",false]],"m":"$undefined","G":["$d",["$Le"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"C007OVe3_LVkkCJilniXA"}
13
13
  f:I[17446,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/00gppo5nrk9ov.js"],"SettingsSavedToast"]
14
14
  10:I[75404,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/00gppo5nrk9ov.js"],"TrackerTopbar"]
15
15
  11:I[42800,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/00gppo5nrk9ov.js"],"SettingsNav"]
@@ -9,7 +9,7 @@ d:I[51709,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~r
9
9
  :HL["/_next/static/chunks/0ewk7kj3yfts~.css","style"]
10
10
  :HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
11
11
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
- 0:{"P":null,"c":["","settings","display"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["display",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ewk7kj3yfts~.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0zwqf-1atzont.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-full font-sans transition-[background-color,color] duration-200","children":[["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'&&m!=='dark'&&m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();"}}],["$","$L2",null,{"id":"ui-settings-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)>=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)<0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();"}}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{}],["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":"$L8","templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$L9",{"children":["$La",{},null,false,null]},null,false,"$@b"]},null,false,"$@b"]},null,false,null],"$Lc",false]],"m":"$undefined","G":["$d",["$Le"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"wHoiBM1uMbUIrfXkizlyC"}
12
+ 0:{"P":null,"c":["","settings","display"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["display",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ewk7kj3yfts~.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0zwqf-1atzont.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-full font-sans transition-[background-color,color] duration-200","children":[["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'&&m!=='dark'&&m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();"}}],["$","$L2",null,{"id":"ui-settings-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)>=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)<0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();"}}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{}],["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":"$L8","templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$L9",{"children":["$La",{},null,false,null]},null,false,"$@b"]},null,false,"$@b"]},null,false,null],"$Lc",false]],"m":"$undefined","G":["$d",["$Le"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"C007OVe3_LVkkCJilniXA"}
13
13
  f:I[17446,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/00gppo5nrk9ov.js"],"SettingsSavedToast"]
14
14
  10:I[75404,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/00gppo5nrk9ov.js"],"TrackerTopbar"]
15
15
  11:I[42800,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/00gppo5nrk9ov.js"],"SettingsNav"]
@@ -3,4 +3,4 @@
3
3
  3:I[83775,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[31415,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"super-time-tracker"}],["$","meta","1",{"name":"description","content":"Web UI for the super-time-tracker CLI time sheets"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"wHoiBM1uMbUIrfXkizlyC"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"super-time-tracker"}],["$","meta","1",{"name":"description","content":"Web UI for the super-time-tracker CLI time sheets"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"C007OVe3_LVkkCJilniXA"}
@@ -6,4 +6,4 @@
6
6
  6:I[5233,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
7
7
  7:I[73632,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
8
8
  :HL["/_next/static/chunks/0ewk7kj3yfts~.css","style"]
9
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ewk7kj3yfts~.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0zwqf-1atzont.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true}]],["$","html",null,{"lang":"en","className":"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-full font-sans transition-[background-color,color] duration-200","children":[["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'&&m!=='dark'&&m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();"}}],["$","$L2",null,{"id":"ui-settings-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)>=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)<0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();"}}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{}],["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"wHoiBM1uMbUIrfXkizlyC"}
9
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ewk7kj3yfts~.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0zwqf-1atzont.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true}]],["$","html",null,{"lang":"en","className":"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-full font-sans transition-[background-color,color] duration-200","children":[["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'&&m!=='dark'&&m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();"}}],["$","$L2",null,{"id":"ui-settings-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)>=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)<0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();"}}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{}],["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"C007OVe3_LVkkCJilniXA"}
@@ -1,4 +1,4 @@
1
1
  :HL["/_next/static/chunks/0ewk7kj3yfts~.css","style"]
2
2
  :HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
3
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
4
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"settings","param":null,"prefetchHints":0,"slots":{"children":{"name":"display","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"wHoiBM1uMbUIrfXkizlyC"}
4
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"settings","param":null,"prefetchHints":0,"slots":{"children":{"name":"display","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"C007OVe3_LVkkCJilniXA"}
@@ -17,5 +17,5 @@ f:I[85974,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~r
17
17
  11:I[49655,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/00gppo5nrk9ov.js"],"DefaultReportingRangeSetting"]
18
18
  12:I[83775,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"OutletBoundary"]
19
19
  13:"$Sreact.suspense"
20
- 0:{"rsc":["$","$1","c",{"children":[[["$","$L2",null,{}],["$","$L3",null,{"breadcrumb":{"current":"Display & layout","parent":{"label":"Settings","href":"/settings"}}}],["$","main",null,{"className":"mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1","children":[["$","aside",null,{"className":"flex flex-col gap-2","children":[["$","h2",null,{"className":"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted","children":"Settings"}],["$","$L4",null,{}]]}],["$","section",null,{"className":"flex min-w-0 flex-col gap-4","children":[["$","header",null,{"className":"flex flex-col gap-1","children":[["$","h1",null,{"className":"m-0 text-[1.35rem] font-[650] tracking-tight","children":"Display & layout"}],["$","p",null,{"className":"m-0 text-[0.9rem] leading-relaxed text-muted","children":"How things look across the tracker, reporting, and entry lists."}]]}],["$","ul",null,{"className":"m-0 flex w-full list-none flex-col gap-2 p-0","aria-label":"Display settings","children":[["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L5",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L6",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L7",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L8",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L9",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$La",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$Lb",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$Lc",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$Ld",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$Le",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$Lf",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L10",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L11",null,{}]}]]}]]}]]}]],[["$","script","script-0",{"src":"/_next/static/chunks/00gppo5nrk9ov.js","async":true}]],["$","$L12",null,{"children":["$","$13",null,{"name":"Next.MetadataOutlet","children":"$@14"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"wHoiBM1uMbUIrfXkizlyC"}
20
+ 0:{"rsc":["$","$1","c",{"children":[[["$","$L2",null,{}],["$","$L3",null,{"breadcrumb":{"current":"Display & layout","parent":{"label":"Settings","href":"/settings"}}}],["$","main",null,{"className":"mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1","children":[["$","aside",null,{"className":"flex flex-col gap-2","children":[["$","h2",null,{"className":"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted","children":"Settings"}],["$","$L4",null,{}]]}],["$","section",null,{"className":"flex min-w-0 flex-col gap-4","children":[["$","header",null,{"className":"flex flex-col gap-1","children":[["$","h1",null,{"className":"m-0 text-[1.35rem] font-[650] tracking-tight","children":"Display & layout"}],["$","p",null,{"className":"m-0 text-[0.9rem] leading-relaxed text-muted","children":"How things look across the tracker, reporting, and entry lists."}]]}],["$","ul",null,{"className":"m-0 flex w-full list-none flex-col gap-2 p-0","aria-label":"Display settings","children":[["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L5",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L6",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L7",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L8",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L9",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$La",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$Lb",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$Lc",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$Ld",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$Le",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$Lf",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L10",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L11",null,{}]}]]}]]}]]}]],[["$","script","script-0",{"src":"/_next/static/chunks/00gppo5nrk9ov.js","async":true}]],["$","$L12",null,{"children":["$","$13",null,{"name":"Next.MetadataOutlet","children":"$@14"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"C007OVe3_LVkkCJilniXA"}
21
21
  14:null
@@ -2,4 +2,4 @@
2
2
  2:I[5233,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
3
3
  3:I[73632,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"wHoiBM1uMbUIrfXkizlyC"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"C007OVe3_LVkkCJilniXA"}
@@ -2,4 +2,4 @@
2
2
  2:I[5233,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
3
3
  3:I[73632,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"wHoiBM1uMbUIrfXkizlyC"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"C007OVe3_LVkkCJilniXA"}