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,29 +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":["","reporting"],"q":"","i":false,"f":[[["",{"children":["reporting",{"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/0js9~7rlpndqf.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0g7b1~gza1y3a.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/01mevzl3z5cgt.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[68120,["/_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/0js9~7rlpndqf.js","/_next/static/chunks/0g7b1~gza1y3a.js","/_next/static/chunks/01mevzl3z5cgt.js"],"ReportingView"]
|
|
29
|
-
f:["$","$L19",null,{"source_sheets":[{"name":"main","activeEntryID":null,"entries":[{"id":4,"start":"2026-04-23T07:32:59.451Z","end":"2026-04-23T08:03:04.072Z"},{"id":6,"start":"2026-04-23T08:34:40.710Z","end":"2026-04-23T08:49:46.245Z"}]},{"name":"super-time-tracker-ui","activeEntryID":null,"entries":[{"id":0,"start":"2026-05-18T13:27:06.863Z","end":"2026-05-18T15:19:33.255Z"},{"id":1,"start":"2026-05-18T15:34:43.900Z","end":"2026-05-18T17:44:11.859Z"},{"id":2,"start":"2026-05-18T18:04:55.099Z","end":"2026-05-18T19:38:32.986Z"}]},{"name":"muzical-ui","activeEntryID":null,"entries":[{"id":0,"start":"2026-05-18T11:46:43.626Z","end":"2026-05-18T13:26:57.699Z"},{"id":1,"start":"2026-05-18T15:44:33.312Z","end":"2026-05-18T17:46:16.870Z"},{"id":2,"start":"2026-05-18T18:47:50.579Z","end":"2026-05-18T21:31:54.891Z"}]},{"name":"super-time-tracker","activeEntryID":null,"entries":[{"id":1,"start":"2026-04-23T08:53:26.498Z","end":"2026-04-23T09:11:13.533Z"},{"id":2,"start":"2026-04-23T08:08:18.980Z","end":"2026-04-23T08:19:20.636Z"},{"id":3,"start":"2026-04-23T07:18:37.034Z","end":"2026-04-23T07:21:59.793Z"},{"id":4,"start":"2026-04-23T06:57:05.158Z","end":"2026-04-23T07:16:52.623Z"},{"id":5,"start":"2026-04-23T06:13:49.891Z","end":"2026-04-23T06:48:45.905Z"},{"id":6,"start":"2026-04-23T05:02:20.334Z","end":"2026-04-23T06:02:23.701Z"},{"id":7,"start":"2026-04-23T09:16:46.331Z","end":"2026-04-23T09:21:47.578Z"}]},{"name":"nova-paper","activeEntryID":null,"entries":[{"id":0,"start":"2026-05-18T18:37:45.543Z","end":"2026-05-18T21:32:08.415Z"}]}]}]
|
|
@@ -1,29 +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":["","reporting"],"q":"","i":false,"f":[[["",{"children":["reporting",{"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/0js9~7rlpndqf.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0g7b1~gza1y3a.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/01mevzl3z5cgt.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[68120,["/_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/0js9~7rlpndqf.js","/_next/static/chunks/0g7b1~gza1y3a.js","/_next/static/chunks/01mevzl3z5cgt.js"],"ReportingView"]
|
|
29
|
-
f:["$","$L19",null,{"source_sheets":[{"name":"main","activeEntryID":null,"entries":[{"id":4,"start":"2026-04-23T07:32:59.451Z","end":"2026-04-23T08:03:04.072Z"},{"id":6,"start":"2026-04-23T08:34:40.710Z","end":"2026-04-23T08:49:46.245Z"}]},{"name":"super-time-tracker-ui","activeEntryID":null,"entries":[{"id":0,"start":"2026-05-18T13:27:06.863Z","end":"2026-05-18T15:19:33.255Z"},{"id":1,"start":"2026-05-18T15:34:43.900Z","end":"2026-05-18T17:44:11.859Z"},{"id":2,"start":"2026-05-18T18:04:55.099Z","end":"2026-05-18T19:38:32.986Z"}]},{"name":"muzical-ui","activeEntryID":null,"entries":[{"id":0,"start":"2026-05-18T11:46:43.626Z","end":"2026-05-18T13:26:57.699Z"},{"id":1,"start":"2026-05-18T15:44:33.312Z","end":"2026-05-18T17:46:16.870Z"},{"id":2,"start":"2026-05-18T18:47:50.579Z","end":"2026-05-18T21:31:54.891Z"}]},{"name":"super-time-tracker","activeEntryID":null,"entries":[{"id":1,"start":"2026-04-23T08:53:26.498Z","end":"2026-04-23T09:11:13.533Z"},{"id":2,"start":"2026-04-23T08:08:18.980Z","end":"2026-04-23T08:19:20.636Z"},{"id":3,"start":"2026-04-23T07:18:37.034Z","end":"2026-04-23T07:21:59.793Z"},{"id":4,"start":"2026-04-23T06:57:05.158Z","end":"2026-04-23T07:16:52.623Z"},{"id":5,"start":"2026-04-23T06:13:49.891Z","end":"2026-04-23T06:48:45.905Z"},{"id":6,"start":"2026-04-23T05:02:20.334Z","end":"2026-04-23T06:02:23.701Z"},{"id":7,"start":"2026-04-23T09:16:46.331Z","end":"2026-04-23T09:21:47.578Z"}]},{"name":"nova-paper","activeEntryID":null,"entries":[{"id":0,"start":"2026-05-18T18:37:45.543Z","end":"2026-05-18T21:32:08.415Z"}]}]}]
|
|
@@ -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":"reporting","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/reporting.segments/reporting/__PAGE__.segment.rsc
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[68120,["/_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/0js9~7rlpndqf.js","/_next/static/chunks/0g7b1~gza1y3a.js","/_next/static/chunks/01mevzl3z5cgt.js"],"ReportingView"]
|
|
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,{"source_sheets":[{"name":"main","activeEntryID":null,"entries":[{"id":4,"start":"2026-04-23T07:32:59.451Z","end":"2026-04-23T08:03:04.072Z"},{"id":6,"start":"2026-04-23T08:34:40.710Z","end":"2026-04-23T08:49:46.245Z"}]},{"name":"super-time-tracker-ui","activeEntryID":null,"entries":[{"id":0,"start":"2026-05-18T13:27:06.863Z","end":"2026-05-18T15:19:33.255Z"},{"id":1,"start":"2026-05-18T15:34:43.900Z","end":"2026-05-18T17:44:11.859Z"},{"id":2,"start":"2026-05-18T18:04:55.099Z","end":"2026-05-18T19:38:32.986Z"}]},{"name":"muzical-ui","activeEntryID":null,"entries":[{"id":0,"start":"2026-05-18T11:46:43.626Z","end":"2026-05-18T13:26:57.699Z"},{"id":1,"start":"2026-05-18T15:44:33.312Z","end":"2026-05-18T17:46:16.870Z"},{"id":2,"start":"2026-05-18T18:47:50.579Z","end":"2026-05-18T21:31:54.891Z"}]},{"name":"super-time-tracker","activeEntryID":null,"entries":[{"id":1,"start":"2026-04-23T08:53:26.498Z","end":"2026-04-23T09:11:13.533Z"},{"id":2,"start":"2026-04-23T08:08:18.980Z","end":"2026-04-23T08:19:20.636Z"},{"id":3,"start":"2026-04-23T07:18:37.034Z","end":"2026-04-23T07:21:59.793Z"},{"id":4,"start":"2026-04-23T06:57:05.158Z","end":"2026-04-23T07:16:52.623Z"},{"id":5,"start":"2026-04-23T06:13:49.891Z","end":"2026-04-23T06:48:45.905Z"},{"id":6,"start":"2026-04-23T05:02:20.334Z","end":"2026-04-23T06:02:23.701Z"},{"id":7,"start":"2026-04-23T09:16:46.331Z","end":"2026-04-23T09:21:47.578Z"}]},{"name":"nova-paper","activeEntryID":null,"entries":[{"id":0,"start":"2026-05-18T18:37:45.543Z","end":"2026-05-18T21:32:08.415Z"}]}]}],[["$","script","script-0",{"src":"/_next/static/chunks/0js9~7rlpndqf.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0g7b1~gza1y3a.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/01mevzl3z5cgt.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"xfRBlnU13styXnCBd60jn"}
|
|
6
|
-
5: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 +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/13pryy_qphr.u.js" async=""></script><meta name="next-size-adjust" content=""/><title>super-time-tracker</title><meta name="description" content="Web UI for the super-time-tracker CLI time sheets"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="min-h-full font-sans transition-[background-color,color] duration-200"><div hidden=""><!--$--><!--/$--></div><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'\u0026\u0026m!=='dark'\u0026\u0026m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();","id":"theme-init"}])</script><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)\u003e=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)\u003c0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();","id":"ui-settings-init"}])</script><header class="relative z-1 border-b border-panel-border bg-[color-mix(in_srgb,var(--panel)_92%,var(--background))] shadow-sm backdrop-blur-[10px]"><div class="mx-auto flex max-w-[1120px] min-h-13 flex-wrap items-center gap-x-4 gap-y-2 px-5"><span class="inline-flex shrink-0 items-center font-mono text-[0.72rem] font-semibold uppercase leading-tight tracking-[0.08em] text-accent whitespace-nowrap">super-time-tracker</span><nav aria-label="Breadcrumb" class="min-w-0 text-left"><ol class="m-0 flex list-none flex-wrap items-center gap-1.5 p-0 text-[0.85rem]"><li><a class="text-muted no-underline hover:text-foreground" href="/">Tracker</a></li><li class="text-muted" aria-hidden="true">/</li><li><a class="text-muted no-underline hover:text-foreground" href="/settings">Settings</a></li><li class="text-muted" aria-hidden="true">/</li><li class="font-medium text-foreground" aria-current="page">Data & backup</li></ol></nav><div class="ml-auto flex shrink-0 items-center justify-end gap-2"><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/">Tracker</a><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/reporting">Reporting</a><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/settings/tags">Manage tags</a><a class="rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground" href="/settings">Settings</a><div class="group relative flex items-center"><button type="button" class="inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent" aria-label="Keyboard shortcuts" aria-describedby="keyboard-shortcuts-tooltip"><svg class="block h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><path d="M12 17h.01"></path></svg></button><div id="keyboard-shortcuts-tooltip" role="tooltip" class="pointer-events-none absolute right-0 top-full z-50 w-max max-w-[min(18rem,calc(100vw-2.5rem))] pt-2 opacity-0 transition-opacity duration-150 group-hover:pointer-events-auto group-hover:opacity-100 group-focus-within:pointer-events-auto group-focus-within:opacity-100"><div class="rounded-lg border border-panel-border bg-panel p-3 shadow-md"><p class="m-0 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted">Keyboard shortcuts</p><div class="mt-2"><div class="flex flex-col gap-2.5"><section><h3 class="m-0 font-semibold uppercase tracking-[0.04em] text-muted text-[0.65rem]">General</h3><dl class="m-0 grid grid-cols-[auto_minmax(0,1fr)] mt-1.5 gap-x-3 gap-y-1.5"><div class="contents"><dt class="m-0"><kbd class="inline-block min-w-7 rounded border border-panel-border bg-surface text-center font-mono font-semibold text-foreground px-1 py-0.5 text-[0.7rem]">?</kbd></dt><dd class="m-0 self-center leading-snug text-muted text-[0.8rem]">Show keyboard shortcuts</dd></div></dl></section></div></div></div></div></div><button type="button" class="inline-flex cursor-pointer items-center gap-1.5 rounded-full border border-panel-border bg-ghost-bg px-3 py-1.5 font-inherit text-[0.85rem] font-semibold text-inherit hover:bg-surface-hover disabled:cursor-wait disabled:opacity-60" aria-label="Dark theme. Switch to light theme" title="Switch to light theme"><span class="text-base leading-none" aria-hidden="true">☾</span><span>Dark</span></button></div></div></header><main class="mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1"><aside class="flex flex-col gap-2"><h2 class="m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted">Settings</h2><nav aria-label="Settings sections" class="w-full"><ul class="m-0 flex w-full list-none flex-col gap-0.5 p-0"><li><a class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 text-muted hover:bg-surface-hover hover:text-foreground" href="/settings">General</a></li><li><a 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 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/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">Data & backup</h1><p class="m-0 text-[0.9rem] leading-relaxed text-muted">Database backups and bulk operations on stored entries.</p></header><ul class="m-0 flex w-full list-none flex-col gap-2 p-0" aria-label="Data settings"><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><div class="flex w-full flex-col gap-3"><div class="flex flex-col gap-0.5"><h2 class="m-0 text-[0.95rem] font-semibold">Backup and restore</h2><p class="m-0 text-[0.8rem] leading-snug text-muted">Download a copy of your database or replace it with a previously saved backup file.</p></div><p class="m-0 overflow-wrap-anywhere font-mono text-[0.65rem] leading-snug text-muted" title="/home/f3rno/.super-time-tracker/db.json">/home/f3rno/.super-time-tracker/db.json</p><div class="flex flex-wrap gap-2"><button type="button" class="cursor-pointer appearance-none rounded-[0.65rem] border border-transparent font-inherit font-semibold disabled:cursor-not-allowed disabled:opacity-55 px-2.5 py-1.5 text-xs border-panel-border bg-ghost-bg text-inherit">Download backup</button><button type="button" class="cursor-pointer appearance-none rounded-[0.65rem] border border-transparent font-inherit font-semibold disabled:cursor-not-allowed disabled:opacity-55 px-2.5 py-1.5 text-xs border-danger-border bg-danger-soft text-danger">Restore from file</button><input type="file" accept="application/json,.json" class="hidden"/></div></div></li><li class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><div class="flex flex-col gap-0.5"><span class="text-[0.95rem] font-semibold">Tag management</span><span class="text-[0.8rem] leading-snug text-muted">Rename or merge @tags used across all entries.</span><a class="mt-2 self-start text-[0.85rem] font-semibold text-accent no-underline hover:underline" href="/settings/tags">Manage tags</a></div></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\"]\ne: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\",\"data\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"data\",{\"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,\"$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\"}\n"])</script><script>self.__next_f.push([1,"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\"]\n12:\"$Sreact.suspense\"\n15: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\"]\n17: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:[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]\na:[\"$\",\"$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\"}]]}]\nb:[\"$\",\"$1\",\"c\",{\"children\":[\"$L10\",[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/13pryy_qphr.u.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$12\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@13\"}]}]]}]\n14:[]\nc:\"$W14\"\nd:[\"$\",\"$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\":\"\"}]]}]\nf:[\"$\",\"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,"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/13pryy_qphr.u.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/13pryy_qphr.u.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/13pryy_qphr.u.js\"],\"SettingsNav\"]\n1c:I[88019,[\"/_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/13pryy_qphr.u.js\"],\"CloudAccountSetting\"]\n1d:I[6216,[\"/_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/13pryy_qphr.u.js\"],\"BackupRestoreSetting\"]\n1e:I[45958,[\"/_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/13pryy_qphr.u.js\"],\"\"]\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"$L19\",null,{}],[\"$\",\"$L1a\",null,{\"breadcrumb\":{\"current\":\"Data \u0026 backup\",\"parent\":{\"label\":\"Settings\",\"href\":\"/settings\"}}}],[\"$\",\"main\",null,{\"className\":\"mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"flex flex-col gap-2\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted\",\"children\":\"Settings\"}],[\"$\",\"$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\":\"Data \u0026 backup\"}],[\"$\",\"p\",null,{\"className\":\"m-0 text-[0.9rem] leading-relaxed text-muted\",\"children\":\"Database backups and bulk operations on stored entries.\"}]]}],[\"$\",\"ul\",null,{\"className\":\"m-0 flex w-full list-none flex-col gap-2 p-0\",\"aria-label\":\"Data settings\",\"children\":[[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1c\",null,{}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"$L1d\",null,{\"db_path\":\"/home/f3rno/.super-time-tracker/db.json\"}]}],[\"$\",\"li\",null,{\"className\":\"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-0.5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-[0.95rem] font-semibold\",\"children\":\"Tag management\"}],[\"$\",\"span\",null,{\"className\":\"text-[0.8rem] leading-snug text-muted\",\"children\":\"Rename or merge @tags used across all entries.\"}],[\"$\",\"$L1e\",null,{\"className\":\"mt-2 self-start text-[0.85rem] font-semibold text-accent no-underline hover:underline\",\"href\":\"/settings/tags\",\"children\":\"Manage tags\"}]]}]}]]}]]}]]}]]\n"])</script><script>self.__next_f.push([1,"16:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"1f: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\"]\n13:null\n18:[[\"$\",\"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\"}],[\"$\",\"$L1f\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,16 +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/data/layout,_N_T_/settings/data/page,_N_T_/settings/data"
|
|
6
|
-
},
|
|
7
|
-
"segmentPaths": [
|
|
8
|
-
"/_tree",
|
|
9
|
-
"/_full",
|
|
10
|
-
"/settings/data/__PAGE__",
|
|
11
|
-
"/settings/data",
|
|
12
|
-
"/settings",
|
|
13
|
-
"/_index",
|
|
14
|
-
"/_head"
|
|
15
|
-
]
|
|
16
|
-
}
|
|
@@ -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
|
-
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","data"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["data",{"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/13pryy_qphr.u.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
|
-
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/13pryy_qphr.u.js"],"SettingsSavedToast"]
|
|
26
|
-
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/13pryy_qphr.u.js"],"TrackerTopbar"]
|
|
27
|
-
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/13pryy_qphr.u.js"],"SettingsNav"]
|
|
28
|
-
1c:I[88019,["/_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/13pryy_qphr.u.js"],"CloudAccountSetting"]
|
|
29
|
-
1d:I[6216,["/_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/13pryy_qphr.u.js"],"BackupRestoreSetting"]
|
|
30
|
-
1e:I[45958,["/_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/13pryy_qphr.u.js"],""]
|
|
31
|
-
10:[["$","$L19",null,{}],["$","$L1a",null,{"breadcrumb":{"current":"Data & backup","parent":{"label":"Settings","href":"/settings"}}}],["$","main",null,{"className":"mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1","children":[["$","aside",null,{"className":"flex flex-col gap-2","children":[["$","h2",null,{"className":"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted","children":"Settings"}],["$","$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":"Data & backup"}],["$","p",null,{"className":"m-0 text-[0.9rem] leading-relaxed text-muted","children":"Database backups and bulk operations on stored entries."}]]}],["$","ul",null,{"className":"m-0 flex w-full list-none flex-col gap-2 p-0","aria-label":"Data settings","children":[["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L1c",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L1d",null,{"db_path":"/home/f3rno/.super-time-tracker/db.json"}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","div",null,{"className":"flex flex-col gap-0.5","children":[["$","span",null,{"className":"text-[0.95rem] font-semibold","children":"Tag management"}],["$","span",null,{"className":"text-[0.8rem] leading-snug text-muted","children":"Rename or merge @tags used across all entries."}],["$","$L1e",null,{"className":"mt-2 self-start text-[0.85rem] font-semibold text-accent no-underline hover:underline","href":"/settings/tags","children":"Manage tags"}]]}]}]]}]]}]]}]]
|
|
32
|
-
16:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
33
|
-
1f: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"]
|
|
34
|
-
13:null
|
|
35
|
-
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"}],["$","$L1f","3",{}]]
|
|
@@ -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
|
-
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","data"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["data",{"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/13pryy_qphr.u.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
|
-
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/13pryy_qphr.u.js"],"SettingsSavedToast"]
|
|
26
|
-
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/13pryy_qphr.u.js"],"TrackerTopbar"]
|
|
27
|
-
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/13pryy_qphr.u.js"],"SettingsNav"]
|
|
28
|
-
1c:I[88019,["/_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/13pryy_qphr.u.js"],"CloudAccountSetting"]
|
|
29
|
-
1d:I[6216,["/_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/13pryy_qphr.u.js"],"BackupRestoreSetting"]
|
|
30
|
-
1e:I[45958,["/_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/13pryy_qphr.u.js"],""]
|
|
31
|
-
10:[["$","$L19",null,{}],["$","$L1a",null,{"breadcrumb":{"current":"Data & backup","parent":{"label":"Settings","href":"/settings"}}}],["$","main",null,{"className":"mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1","children":[["$","aside",null,{"className":"flex flex-col gap-2","children":[["$","h2",null,{"className":"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted","children":"Settings"}],["$","$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":"Data & backup"}],["$","p",null,{"className":"m-0 text-[0.9rem] leading-relaxed text-muted","children":"Database backups and bulk operations on stored entries."}]]}],["$","ul",null,{"className":"m-0 flex w-full list-none flex-col gap-2 p-0","aria-label":"Data settings","children":[["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L1c",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L1d",null,{"db_path":"/home/f3rno/.super-time-tracker/db.json"}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","div",null,{"className":"flex flex-col gap-0.5","children":[["$","span",null,{"className":"text-[0.95rem] font-semibold","children":"Tag management"}],["$","span",null,{"className":"text-[0.8rem] leading-snug text-muted","children":"Rename or merge @tags used across all entries."}],["$","$L1e",null,{"className":"mt-2 self-start text-[0.85rem] font-semibold text-accent no-underline hover:underline","href":"/settings/tags","children":"Manage tags"}]]}]}]]}]]}]]}]]
|
|
32
|
-
16:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
33
|
-
1f: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"]
|
|
34
|
-
13:null
|
|
35
|
-
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"}],["$","$L1f","3",{}]]
|
|
@@ -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":"data","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"xfRBlnU13styXnCBd60jn"}
|
|
@@ -1,11 +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/13pryy_qphr.u.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/13pryy_qphr.u.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/13pryy_qphr.u.js"],"SettingsNav"]
|
|
5
|
-
5:I[88019,["/_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/13pryy_qphr.u.js"],"CloudAccountSetting"]
|
|
6
|
-
6:I[6216,["/_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/13pryy_qphr.u.js"],"BackupRestoreSetting"]
|
|
7
|
-
7:I[45958,["/_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/13pryy_qphr.u.js"],""]
|
|
8
|
-
8: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"]
|
|
9
|
-
9:"$Sreact.suspense"
|
|
10
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","$L2",null,{}],["$","$L3",null,{"breadcrumb":{"current":"Data & backup","parent":{"label":"Settings","href":"/settings"}}}],["$","main",null,{"className":"mx-auto grid w-full max-w-[1120px] grid-cols-[minmax(12rem,16rem)_minmax(0,1fr)] gap-6 px-5 pb-10 pt-6 max-[860px]:grid-cols-1","children":[["$","aside",null,{"className":"flex flex-col gap-2","children":[["$","h2",null,{"className":"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted","children":"Settings"}],["$","$L4",null,{}]]}],["$","section",null,{"className":"flex min-w-0 flex-col gap-4","children":[["$","header",null,{"className":"flex flex-col gap-1","children":[["$","h1",null,{"className":"m-0 text-[1.35rem] font-[650] tracking-tight","children":"Data & backup"}],["$","p",null,{"className":"m-0 text-[0.9rem] leading-relaxed text-muted","children":"Database backups and bulk operations on stored entries."}]]}],["$","ul",null,{"className":"m-0 flex w-full list-none flex-col gap-2 p-0","aria-label":"Data settings","children":[["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L5",null,{}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","$L6",null,{"db_path":"/home/f3rno/.super-time-tracker/db.json"}]}],["$","li",null,{"className":"rounded-md border border-panel-border bg-panel p-3.5 shadow-sm","children":["$","div",null,{"className":"flex flex-col gap-0.5","children":[["$","span",null,{"className":"text-[0.95rem] font-semibold","children":"Tag management"}],["$","span",null,{"className":"text-[0.8rem] leading-snug text-muted","children":"Rename or merge @tags used across all entries."}],["$","$L7",null,{"className":"mt-2 self-start text-[0.85rem] font-semibold text-accent no-underline hover:underline","href":"/settings/tags","children":"Manage tags"}]]}]}]]}]]}]]}]],[["$","script","script-0",{"src":"/_next/static/chunks/13pryy_qphr.u.js","async":true}]],["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"xfRBlnU13styXnCBd60jn"}
|
|
11
|
-
a:null
|
package/dist/standalone/next-output/server/app/settings/data.segments/settings/data.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"}
|