super-time-tracker-ui 0.1.18 → 0.1.20
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.
- package/dist/standalone/next-output/BUILD_ID +1 -1
- package/dist/standalone/next-output/app-path-routes-manifest.json +11 -1
- package/dist/standalone/next-output/build-manifest.json +8 -8
- package/dist/standalone/next-output/prerender-manifest.json +0 -145
- package/dist/standalone/next-output/routes-manifest.json +60 -0
- package/dist/standalone/next-output/server/app/_global-error/page/build-manifest.json +5 -5
- package/dist/standalone/next-output/server/app/_global-error/page.js +1 -1
- package/dist/standalone/next-output/server/app/_global-error/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/_global-error.html +1 -1
- package/dist/standalone/next-output/server/app/_global-error.rsc +8 -8
- package/dist/standalone/next-output/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
- package/dist/standalone/next-output/server/app/_global-error.segments/_full.segment.rsc +8 -8
- package/dist/standalone/next-output/server/app/_global-error.segments/_head.segment.rsc +4 -4
- package/dist/standalone/next-output/server/app/_global-error.segments/_index.segment.rsc +3 -3
- package/dist/standalone/next-output/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/standalone/next-output/server/app/_not-found/page/build-manifest.json +5 -5
- package/dist/standalone/next-output/server/app/_not-found/page.js +4 -3
- package/dist/standalone/next-output/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/api/backup/route.js +1 -2
- package/dist/standalone/next-output/server/app/api/backup/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/entry/route.js +2 -2
- package/dist/standalone/next-output/server/app/api/entry/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/note/route.js +1 -1
- package/dist/standalone/next-output/server/app/api/note/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/sheet/active/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/sheet/active/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/sheet/active/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/sheet/active/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/sheet/active/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/sheet/active/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/sync/import/route.js +1 -1
- package/dist/standalone/next-output/server/app/api/sync/import/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/tags/route.js +1 -2
- package/dist/standalone/next-output/server/app/api/tags/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/route.js +1 -1
- package/dist/standalone/next-output/server/app/api/ui-preferences/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/auth/callback/route.js +1 -1
- package/dist/standalone/next-output/server/app/auth/callback/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/login/page/build-manifest.json +5 -5
- package/dist/standalone/next-output/server/app/login/page.js +4 -3
- package/dist/standalone/next-output/server/app/login/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/login/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/page/build-manifest.json +5 -5
- package/dist/standalone/next-output/server/app/page.js +5 -4
- package/dist/standalone/next-output/server/app/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/register/page/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/register/page/build-manifest.json +17 -0
- package/dist/standalone/next-output/server/app/register/page/next-font-manifest.json +11 -0
- package/dist/standalone/next-output/server/app/register/page/react-loadable-manifest.json +1 -0
- package/dist/standalone/next-output/server/app/register/page/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/register/page.js +15 -0
- package/dist/standalone/next-output/server/app/register/page.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/register/page_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/reporting/page/build-manifest.json +5 -5
- package/dist/standalone/next-output/server/app/reporting/page.js +5 -5
- package/dist/standalone/next-output/server/app/reporting/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/reporting/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/settings/cloud-sync/page/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/settings/cloud-sync/page/build-manifest.json +17 -0
- package/dist/standalone/next-output/server/app/settings/cloud-sync/page/next-font-manifest.json +11 -0
- package/dist/standalone/next-output/server/app/settings/cloud-sync/page/react-loadable-manifest.json +1 -0
- package/dist/standalone/next-output/server/app/settings/cloud-sync/page/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/settings/cloud-sync/page.js +15 -0
- package/dist/standalone/next-output/server/app/settings/cloud-sync/page.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/settings/cloud-sync/page_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/settings/data/page/build-manifest.json +5 -5
- package/dist/standalone/next-output/server/app/settings/data/page.js +5 -4
- package/dist/standalone/next-output/server/app/settings/data/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/settings/data/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/settings/display/page/build-manifest.json +5 -5
- package/dist/standalone/next-output/server/app/settings/display/page.js +4 -3
- package/dist/standalone/next-output/server/app/settings/display/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/settings/display/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/settings/page/build-manifest.json +5 -5
- package/dist/standalone/next-output/server/app/settings/page.js +5 -5
- package/dist/standalone/next-output/server/app/settings/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/settings/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/settings/tags/page/build-manifest.json +5 -5
- package/dist/standalone/next-output/server/app/settings/tags/page.js +5 -5
- package/dist/standalone/next-output/server/app/settings/tags/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/settings/tags/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/sheets/page/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/sheets/page/build-manifest.json +17 -0
- package/dist/standalone/next-output/server/app/sheets/page/next-font-manifest.json +11 -0
- package/dist/standalone/next-output/server/app/sheets/page/react-loadable-manifest.json +1 -0
- package/dist/standalone/next-output/server/app/sheets/page/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/sheets/page.js +15 -0
- package/dist/standalone/next-output/server/app/sheets/page.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/sheets/page_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/today/page/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/today/page/build-manifest.json +17 -0
- package/dist/standalone/next-output/server/app/today/page/next-font-manifest.json +11 -0
- package/dist/standalone/next-output/server/app/today/page/react-loadable-manifest.json +1 -0
- package/dist/standalone/next-output/server/app/today/page/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/today/page.js +15 -0
- package/dist/standalone/next-output/server/app/today/page.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/today/page_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app-paths-manifest.json +11 -1
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0-~y~9m._.js +1 -1
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0.tfxy.._.js +1 -1
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__02~w0lb._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__045he4k._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__06efo~9._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__09bkv_j._.js +1 -1
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0bflmy0._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0cbimu4._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0e3._t7._.js +1 -1
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0goaz9z._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0i1baam._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0mnx_nu._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0szq3qr._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0uvo97t._.js +1 -1
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0wzuxc6._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0xb8jjk._.js +1 -1
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__118xfg0._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__11e-p11._.js +1 -1
- package/dist/standalone/next-output/server/chunks/_0--hi7m._.js +6 -6
- package/dist/standalone/next-output/server/chunks/_0_wbuqv._.js +6 -6
- package/dist/standalone/next-output/server/chunks/{_0vzosja._.js → _0rz1whw._.js} +2 -2
- package/dist/standalone/next-output/server/chunks/_13eeory._.js +5 -5
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sheet_active_route_actions_0vwkhw..js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_merge-on-load_route_actions_0yu2xg-.js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_pull_route_actions_0zi~i0m.js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_push_route_actions_0sag.tp.js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_status_route_actions_0zvttty.js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_ui-preferences_merge-on-load_route_actions_06ep~.j.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/0elt_date-fns_format_0j.rx2u.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_0pyvy-l._.js +6 -0
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_04bpslp._.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/{0z~i_next_dist_0u6ij0z._.js → 0z~i_next_dist_0kux32m._.js} +2 -2
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0-2k5eh.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0-6~y~c.js +4 -0
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0194h-6.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_03p53oc.js +4 -0
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_040c8th.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_04kdnd9.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_08fopnn.js +4 -0
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0eyb0.j.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0gpy3lz.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0pw4c6_.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0r_137h.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0wy5eu6.js +4 -0
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_12a781y.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__04et1.j._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__04rw9_a._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0f.je14._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ljly6c._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/{[root-of-the-server]__0p74awc._.js → [root-of-the-server]__0n8s9zq._.js} +2 -2
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0q7e6b0._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0rf.8qg._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0s84deg._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0sh_dni._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0tynjfp._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ue-tr6._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0wmfvtj._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/{[root-of-the-server]__12q4x7c._.js → [root-of-the-server]__0ygx8l9._.js} +2 -2
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0zxgb-a._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0~rrg79._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__11qrqnz._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0-ov5_n._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_00x~ete._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/{0z~i_next_dist_0s-rnzm._.js → _073x~fa._.js} +2 -2
- package/dist/standalone/next-output/server/chunks/ssr/_0_aptb7._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0axgv9-._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0bs7t.7._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0bu5pcm._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0cxipsf._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0dj7qxj._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/{_0ekhh25._.js → _0k06nbl._.js} +9 -9
- package/dist/standalone/next-output/server/chunks/ssr/_0ld3xfd._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0ls83bx._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0p4r3~t._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0s1f~0y._.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/_0su4mzm._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0thins~._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0v9l~2y._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0ycs85o._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0zk9gtm._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_113zjr0._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/{_03kx6a3._.js → _11amno3._.js} +8 -8
- package/dist/standalone/next-output/server/chunks/ssr/_11d2qve._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_register_page_actions_0zq7ka0.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_settings_cloud-sync_page_actions_0ld6e8p.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_sheets_page_actions_0cqf0.l.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_today_page_actions_0of2-iy.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/components_109-aj4._.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/components_reporting-view_tsx_0-0ofcv._.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/components_tracker-app_tsx_0qs9.7y._.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/lib_0c0z4q-._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/{0z~i_next_dist_client_components_0247lue._.js → node_modules__pnpm_0u1tjhh._.js} +2 -2
- package/dist/standalone/next-output/server/edge/chunks/[root-of-the-server]__0t9u~vh._.js +7 -7
- package/dist/standalone/next-output/server/middleware-build-manifest.js +8 -8
- package/dist/standalone/next-output/server/middleware-manifest.json +1 -1
- package/dist/standalone/next-output/server/next-font-manifest.js +1 -1
- package/dist/standalone/next-output/server/next-font-manifest.json +16 -0
- package/dist/standalone/next-output/server/pages/500.html +1 -1
- package/dist/standalone/next-output/server/pages-manifest.json +0 -1
- package/dist/standalone/next-output/static/chunks/02h6za.al3c7p.js +1 -0
- package/dist/standalone/next-output/static/chunks/04_2jzw-uhhu0.js +2 -0
- package/dist/standalone/next-output/static/chunks/04niua5h~-1f..js +1 -0
- package/dist/standalone/next-output/static/chunks/06u43x9tl391w.js +1 -0
- package/dist/standalone/next-output/static/chunks/0a5y_udluz6e6.js +1 -0
- package/dist/standalone/next-output/static/chunks/0b0a23hps.ate.js +4 -0
- package/dist/standalone/next-output/static/chunks/0bly.8gr9nkdz.js +1 -0
- package/dist/standalone/next-output/static/chunks/0i8_d5-g6pduc.css +3 -0
- package/dist/standalone/next-output/static/chunks/{0koldw9zjijry.js → 0jcqig-f5dwq7.js} +2 -2
- package/dist/standalone/next-output/static/chunks/0ker2ur7q6j6n.js +1 -0
- package/dist/standalone/next-output/static/chunks/{0n~v8~rri7~t2.js → 0lgo02csmvyps.js} +1 -1
- package/dist/standalone/next-output/static/chunks/0l~uil8w-ewlm.js +1 -0
- package/dist/standalone/next-output/static/chunks/0uik_f_e6e0e6.js +1 -0
- package/dist/standalone/next-output/static/chunks/0uxm1dlh.6xck.js +1 -0
- package/dist/standalone/next-output/static/chunks/0vm3.l6rc2kie.js +1 -0
- package/dist/standalone/next-output/static/chunks/0xo5n.1q2uz95.js +1 -0
- package/dist/standalone/next-output/static/chunks/0yi4m~~80yeqj.js +1 -0
- package/dist/standalone/next-output/static/chunks/0z9uuysy9qb.4.js +1 -0
- package/dist/standalone/next-output/static/chunks/10_mtmf57jsww.js +1 -0
- package/dist/standalone/next-output/static/chunks/10c83.nq801k1.js +1 -0
- package/dist/standalone/next-output/static/chunks/{0.jsu2wyaii~1.js → 12rxdn65.z_85.js} +12 -12
- package/dist/standalone/next-output/static/chunks/15xhm5fbzvyag.js +1 -0
- package/dist/standalone/next-output/static/chunks/18adan1jcwejd.js +1 -0
- package/dist/standalone/next-output/static/chunks/{turbopack-0st0r~j~gn7ke.js → turbopack-00m4i0dy4on-a.js} +1 -1
- package/dist/standalone/package.json +1 -1
- package/package.json +1 -1
- package/dist/standalone/next-output/server/app/_not-found.html +0 -1
- package/dist/standalone/next-output/server/app/_not-found.meta +0 -16
- package/dist/standalone/next-output/server/app/_not-found.rsc +0 -25
- package/dist/standalone/next-output/server/app/_not-found.segments/_full.segment.rsc +0 -25
- package/dist/standalone/next-output/server/app/_not-found.segments/_head.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/_not-found.segments/_index.segment.rsc +0 -10
- package/dist/standalone/next-output/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/_not-found.segments/_not-found.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/_not-found.segments/_tree.segment.rsc +0 -2
- package/dist/standalone/next-output/server/app/reporting.html +0 -1
- package/dist/standalone/next-output/server/app/reporting.meta +0 -15
- package/dist/standalone/next-output/server/app/reporting.rsc +0 -29
- package/dist/standalone/next-output/server/app/reporting.segments/_full.segment.rsc +0 -29
- package/dist/standalone/next-output/server/app/reporting.segments/_head.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/reporting.segments/_index.segment.rsc +0 -10
- package/dist/standalone/next-output/server/app/reporting.segments/_tree.segment.rsc +0 -4
- package/dist/standalone/next-output/server/app/reporting.segments/reporting/__PAGE__.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/reporting.segments/reporting.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings/data.html +0 -1
- package/dist/standalone/next-output/server/app/settings/data.meta +0 -16
- package/dist/standalone/next-output/server/app/settings/data.rsc +0 -35
- package/dist/standalone/next-output/server/app/settings/data.segments/_full.segment.rsc +0 -35
- package/dist/standalone/next-output/server/app/settings/data.segments/_head.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/settings/data.segments/_index.segment.rsc +0 -10
- package/dist/standalone/next-output/server/app/settings/data.segments/_tree.segment.rsc +0 -4
- package/dist/standalone/next-output/server/app/settings/data.segments/settings/data/__PAGE__.segment.rsc +0 -11
- package/dist/standalone/next-output/server/app/settings/data.segments/settings/data.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings/data.segments/settings.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings/display.html +0 -1
- package/dist/standalone/next-output/server/app/settings/display.meta +0 -16
- package/dist/standalone/next-output/server/app/settings/display.rsc +0 -44
- package/dist/standalone/next-output/server/app/settings/display.segments/_full.segment.rsc +0 -44
- package/dist/standalone/next-output/server/app/settings/display.segments/_head.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/settings/display.segments/_index.segment.rsc +0 -10
- package/dist/standalone/next-output/server/app/settings/display.segments/_tree.segment.rsc +0 -4
- package/dist/standalone/next-output/server/app/settings/display.segments/settings/display/__PAGE__.segment.rsc +0 -21
- package/dist/standalone/next-output/server/app/settings/display.segments/settings/display.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings/display.segments/settings.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings/tags.html +0 -1
- package/dist/standalone/next-output/server/app/settings/tags.meta +0 -16
- package/dist/standalone/next-output/server/app/settings/tags.rsc +0 -30
- package/dist/standalone/next-output/server/app/settings/tags.segments/_full.segment.rsc +0 -30
- package/dist/standalone/next-output/server/app/settings/tags.segments/_head.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/settings/tags.segments/_index.segment.rsc +0 -10
- package/dist/standalone/next-output/server/app/settings/tags.segments/_tree.segment.rsc +0 -4
- package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags/__PAGE__.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings/tags.segments/settings.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings.html +0 -1
- package/dist/standalone/next-output/server/app/settings.meta +0 -15
- package/dist/standalone/next-output/server/app/settings.rsc +0 -35
- package/dist/standalone/next-output/server/app/settings.segments/_full.segment.rsc +0 -35
- package/dist/standalone/next-output/server/app/settings.segments/_head.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/settings.segments/_index.segment.rsc +0 -10
- package/dist/standalone/next-output/server/app/settings.segments/_tree.segment.rsc +0 -4
- package/dist/standalone/next-output/server/app/settings.segments/settings/__PAGE__.segment.rsc +0 -12
- package/dist/standalone/next-output/server/app/settings.segments/settings.segment.rsc +0 -5
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__00yo3_1._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__05eq9_g._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__061y6pa._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0ai1p94._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0p1kxjf._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0z09g1h._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__00t2myd._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__070_uw2._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0c4ohc.._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0mjp16u._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0rtwdhy._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ucb5c~._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0x2t88.._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__108je_d._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__10jikzl._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__13dr511._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_00.2r03._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_01xe83y._.js +0 -64
- package/dist/standalone/next-output/server/chunks/ssr/_06yb2en._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_0iqbilg._.js +0 -64
- package/dist/standalone/next-output/server/chunks/ssr/_0kvm6av._.js +0 -6
- package/dist/standalone/next-output/server/chunks/ssr/_0l_p-.k._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_0li90xb._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_0okkb_~._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_0qowa2d._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_0x1bw~i._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_0zabe_~._.js +0 -3
- package/dist/standalone/next-output/server/pages/404.html +0 -1
- package/dist/standalone/next-output/static/chunks/0-0w4ml~c22t..js +0 -1
- package/dist/standalone/next-output/static/chunks/01mevzl3z5cgt.js +0 -1
- package/dist/standalone/next-output/static/chunks/05161-t.3egqv.js +0 -4
- package/dist/standalone/next-output/static/chunks/0708yw9dysifo.js +0 -2
- package/dist/standalone/next-output/static/chunks/0aohgkyesjriz.js +0 -1
- package/dist/standalone/next-output/static/chunks/0bcmkbb2bxpr-.js +0 -1
- package/dist/standalone/next-output/static/chunks/0bym88q-qlydb.js +0 -1
- package/dist/standalone/next-output/static/chunks/0e8tmpq~qz.dz.js +0 -1
- package/dist/standalone/next-output/static/chunks/0g7b1~gza1y3a.js +0 -1
- package/dist/standalone/next-output/static/chunks/0h-q8kc3tbcj8.js +0 -1
- package/dist/standalone/next-output/static/chunks/0js9~7rlpndqf.js +0 -1
- package/dist/standalone/next-output/static/chunks/0uezeykgodd86.js +0 -1
- package/dist/standalone/next-output/static/chunks/0xvqo8vfg40zk.js +0 -1
- package/dist/standalone/next-output/static/chunks/11y-z.w7p8i8a.css +0 -3
- package/dist/standalone/next-output/static/chunks/12v1sx2j-is-9.js +0 -1
- package/dist/standalone/next-output/static/chunks/13pryy_qphr.u.js +0 -1
- /package/dist/standalone/next-output/static/{xfRBlnU13styXnCBd60jn → b-GDdUy-cIcWNA_TGvVQz}/_buildManifest.js +0 -0
- /package/dist/standalone/next-output/static/{xfRBlnU13styXnCBd60jn → b-GDdUy-cIcWNA_TGvVQz}/_clientMiddlewareManifest.js +0 -0
- /package/dist/standalone/next-output/static/{xfRBlnU13styXnCBd60jn → b-GDdUy-cIcWNA_TGvVQz}/_ssgManifest.js +0 -0
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2263,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],""]
|
|
3
|
-
3:I[89391,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ThemeModeSystemListener"]
|
|
4
|
-
4:I[14974,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ConfirmDialogProvider"]
|
|
5
|
-
5:I[28302,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"CloudSyncProvider"]
|
|
6
|
-
6:I[45452,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"AppKeyboardShortcuts"]
|
|
7
|
-
7:I[5233,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
8
|
-
8:I[73632,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
9
|
-
e:I[51709,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default",1]
|
|
10
|
-
:HL["/_next/static/chunks/11y-z.w7p8i8a.css","style"]
|
|
11
|
-
:HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
12
|
-
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
13
|
-
0:{"P":null,"c":["","settings","tags"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["tags",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/11y-z.w7p8i8a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0-0w4ml~c22t..js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0.jsu2wyaii~1.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"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,{"children":[["$","$L6",null,{}],["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",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,"$L9"]}],{"children":["$La",{"children":["$Lb",{},null,false,null]},null,false,"$@c"]},null,false,"$@c"]},null,false,null],"$Ld",false]],"m":"$undefined","G":["$e",["$Lf"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"xfRBlnU13styXnCBd60jn"}
|
|
14
|
-
11:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"OutletBoundary"]
|
|
15
|
-
12:"$Sreact.suspense"
|
|
16
|
-
15:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ViewportBoundary"]
|
|
17
|
-
17:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"MetadataBoundary"]
|
|
18
|
-
9:["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]
|
|
19
|
-
a:["$","$1","c",{"children":[null,["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
|
|
20
|
-
b:["$","$1","c",{"children":["$L10",[["$","script","script-0",{"src":"/_next/static/chunks/0e8tmpq~qz.dz.js","async":true,"nonce":"$undefined"}]],["$","$L11",null,{"children":["$","$12",null,{"name":"Next.MetadataOutlet","children":"$@13"}]}]]}]
|
|
21
|
-
14:[]
|
|
22
|
-
c:"$W14"
|
|
23
|
-
d:["$","$1","h",{"children":[null,["$","$L15",null,{"children":"$L16"}],["$","div",null,{"hidden":true,"children":["$","$L17",null,{"children":["$","$12",null,{"name":"Next.Metadata","children":"$L18"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
|
|
24
|
-
f:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/11y-z.w7p8i8a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
25
|
-
16:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
26
|
-
19:I[31415,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"IconMark"]
|
|
27
|
-
13:null
|
|
28
|
-
18:[["$","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"}],["$","$L19","3",{}]]
|
|
29
|
-
1a:I[2286,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0e8tmpq~qz.dz.js"],"TagManagementView"]
|
|
30
|
-
10:["$","$L1a",null,{"initial_tags":[{"name":"@blog","entryCount":1},{"name":"@dev","entryCount":1},{"name":"@social","entryCount":1},{"name":"@stt","entryCount":6}]}]
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2263,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],""]
|
|
3
|
-
3:I[89391,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ThemeModeSystemListener"]
|
|
4
|
-
4:I[14974,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ConfirmDialogProvider"]
|
|
5
|
-
5:I[28302,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"CloudSyncProvider"]
|
|
6
|
-
6:I[45452,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"AppKeyboardShortcuts"]
|
|
7
|
-
7:I[5233,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
8
|
-
8:I[73632,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
9
|
-
e:I[51709,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default",1]
|
|
10
|
-
:HL["/_next/static/chunks/11y-z.w7p8i8a.css","style"]
|
|
11
|
-
:HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
12
|
-
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
13
|
-
0:{"P":null,"c":["","settings","tags"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["tags",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/11y-z.w7p8i8a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0-0w4ml~c22t..js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0.jsu2wyaii~1.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"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,{"children":[["$","$L6",null,{}],["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",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,"$L9"]}],{"children":["$La",{"children":["$Lb",{},null,false,null]},null,false,"$@c"]},null,false,"$@c"]},null,false,null],"$Ld",false]],"m":"$undefined","G":["$e",["$Lf"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"xfRBlnU13styXnCBd60jn"}
|
|
14
|
-
11:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"OutletBoundary"]
|
|
15
|
-
12:"$Sreact.suspense"
|
|
16
|
-
15:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ViewportBoundary"]
|
|
17
|
-
17:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"MetadataBoundary"]
|
|
18
|
-
9:["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]
|
|
19
|
-
a:["$","$1","c",{"children":[null,["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
|
|
20
|
-
b:["$","$1","c",{"children":["$L10",[["$","script","script-0",{"src":"/_next/static/chunks/0e8tmpq~qz.dz.js","async":true,"nonce":"$undefined"}]],["$","$L11",null,{"children":["$","$12",null,{"name":"Next.MetadataOutlet","children":"$@13"}]}]]}]
|
|
21
|
-
14:[]
|
|
22
|
-
c:"$W14"
|
|
23
|
-
d:["$","$1","h",{"children":[null,["$","$L15",null,{"children":"$L16"}],["$","div",null,{"hidden":true,"children":["$","$L17",null,{"children":["$","$12",null,{"name":"Next.Metadata","children":"$L18"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
|
|
24
|
-
f:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/11y-z.w7p8i8a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
25
|
-
16:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
26
|
-
19:I[31415,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"IconMark"]
|
|
27
|
-
13:null
|
|
28
|
-
18:[["$","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"}],["$","$L19","3",{}]]
|
|
29
|
-
1a:I[2286,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0e8tmpq~qz.dz.js"],"TagManagementView"]
|
|
30
|
-
10:["$","$L1a",null,{"initial_tags":[{"name":"@blog","entryCount":1},{"name":"@dev","entryCount":1},{"name":"@social","entryCount":1},{"name":"@stt","entryCount":6}]}]
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ViewportBoundary"]
|
|
3
|
-
3:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"MetadataBoundary"]
|
|
4
|
-
4:"$Sreact.suspense"
|
|
5
|
-
5:I[31415,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.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":"xfRBlnU13styXnCBd60jn"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2263,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],""]
|
|
3
|
-
3:I[89391,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ThemeModeSystemListener"]
|
|
4
|
-
4:I[14974,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ConfirmDialogProvider"]
|
|
5
|
-
5:I[28302,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"CloudSyncProvider"]
|
|
6
|
-
6:I[45452,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"AppKeyboardShortcuts"]
|
|
7
|
-
7:I[5233,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
8
|
-
8:I[73632,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
9
|
-
:HL["/_next/static/chunks/11y-z.w7p8i8a.css","style"]
|
|
10
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/11y-z.w7p8i8a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0-0w4ml~c22t..js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0.jsu2wyaii~1.js","async":true}],["$","script","script-2",{"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,{"children":[["$","$L6",null,{}],["$","$L7",null,{"parallelRouterKey":"children","template":["$","$L8",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":"xfRBlnU13styXnCBd60jn"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/11y-z.w7p8i8a.css","style"]
|
|
2
|
-
:HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
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":"tags","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"xfRBlnU13styXnCBd60jn"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2286,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0e8tmpq~qz.dz.js"],"TagManagementView"]
|
|
3
|
-
3:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"OutletBoundary"]
|
|
4
|
-
4:"$Sreact.suspense"
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"initial_tags":[{"name":"@blog","entryCount":1},{"name":"@dev","entryCount":1},{"name":"@social","entryCount":1},{"name":"@stt","entryCount":6}]}],[["$","script","script-0",{"src":"/_next/static/chunks/0e8tmpq~qz.dz.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"xfRBlnU13styXnCBd60jn"}
|
|
6
|
-
5:null
|
package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags.segment.rsc
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[5233,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
3
|
-
3:I[73632,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
4
|
-
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"xfRBlnU13styXnCBd60jn"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[5233,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
3
|
-
3:I[73632,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
4
|
-
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"xfRBlnU13styXnCBd60jn"}
|
|
@@ -1 +0,0 @@
|
|
|
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/11y-z.w7p8i8a.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/0-0w4ml~c22t..js" async=""></script><script src="/_next/static/chunks/0.jsu2wyaii~1.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><script src="/_next/static/chunks/0bym88q-qlydb.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><span class="text-muted">Settings</span></li><li class="text-muted" aria-hidden="true">/</li><li class="font-medium text-foreground" aria-current="page">General</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 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">General</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/display">Display & 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 & 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">General</h1><p class="m-0 text-[0.9rem] leading-relaxed text-muted">Tracker startup, confirmations, and session behavior.</p></header><ul class="m-0 flex w-full list-none flex-col gap-2 p-0" aria-label="General settings"><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><fieldset class="m-0 flex w-full flex-col gap-3 border-0 p-0"><legend class="mb-2 text-[0.95rem] font-semibold">Default sheet on new session</legend><ul class="m-0 flex list-none flex-col gap-2 p-0"><li><label class="flex w-full cursor-pointer items-start gap-2.5"><input type="radio" class="mt-0.5 shrink-0" name="default-sheet-session-mode" checked=""/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Last viewed</span><span class="text-[0.8rem] leading-snug text-muted">Open the sheet you were viewing when you last used the tracker.</span></span></label></li><li><label class="flex w-full cursor-pointer items-start gap-2.5"><input type="radio" class="mt-0.5 shrink-0" name="default-sheet-session-mode"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Sheet with active timer</span><span class="text-[0.8rem] leading-snug text-muted">Open the sheet that has a running timer, when one exists.</span></span></label></li><li><label class="flex w-full cursor-pointer items-start gap-2.5"><input type="radio" class="mt-0.5 shrink-0" name="default-sheet-session-mode"/><span class="flex flex-col gap-0.5"><span class="text-[0.9rem] font-semibold">Specific sheet</span><span class="text-[0.8rem] leading-snug text-muted">Always open a chosen sheet when you start a new session.</span></span></label></li></ul></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">Confirm before checkout</span><span class="text-[0.8rem] leading-snug text-muted">Show a confirmation dialog when you stop the active timer.</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">Confirm destructive actions</span><span class="text-[0.8rem] leading-snug text-muted">Ask before deleting entries or sheets. Turn off for fast mode.</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">Clear tag filters on sheet change</span><span class="text-[0.8rem] leading-snug text-muted">Remove tag filters when you switch to another sheet.</span></span></label></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/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"\"]\n3:I[89391,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ThemeModeSystemListener\"]\n4:I[14974,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ConfirmDialogProvider\"]\n5:I[28302,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"CloudSyncProvider\"]\n6:I[45452,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"AppKeyboardShortcuts\"]\n7:I[5233,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n8:I[73632,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\nd:I[51709,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/11y-z.w7p8i8a.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\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/11y-z.w7p8i8a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0-0w4ml~c22t..js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"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,{\"children\":[[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",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,[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":\"$L9\",\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"$La\",{},null,false,null]},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\":\"xfRBlnU13styXnCBd60jn\"}\n"])</script><script>self.__next_f.push([1,"10:I[83775,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"OutletBoundary\"]\n11:\"$Sreact.suspense\"\n14:I[83775,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ViewportBoundary\"]\n16:I[83775,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"MetadataBoundary\"]\n9:[\"$\",\"$L8\",null,{}]\na:[\"$\",\"$1\",\"c\",{\"children\":[\"$Lf\",[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0bym88q-qlydb.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$11\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@12\"}]}]]}]\n13:[]\nb:\"$W13\"\nc:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L14\",null,{\"children\":\"$L15\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L16\",null,{\"children\":[\"$\",\"$11\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L17\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\ne:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/11y-z.w7p8i8a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"15:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"18:I[31415,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"IconMark\"]\n12:null\n17:[[\"$\",\"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\"}],[\"$\",\"$L18\",\"3\",{}]]\n"])</script><script>self.__next_f.push([1,"19:I[17446,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0bym88q-qlydb.js\"],\"SettingsSavedToast\"]\n1a:I[75404,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0bym88q-qlydb.js\"],\"TrackerTopbar\"]\n1b:I[42800,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0bym88q-qlydb.js\"],\"SettingsNav\"]\n1c:I[62344,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0bym88q-qlydb.js\"],\"DefaultSheetSessionSetting\"]\n1d:I[98295,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0bym88q-qlydb.js\"],\"ConfirmBeforeCheckoutSetting\"]\n1e:I[256,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0bym88q-qlydb.js\"],\"ConfirmDestructiveActionsSetting\"]\n1f:I[91653,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0bym88q-qlydb.js\"],\"ClearTagFiltersOnSheetChangeSetting\"]\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"$L19\",null,{}],[\"$\",\"$L1a\",null,{\"breadcrumb\":{\"current\":\"General\",\"parent\":{\"label\":\"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\"}],[\"$\",\"$L1b\",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\":\"General\"}],[\"$\",\"p\",null,{\"className\":\"m-0 text-[0.9rem] leading-relaxed text-muted\",\"children\":\"Tracker startup, confirmations, and session behavior.\"}]]}],[\"$\",\"ul\",null,{\"className\":\"m-0 flex w-full list-none flex-col gap-2 p-0\",\"aria-label\":\"General settings\",\"children\":[[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1c\",null,{\"sheet_names\":[\"main\",\"super-time-tracker-ui\",\"muzical-ui\",\"super-time-tracker\",\"nova-paper\"]}]}],[\"$\",\"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,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1f\",null,{}]}]]}]]}]]}]]\n"])</script></body></html>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"headers": {
|
|
3
|
-
"x-nextjs-stale-time": "300",
|
|
4
|
-
"x-nextjs-prerender": "1",
|
|
5
|
-
"x-next-cache-tags": "_N_T_/layout,_N_T_/settings/layout,_N_T_/settings/page,_N_T_/settings"
|
|
6
|
-
},
|
|
7
|
-
"segmentPaths": [
|
|
8
|
-
"/_tree",
|
|
9
|
-
"/_full",
|
|
10
|
-
"/settings/__PAGE__",
|
|
11
|
-
"/settings",
|
|
12
|
-
"/_index",
|
|
13
|
-
"/_head"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2263,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],""]
|
|
3
|
-
3:I[89391,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ThemeModeSystemListener"]
|
|
4
|
-
4:I[14974,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ConfirmDialogProvider"]
|
|
5
|
-
5:I[28302,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"CloudSyncProvider"]
|
|
6
|
-
6:I[45452,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"AppKeyboardShortcuts"]
|
|
7
|
-
7:I[5233,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
8
|
-
8:I[73632,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
9
|
-
d:I[51709,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default",1]
|
|
10
|
-
:HL["/_next/static/chunks/11y-z.w7p8i8a.css","style"]
|
|
11
|
-
:HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
12
|
-
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
13
|
-
0:{"P":null,"c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/11y-z.w7p8i8a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0-0w4ml~c22t..js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0.jsu2wyaii~1.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"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,{"children":[["$","$L6",null,{}],["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",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,["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":"$L9","templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$La",{},null,false,null]},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":"xfRBlnU13styXnCBd60jn"}
|
|
14
|
-
10:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"OutletBoundary"]
|
|
15
|
-
11:"$Sreact.suspense"
|
|
16
|
-
14:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ViewportBoundary"]
|
|
17
|
-
16:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"MetadataBoundary"]
|
|
18
|
-
9:["$","$L8",null,{}]
|
|
19
|
-
a:["$","$1","c",{"children":["$Lf",[["$","script","script-0",{"src":"/_next/static/chunks/0bym88q-qlydb.js","async":true,"nonce":"$undefined"}]],["$","$L10",null,{"children":["$","$11",null,{"name":"Next.MetadataOutlet","children":"$@12"}]}]]}]
|
|
20
|
-
13:[]
|
|
21
|
-
b:"$W13"
|
|
22
|
-
c:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$11",null,{"name":"Next.Metadata","children":"$L17"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
|
|
23
|
-
e:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/11y-z.w7p8i8a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
24
|
-
15:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
25
|
-
18:I[31415,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"IconMark"]
|
|
26
|
-
12:null
|
|
27
|
-
17:[["$","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"}],["$","$L18","3",{}]]
|
|
28
|
-
19:I[17446,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"SettingsSavedToast"]
|
|
29
|
-
1a:I[75404,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"TrackerTopbar"]
|
|
30
|
-
1b:I[42800,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"SettingsNav"]
|
|
31
|
-
1c:I[62344,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"DefaultSheetSessionSetting"]
|
|
32
|
-
1d:I[98295,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"ConfirmBeforeCheckoutSetting"]
|
|
33
|
-
1e:I[256,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"ConfirmDestructiveActionsSetting"]
|
|
34
|
-
1f:I[91653,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"ClearTagFiltersOnSheetChangeSetting"]
|
|
35
|
-
f:[["$","$L19",null,{}],["$","$L1a",null,{"breadcrumb":{"current":"General","parent":{"label":"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"}],["$","$L1b",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":"General"}],["$","p",null,{"className":"m-0 text-[0.9rem] leading-relaxed text-muted","children":"Tracker startup, confirmations, and session behavior."}]]}],["$","ul",null,{"className":"m-0 flex w-full list-none flex-col gap-2 p-0","aria-label":"General settings","children":[["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L1c",null,{"sheet_names":["main","super-time-tracker-ui","muzical-ui","super-time-tracker","nova-paper"]}]}],["$","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,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L1f",null,{}]}]]}]]}]]}]]
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2263,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],""]
|
|
3
|
-
3:I[89391,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ThemeModeSystemListener"]
|
|
4
|
-
4:I[14974,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ConfirmDialogProvider"]
|
|
5
|
-
5:I[28302,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"CloudSyncProvider"]
|
|
6
|
-
6:I[45452,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"AppKeyboardShortcuts"]
|
|
7
|
-
7:I[5233,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
8
|
-
8:I[73632,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
9
|
-
d:I[51709,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default",1]
|
|
10
|
-
:HL["/_next/static/chunks/11y-z.w7p8i8a.css","style"]
|
|
11
|
-
:HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
12
|
-
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
13
|
-
0:{"P":null,"c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/11y-z.w7p8i8a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0-0w4ml~c22t..js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0.jsu2wyaii~1.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"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,{"children":[["$","$L6",null,{}],["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L8",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,["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":"$L9","templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$La",{},null,false,null]},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":"xfRBlnU13styXnCBd60jn"}
|
|
14
|
-
10:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"OutletBoundary"]
|
|
15
|
-
11:"$Sreact.suspense"
|
|
16
|
-
14:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ViewportBoundary"]
|
|
17
|
-
16:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"MetadataBoundary"]
|
|
18
|
-
9:["$","$L8",null,{}]
|
|
19
|
-
a:["$","$1","c",{"children":["$Lf",[["$","script","script-0",{"src":"/_next/static/chunks/0bym88q-qlydb.js","async":true,"nonce":"$undefined"}]],["$","$L10",null,{"children":["$","$11",null,{"name":"Next.MetadataOutlet","children":"$@12"}]}]]}]
|
|
20
|
-
13:[]
|
|
21
|
-
b:"$W13"
|
|
22
|
-
c:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$11",null,{"name":"Next.Metadata","children":"$L17"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
|
|
23
|
-
e:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/11y-z.w7p8i8a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
24
|
-
15:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
25
|
-
18:I[31415,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"IconMark"]
|
|
26
|
-
12:null
|
|
27
|
-
17:[["$","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"}],["$","$L18","3",{}]]
|
|
28
|
-
19:I[17446,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"SettingsSavedToast"]
|
|
29
|
-
1a:I[75404,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"TrackerTopbar"]
|
|
30
|
-
1b:I[42800,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"SettingsNav"]
|
|
31
|
-
1c:I[62344,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"DefaultSheetSessionSetting"]
|
|
32
|
-
1d:I[98295,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"ConfirmBeforeCheckoutSetting"]
|
|
33
|
-
1e:I[256,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"ConfirmDestructiveActionsSetting"]
|
|
34
|
-
1f:I[91653,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"ClearTagFiltersOnSheetChangeSetting"]
|
|
35
|
-
f:[["$","$L19",null,{}],["$","$L1a",null,{"breadcrumb":{"current":"General","parent":{"label":"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"}],["$","$L1b",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":"General"}],["$","p",null,{"className":"m-0 text-[0.9rem] leading-relaxed text-muted","children":"Tracker startup, confirmations, and session behavior."}]]}],["$","ul",null,{"className":"m-0 flex w-full list-none flex-col gap-2 p-0","aria-label":"General settings","children":[["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L1c",null,{"sheet_names":["main","super-time-tracker-ui","muzical-ui","super-time-tracker","nova-paper"]}]}],["$","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,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L1f",null,{}]}]]}]]}]]}]]
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ViewportBoundary"]
|
|
3
|
-
3:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"MetadataBoundary"]
|
|
4
|
-
4:"$Sreact.suspense"
|
|
5
|
-
5:I[31415,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.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":"xfRBlnU13styXnCBd60jn"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2263,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],""]
|
|
3
|
-
3:I[89391,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ThemeModeSystemListener"]
|
|
4
|
-
4:I[14974,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ConfirmDialogProvider"]
|
|
5
|
-
5:I[28302,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"CloudSyncProvider"]
|
|
6
|
-
6:I[45452,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"AppKeyboardShortcuts"]
|
|
7
|
-
7:I[5233,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
8
|
-
8:I[73632,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
9
|
-
:HL["/_next/static/chunks/11y-z.w7p8i8a.css","style"]
|
|
10
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/11y-z.w7p8i8a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0-0w4ml~c22t..js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0.jsu2wyaii~1.js","async":true}],["$","script","script-2",{"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,{"children":[["$","$L6",null,{}],["$","$L7",null,{"parallelRouterKey":"children","template":["$","$L8",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":"xfRBlnU13styXnCBd60jn"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/11y-z.w7p8i8a.css","style"]
|
|
2
|
-
:HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
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":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"xfRBlnU13styXnCBd60jn"}
|
package/dist/standalone/next-output/server/app/settings.segments/settings/__PAGE__.segment.rsc
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[17446,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"SettingsSavedToast"]
|
|
3
|
-
3:I[75404,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"TrackerTopbar"]
|
|
4
|
-
4:I[42800,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"SettingsNav"]
|
|
5
|
-
5:I[62344,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"DefaultSheetSessionSetting"]
|
|
6
|
-
6:I[98295,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"ConfirmBeforeCheckoutSetting"]
|
|
7
|
-
7:I[256,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"ConfirmDestructiveActionsSetting"]
|
|
8
|
-
8:I[91653,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0bym88q-qlydb.js"],"ClearTagFiltersOnSheetChangeSetting"]
|
|
9
|
-
9:I[83775,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"OutletBoundary"]
|
|
10
|
-
a:"$Sreact.suspense"
|
|
11
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","$L2",null,{}],["$","$L3",null,{"breadcrumb":{"current":"General","parent":{"label":"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":"General"}],["$","p",null,{"className":"m-0 text-[0.9rem] leading-relaxed text-muted","children":"Tracker startup, confirmations, and session behavior."}]]}],["$","ul",null,{"className":"m-0 flex w-full list-none flex-col gap-2 p-0","aria-label":"General settings","children":[["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L5",null,{"sheet_names":["main","super-time-tracker-ui","muzical-ui","super-time-tracker","nova-paper"]}]}],["$","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,{}]}]]}]]}]]}]],[["$","script","script-0",{"src":"/_next/static/chunks/0bym88q-qlydb.js","async":true}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"xfRBlnU13styXnCBd60jn"}
|
|
12
|
-
b:null
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[5233,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
3
|
-
3:I[73632,["/_next/static/chunks/0-0w4ml~c22t..js","/_next/static/chunks/0.jsu2wyaii~1.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
|
|
4
|
-
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"xfRBlnU13styXnCBd60jn"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},68194,e=>{"use strict";var t=e.i(82214);e.s(["api_error_response",0,function(e,r=400){let a=e instanceof Error?e.message:String(e);return t.NextResponse.json({error:a},{status:r})}])},29207,e=>{"use strict";var t=e.i(5313),r=e.i(36117);async function a(){if(!(0,t.is_supabase_configured)())return null;let e=await (0,r.create_server_supabase_client)(),{data:{user:a}}=await e.auth.getUser();return a?.id??null}e.s(["get_authenticated_user_id",0,a])},60526,(e,t,r)=>{t.exports=e.x("node:os",()=>require("node:os"))},50227,(e,t,r)=>{t.exports=e.x("node:path",()=>require("node:path"))},2157,(e,t,r)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},72507,e=>{"use strict";var t=e.i(60526),r=e.i(50227);let a="db.json",n=r.default.join(t.default.homedir(),".super-time-tracker"),i=r.default.join(n,a);e.s(["DB_FILE_NAME",0,a,"DB_PATH",0,i,"DB_VERSION",0,3,"DEFAULT_SHEET_NAME",0,"main"])},16366,e=>{"use strict";e.s(["convert_db_to_json",0,function(e){let t=e.sheets.map(e=>({name:e.name,activeEntryID:e.activeEntryID,entries:e.entries.map(e=>({id:e.id,description:e.description,tags:e.tags,start:e.start.getTime(),end:null===e.end?null:e.end.getTime(),notes:e.notes.map(e=>({text:e.text,timestamp:e.timestamp.getTime()}))}))}));return{version:e.version,activeSheetName:e.activeSheetName,sheets:t}}])},72127,30853,e=>{"use strict";e.s(["convert_json_db",0,function(e){let{sheets:t,version:r,activeSheetName:a}=e;return{version:r,activeSheetName:a,sheets:t.map(({name:e,entries:t,activeEntryID:r})=>({name:e,activeEntryID:r,entries:t.map(({id:e,start:t,end:r,description:a,tags:n,notes:i})=>({id:e,description:a,tags:n,notes:i.map(({timestamp:e,text:t})=>({text:t,timestamp:new Date(e)})),start:new Date(t),end:null===r?null:new Date(r)}))}))}}],72127);var t=e.i(2157);async function r(e){try{await t.promises.mkdir(e,{recursive:!0})}catch(e){if("EEXIST"!==(null!==e&&"object"==typeof e&&"code"in e&&"string"==typeof e.code?e.code:null))throw e}}e.s(["ensure_dir_exists",0,r],30853)},93361,e=>{"use strict";var t=e.i(72507);function r(e,t=[],a=null){if(0===e.length)throw Error("New sheet name must not be empty");if(null!==a&&void 0===t.find(({id:e})=>e===a))throw Error("New sheet active entry does not exist");return{name:e,entries:t,activeEntryID:a}}e.s(["gen_db",0,function(){return{version:t.DB_VERSION,sheets:[r(t.DEFAULT_SHEET_NAME)],activeSheetName:t.DEFAULT_SHEET_NAME}},"gen_sheet",0,r])},24507,e=>{"use strict";var t=e.i(72507);let r={2:function(e){let{sheets:t,version:r,activeSheetName:a}=e;if(1!==r&&void 0!==r)throw Error(`DB is version ${r}, cannot migrate to version 2.`);return{version:2,activeSheetName:a,sheets:t.map(({name:e,entries:t,activeEntryID:r})=>({name:e,activeEntryID:r,entries:t.map(({id:e,start:t,end:r,description:a})=>({tags:[],notes:[],id:e,end:r,start:t,description:a}))}))}},3:function(e){let{sheets:t,version:r,activeSheetName:a}=e;if(2!==r&&void 0!==r)throw Error(`DB is version ${r}, cannot migrate to version 3.`);return{version:3,activeSheetName:a,sheets:t.map(({name:e,entries:t,activeEntryID:r})=>({name:e,activeEntryID:r,entries:t.map(({id:e,start:t,end:r,description:a,tags:n})=>({notes:[],tags:n,id:e,end:r,start:t,description:a}))}))}}};e.s(["migrate_json_db",0,function(e){let a=e,n=!1,i=void 0===a.version?1:a.version;if(i>t.DB_VERSION||i<1)throw Error(`Unknown DB version ${a.version}, cannot load.`);for(;i<t.DB_VERSION;){let e=i+1,t=r[e];if(void 0===t)throw Error(`Missing migration from version ${i} to ${e}.`);if((a=t(a)).version!==e)throw Error(`Invalid migration output for version ${e}.`);i=e,n=!0}return{json_db:a,did_migrate:n}}],24507)},71786,32806,95822,99054,e=>{"use strict";var t=e.i(50227),r=e.i(2157),a=e.i(72507),n=e.i(72127),i=e.i(30853),s=e.i(93361),o=e.i(24507),d=e.i(16366);async function l(e,t=a.DB_PATH){let n=JSON.stringify((0,d.convert_db_to_json)(e));try{await r.promises.writeFile(t,n)}catch(e){throw Error(`Failed to save DB: ${String(e)}`,{cause:e})}}async function u(e=a.DB_PATH){let d,c=t.default.dirname(e);await (0,i.ensure_dir_exists)(c);try{await r.promises.access(e)}catch{let t=(0,s.gen_db)();return await l(t,e),t}let p=await r.promises.readFile(e,"utf-8");try{d=JSON.parse(p)}catch(t){throw Error(`DB at ${e} is invalid JSON: ${String(t)}`,{cause:t})}let _=(0,o.migrate_json_db)(d);d=_.json_db;let h=(0,n.convert_json_db)(d);return _.did_migrate&&await l(h,e),h}e.s(["write_local_db",0,l],32806),e.s(["read_local_db",0,u],71786);var c=e.i(36117);async function p(e){let t=await (0,c.create_server_supabase_client)(),{data:r,error:n}=await t.from("tracker_accounts").select("active_sheet_name, db_version").eq("user_id",e).maybeSingle();if(null!==n)throw Error(`Failed to load tracker account: ${n.message}`);if(null===r)return(0,s.gen_db)();let{data:i,error:o}=await t.from("sheets").select("id, name, active_entry_id").eq("user_id",e).order("name",{ascending:!0});if(null!==o)throw Error(`Failed to load sheets: ${o.message}`);let d=i??[];if(0===d.length)return{version:r.db_version??a.DB_VERSION,activeSheetName:r.active_sheet_name,sheets:[]};let l=d.map(e=>e.id),{data:u,error:p}=await t.from("entries").select("sheet_id, id, start_at, end_at, description, tags").in("sheet_id",l).order("id",{ascending:!0});if(null!==p)throw Error(`Failed to load entries: ${p.message}`);let{data:_,error:h}=await t.from("entry_notes").select("sheet_id, entry_id, note_index, noted_at, text").in("sheet_id",l).order("note_index",{ascending:!0});if(null!==h)throw Error(`Failed to load entry notes: ${h.message}`);let v=new Map;for(let e of _??[]){let t=`${e.sheet_id}:${e.entry_id}`,r=v.get(t)??[];r.push({text:e.text,timestamp:new Date(e.noted_at)}),v.set(t,r)}let m=new Map;for(let e of u??[]){let t=`${e.sheet_id}:${e.id}`,r=m.get(e.sheet_id)??[];r.push({id:e.id,description:e.description,tags:e.tags??[],start:new Date(e.start_at),end:null===e.end_at?null:new Date(e.end_at),notes:v.get(t)??[]}),m.set(e.sheet_id,r)}let f=d.map(e=>(0,s.gen_sheet)(e.name,m.get(e.id)??[],e.active_entry_id));return{version:r.db_version??a.DB_VERSION,activeSheetName:r.active_sheet_name,sheets:f}}async function _(e,t){let r=await (0,c.create_server_supabase_client)(),{error:a}=await r.from("tracker_accounts").upsert({user_id:t,active_sheet_name:e.activeSheetName,db_version:e.version,updated_at:new Date().toISOString()});if(null!==a)throw Error(`Failed to save tracker account: ${a.message}`);let{data:n,error:i}=await r.from("sheets").select("id").eq("user_id",t);if(null!==i)throw Error(`Failed to list sheets: ${i.message}`);let s=(n??[]).map(e=>e.id);if(s.length>0){let{error:e}=await r.from("sheets").delete().in("id",s);if(null!==e)throw Error(`Failed to clear sheets: ${e.message}`)}for(let a of e.sheets){let e={user_id:t,name:a.name,active_entry_id:a.activeEntryID},{data:n,error:i}=await r.from("sheets").insert(e).select("id").single();if(null!==i)throw Error(`Failed to save sheet "${a.name}": ${i.message}`);let s=n.id;if(0===a.entries.length)continue;let o=a.entries.map(e=>({sheet_id:s,id:e.id,start_at:e.start.toISOString(),end_at:null===e.end?null:e.end.toISOString(),description:e.description,tags:e.tags})),{error:d}=await r.from("entries").insert(o);if(null!==d)throw Error(`Failed to save entries for "${a.name}": ${d.message}`);let l=[];for(let e of a.entries)e.notes.forEach((t,r)=>{l.push({sheet_id:s,entry_id:e.id,note_index:r,noted_at:t.timestamp.toISOString(),text:t.text})});if(0===l.length)continue;let{error:u}=await r.from("entry_notes").insert(l);if(null!==u)throw Error(`Failed to save notes for "${a.name}": ${u.message}`)}}e.s(["read_supabase_db",0,p],95822),e.s(["write_supabase_db",0,_],99054)},27440,18212,e=>{"use strict";var t=e.i(29207),r=e.i(5313),a=e.i(71786),n=e.i(95822);async function i(e){if((0,r.is_supabase_configured)()){let e=await (0,t.get_authenticated_user_id)();if(null!==e)return(0,n.read_supabase_db)(e)}return(0,a.read_local_db)(e)}e.s(["read_db",0,i],27440);var s=e.i(32806),o=e.i(99054);async function d(e,a){if((0,r.is_supabase_configured)()){let r=await (0,t.get_authenticated_user_id)();if(null!==r)return void await (0,o.write_supabase_db)(e,r)}await (0,s.write_local_db)(e,a)}e.s(["write_db",0,d],18212)},44019,e=>{"use strict";var t=e.i(973),r=e.i(39210),a=e.i(13132),n=e.i(14579),i=e.i(47092),s=e.i(34740),o=e.i(77667),d=e.i(11979),l=e.i(54202),u=e.i(39093),c=e.i(95106),p=e.i(57255),_=e.i(96492),h=e.i(27930),v=e.i(24131),m=e.i(93695);e.i(20216);var f=e.i(84975),g=e.i(82214),w=e.i(68194),E=e.i(72507),x=e.i(16366),y=e.i(27440);async function b(){let e=await (0,y.read_db)();return JSON.stringify((0,x.convert_db_to_json)(e),null,2)}var R=e.i(72127),S=e.i(24507),N=e.i(18212);async function D(e){if(!("object"==typeof e&&null!==e&&Array.isArray(e.sheets)))throw Error("Invalid backup file: expected a time tracker database.");let{json_db:t}=(0,S.migrate_json_db)(e),r=(0,R.convert_json_db)(t);if(0===r.sheets.length)throw Error("Invalid backup file: the database must include at least one sheet.");await (0,N.write_db)(r)}async function A(){try{let e=await b();return new g.NextResponse(e,{headers:{"Content-Type":"application/json; charset=utf-8","Content-Disposition":`attachment; filename="${E.DB_FILE_NAME}"`}})}catch(e){return(0,w.api_error_response)(e,500)}}async function I(e){try{let t=await e.json();return await D(t),g.NextResponse.json({ok:!0})}catch(e){return(0,w.api_error_response)(e,400)}}e.s(["GET",0,A,"POST",0,I],81869);var T=e.i(81869);let C=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/backup/route",pathname:"/api/backup",filename:"route",bundlePath:""},distDir:"next-output",relativeProjectDir:"",resolvedPagePath:"[project]/app/api/backup/route.ts",nextConfigOutput:"standalone",userland:T,...{}}),{workAsyncStorage:j,workUnitAsyncStorage:k,serverHooks:O}=C;async function $(e,t,a){a.requestMeta&&(0,n.setRequestMeta)(e,a.requestMeta),C.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let g="/api/backup/route";g=g.replace(/\/index$/,"")||"/";let w=await C.prepare(e,t,{srcPage:g,multiZoneDraftMode:!1});if(!w)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:E,deploymentId:x,params:y,nextConfig:b,parsedUrl:R,isDraftMode:S,prerenderManifest:N,routerServerContext:D,isOnDemandRevalidate:A,revalidateOnlyGenerated:I,resolvedPathname:T,clientReferenceManifest:j,serverActionsManifest:k}=w,O=(0,o.normalizeAppPath)(g),$=!!(N.dynamicRoutes[O]||N.routes[T]),q=async()=>((null==D?void 0:D.render404)?await D.render404(e,t,R,!1):t.end("This page could not be found"),null);if($&&!S){let e=!!N.routes[T],t=N.dynamicRoutes[O];if(t&&!1===t.fallback&&!e){if(b.adapterPath)return await q();throw new m.NoFallbackError}}let P=null;!$||C.isDev||S||(P="/index"===(P=T)?"/":P);let F=!0===C.isDev||!$,H=$&&!F;k&&j&&(0,s.setManifestsSingleton)({page:g,clientReferenceManifest:j,serverActionsManifest:k});let M=e.method||"GET",B=(0,i.getTracer)(),U=B.getActiveScopeSpan(),L=!!(null==D?void 0:D.isWrappedByNextServer),V=!!(0,n.getRequestMeta)(e,"minimalMode"),K=(0,n.getRequestMeta)(e,"incrementalCache")||await C.getIncrementalCache(e,b,N,V);null==K||K.resetRequestCache(),globalThis.__incrementalCache=K;let G={params:y,previewProps:N.preview,renderOpts:{experimental:{authInterrupts:!!b.experimental.authInterrupts},cacheComponents:!!b.cacheComponents,supportsDynamicResponse:F,incrementalCache:K,cacheLifeProfiles:b.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>C.onRequestError(e,t,a,n,D)},sharedContext:{buildId:E,deploymentId:x}},J=new d.NodeNextRequest(e),X=new d.NodeNextResponse(t),W=l.NextRequestAdapter.fromNodeNextRequest(J,(0,l.signalFromNodeResponse)(t));try{let n,s=async e=>C.handle(W,G).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=B.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${M} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t),n&&n!==e&&(n.setAttribute("http.route",a),n.updateName(t))}else e.updateName(`${M} ${g}`)}),o=async n=>{var i,o;let d=async({previousCacheEntry:r})=>{try{if(!V&&A&&I&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let i=await s(n);e.fetchMetrics=G.renderOpts.fetchMetrics;let o=G.renderOpts.pendingWaitUntil;o&&a.waitUntil&&(a.waitUntil(o),o=void 0);let d=G.renderOpts.collectedTags;if(!$)return await (0,p.sendResponse)(J,X,i,G.renderOpts.pendingWaitUntil),null;{let e=await i.blob(),t=(0,_.toNodeOutgoingHttpHeaders)(i.headers);d&&(t[v.NEXT_CACHE_TAGS_HEADER]=d),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==G.renderOpts.collectedRevalidate&&!(G.renderOpts.collectedRevalidate>=v.INFINITE_CACHE)&&G.renderOpts.collectedRevalidate,a=void 0===G.renderOpts.collectedExpire||G.renderOpts.collectedExpire>=v.INFINITE_CACHE?void 0:G.renderOpts.collectedExpire;return{value:{kind:f.CachedRouteKind.APP_ROUTE,status:i.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await C.onRequestError(e,t,{routerKind:"App Router",routePath:g,routeType:"route",revalidateReason:(0,c.getRevalidateReason)({isStaticGeneration:H,isOnDemandRevalidate:A})},!1,D),t}},l=await C.handleResponse({req:e,nextConfig:b,cacheKey:P,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:N,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:I,responseGenerator:d,waitUntil:a.waitUntil,isMinimalMode:V});if(!$)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==f.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(o=l.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});V||t.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),S&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let u=(0,_.fromNodeOutgoingHttpHeaders)(l.value.headers);return V&&$||u.delete(v.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||t.getHeader("Cache-Control")||u.get("Cache-Control")||u.set("Cache-Control",(0,h.getCacheControlHeader)(l.cacheControl)),await (0,p.sendResponse)(J,X,new Response(l.value.body,{headers:u,status:l.value.status||200})),null};L&&U?await o(U):(n=B.getActiveScopeSpan(),await B.withPropagatedContext(e.headers,()=>B.trace(u.BaseServerSpan.handleRequest,{spanName:`${M} ${g}`,kind:i.SpanKind.SERVER,attributes:{"http.method":M,"http.target":e.url}},o),void 0,!L))}catch(t){if(t instanceof m.NoFallbackError||await C.onRequestError(e,t,{routerKind:"App Router",routePath:O,routeType:"route",revalidateReason:(0,c.getRevalidateReason)({isStaticGeneration:H,isOnDemandRevalidate:A})},!1,D),$)throw t;return await (0,p.sendResponse)(J,X,new Response(null,{status:500})),null}}e.s(["handler",0,$,"patchFetch",0,function(){return(0,a.patchFetch)({workAsyncStorage:j,workUnitAsyncStorage:k})},"routeModule",0,C,"serverHooks",0,O,"workAsyncStorage",0,j,"workUnitAsyncStorage",0,k],44019)}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__00yo3_1._.js.map
|