super-time-tracker-ui 0.1.9 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/bin/stt-ui.js +2 -1
  2. package/dist/standalone/next-output/BUILD_ID +1 -1
  3. package/dist/standalone/next-output/build-manifest.json +3 -3
  4. package/dist/standalone/next-output/server/app/_global-error.html +1 -1
  5. package/dist/standalone/next-output/server/app/_global-error.rsc +1 -1
  6. package/dist/standalone/next-output/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/dist/standalone/next-output/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/dist/standalone/next-output/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/dist/standalone/next-output/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/dist/standalone/next-output/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/dist/standalone/next-output/server/app/_not-found/page_client-reference-manifest.js +1 -1
  12. package/dist/standalone/next-output/server/app/_not-found.html +1 -1
  13. package/dist/standalone/next-output/server/app/_not-found.rsc +3 -3
  14. package/dist/standalone/next-output/server/app/_not-found.segments/_full.segment.rsc +3 -3
  15. package/dist/standalone/next-output/server/app/_not-found.segments/_head.segment.rsc +1 -1
  16. package/dist/standalone/next-output/server/app/_not-found.segments/_index.segment.rsc +2 -2
  17. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  18. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  19. package/dist/standalone/next-output/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  20. package/dist/standalone/next-output/server/app/api/entry/route.js +1 -1
  21. package/dist/standalone/next-output/server/app/api/entry/route.js.nft.json +1 -1
  22. package/dist/standalone/next-output/server/app/api/in/route.js +1 -1
  23. package/dist/standalone/next-output/server/app/api/in/route.js.nft.json +1 -1
  24. package/dist/standalone/next-output/server/app/page.js.nft.json +1 -1
  25. package/dist/standalone/next-output/server/app/page_client-reference-manifest.js +1 -1
  26. package/dist/standalone/next-output/server/app/reporting/page_client-reference-manifest.js +1 -1
  27. package/dist/standalone/next-output/server/app/reporting.html +1 -1
  28. package/dist/standalone/next-output/server/app/reporting.rsc +5 -5
  29. package/dist/standalone/next-output/server/app/reporting.segments/_full.segment.rsc +5 -5
  30. package/dist/standalone/next-output/server/app/reporting.segments/_head.segment.rsc +1 -1
  31. package/dist/standalone/next-output/server/app/reporting.segments/_index.segment.rsc +2 -2
  32. package/dist/standalone/next-output/server/app/reporting.segments/_tree.segment.rsc +2 -2
  33. package/dist/standalone/next-output/server/app/reporting.segments/reporting/__PAGE__.segment.rsc +2 -2
  34. package/dist/standalone/next-output/server/app/reporting.segments/reporting.segment.rsc +1 -1
  35. package/dist/standalone/next-output/server/app/settings/data/page.js.nft.json +1 -1
  36. package/dist/standalone/next-output/server/app/settings/data/page_client-reference-manifest.js +1 -1
  37. package/dist/standalone/next-output/server/app/settings/data.html +1 -1
  38. package/dist/standalone/next-output/server/app/settings/data.rsc +9 -9
  39. package/dist/standalone/next-output/server/app/settings/data.segments/_full.segment.rsc +9 -9
  40. package/dist/standalone/next-output/server/app/settings/data.segments/_head.segment.rsc +1 -1
  41. package/dist/standalone/next-output/server/app/settings/data.segments/_index.segment.rsc +2 -2
  42. package/dist/standalone/next-output/server/app/settings/data.segments/_tree.segment.rsc +2 -2
  43. package/dist/standalone/next-output/server/app/settings/data.segments/settings/data/__PAGE__.segment.rsc +6 -6
  44. package/dist/standalone/next-output/server/app/settings/data.segments/settings/data.segment.rsc +1 -1
  45. package/dist/standalone/next-output/server/app/settings/data.segments/settings.segment.rsc +1 -1
  46. package/dist/standalone/next-output/server/app/settings/display/page.js.nft.json +1 -1
  47. package/dist/standalone/next-output/server/app/settings/display/page_client-reference-manifest.js +1 -1
  48. package/dist/standalone/next-output/server/app/settings/display.html +1 -1
  49. package/dist/standalone/next-output/server/app/settings/display.rsc +20 -20
  50. package/dist/standalone/next-output/server/app/settings/display.segments/_full.segment.rsc +20 -20
  51. package/dist/standalone/next-output/server/app/settings/display.segments/_head.segment.rsc +1 -1
  52. package/dist/standalone/next-output/server/app/settings/display.segments/_index.segment.rsc +2 -2
  53. package/dist/standalone/next-output/server/app/settings/display.segments/_tree.segment.rsc +2 -2
  54. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display/__PAGE__.segment.rsc +17 -17
  55. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display.segment.rsc +1 -1
  56. package/dist/standalone/next-output/server/app/settings/display.segments/settings.segment.rsc +1 -1
  57. package/dist/standalone/next-output/server/app/settings/page.js.nft.json +1 -1
  58. package/dist/standalone/next-output/server/app/settings/page_client-reference-manifest.js +1 -1
  59. package/dist/standalone/next-output/server/app/settings/tags/page.js.nft.json +1 -1
  60. package/dist/standalone/next-output/server/app/settings/tags/page_client-reference-manifest.js +1 -1
  61. package/dist/standalone/next-output/server/app/settings/tags.html +1 -1
  62. package/dist/standalone/next-output/server/app/settings/tags.rsc +5 -5
  63. package/dist/standalone/next-output/server/app/settings/tags.segments/_full.segment.rsc +5 -5
  64. package/dist/standalone/next-output/server/app/settings/tags.segments/_head.segment.rsc +1 -1
  65. package/dist/standalone/next-output/server/app/settings/tags.segments/_index.segment.rsc +2 -2
  66. package/dist/standalone/next-output/server/app/settings/tags.segments/_tree.segment.rsc +2 -2
  67. package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags/__PAGE__.segment.rsc +2 -2
  68. package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags.segment.rsc +1 -1
  69. package/dist/standalone/next-output/server/app/settings/tags.segments/settings.segment.rsc +1 -1
  70. package/dist/standalone/next-output/server/app/settings.html +1 -1
  71. package/dist/standalone/next-output/server/app/settings.rsc +11 -11
  72. package/dist/standalone/next-output/server/app/settings.segments/_full.segment.rsc +11 -11
  73. package/dist/standalone/next-output/server/app/settings.segments/_head.segment.rsc +1 -1
  74. package/dist/standalone/next-output/server/app/settings.segments/_index.segment.rsc +2 -2
  75. package/dist/standalone/next-output/server/app/settings.segments/_tree.segment.rsc +2 -2
  76. package/dist/standalone/next-output/server/app/settings.segments/settings/__PAGE__.segment.rsc +8 -8
  77. package/dist/standalone/next-output/server/app/settings.segments/settings.segment.rsc +1 -1
  78. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0_vmm81._.js +3 -0
  79. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0y8pcoc._.js +3 -0
  80. package/dist/standalone/next-output/server/chunks/ssr/{_0gz6nul._.js → _02-gx7.._.js} +2 -2
  81. package/dist/standalone/next-output/server/chunks/ssr/_02_~c39._.js +1 -1
  82. package/dist/standalone/next-output/server/chunks/ssr/_0hg~x6b._.js +1 -1
  83. package/dist/standalone/next-output/server/chunks/ssr/_0ll5ibs._.js +3 -0
  84. package/dist/standalone/next-output/server/chunks/ssr/{_0wjdrek._.js → _0ui3u54._.js} +2 -2
  85. package/dist/standalone/next-output/server/chunks/ssr/{_02pv8kk._.js → _0w8k735._.js} +2 -2
  86. package/dist/standalone/next-output/server/chunks/ssr/{_0ct61hc._.js → _12t56ma._.js} +2 -2
  87. package/dist/standalone/next-output/server/chunks/ssr/components_109-aj4._.js +1 -1
  88. package/dist/standalone/next-output/server/chunks/ssr/components_tracker-app_tsx_0qs9.7y._.js +1 -1
  89. package/dist/standalone/next-output/server/middleware-build-manifest.js +3 -3
  90. package/dist/standalone/next-output/server/pages/404.html +1 -1
  91. package/dist/standalone/next-output/server/pages/500.html +1 -1
  92. package/dist/standalone/next-output/static/chunks/002_cxi.67d5i.js +1 -0
  93. package/dist/standalone/next-output/static/chunks/00gppo5nrk9ov.js +1 -0
  94. package/dist/standalone/next-output/static/chunks/04~lsgqjxciw_.js +1 -0
  95. package/dist/standalone/next-output/static/chunks/0e8tmpq~qz.dz.js +1 -0
  96. package/dist/standalone/next-output/static/chunks/0ewk7kj3yfts~.css +3 -0
  97. package/dist/standalone/next-output/static/chunks/0js9~7rlpndqf.js +1 -0
  98. package/dist/standalone/next-output/static/chunks/0ytd28-7d8.21.js +1 -0
  99. package/dist/standalone/next-output/static/chunks/14dlpcnjaw-zw.js +1 -0
  100. package/dist/standalone/package.json +1 -1
  101. package/package.json +1 -1
  102. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0d1w0cs._.js +0 -3
  103. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0qmw9wb._.js +0 -3
  104. package/dist/standalone/next-output/server/chunks/ssr/_07raa2f._.js +0 -3
  105. package/dist/standalone/next-output/static/chunks/0-4qto4zejzdf.js +0 -1
  106. package/dist/standalone/next-output/static/chunks/05zy2m..vwhne.js +0 -1
  107. package/dist/standalone/next-output/static/chunks/09__rtwky2ffd.js +0 -1
  108. package/dist/standalone/next-output/static/chunks/0c9knh~t~22o1.js +0 -1
  109. package/dist/standalone/next-output/static/chunks/0ev966.breqju.js +0 -1
  110. package/dist/standalone/next-output/static/chunks/0fx83q6t~ep.v.js +0 -1
  111. package/dist/standalone/next-output/static/chunks/0g2ra41_1p6y6.js +0 -1
  112. package/dist/standalone/next-output/static/chunks/0sqkcyb268i44.css +0 -3
  113. /package/dist/standalone/next-output/static/{nCFHHujcYM5EFaWSlUj2N → wHoiBM1uMbUIrfXkizlyC}/_buildManifest.js +0 -0
  114. /package/dist/standalone/next-output/static/{nCFHHujcYM5EFaWSlUj2N → wHoiBM1uMbUIrfXkizlyC}/_clientMiddlewareManifest.js +0 -0
  115. /package/dist/standalone/next-output/static/{nCFHHujcYM5EFaWSlUj2N → wHoiBM1uMbUIrfXkizlyC}/_ssgManifest.js +0 -0
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/settings/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":5233,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5233,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":73632,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":73632,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":66320,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":66320,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":83241,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":83241,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":5654,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5654,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":83775,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":83775,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":31415,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":31415,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js <module evaluation>":{"id":2263,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js":{"id":2263,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/app-keyboard-shortcuts.tsx <module evaluation>":{"id":45452,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/app-keyboard-shortcuts.tsx":{"id":45452,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/confirm-dialog-provider.tsx <module evaluation>":{"id":14974,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/confirm-dialog-provider.tsx":{"id":14974,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/theme-mode-system-listener.tsx <module evaluation>":{"id":89391,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/theme-mode-system-listener.tsx":{"id":89391,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":51709,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":51709,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/clear-tag-filters-on-sheet-change-setting.tsx <module evaluation>":{"id":91653,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/clear-tag-filters-on-sheet-change-setting.tsx":{"id":91653,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/confirm-before-checkout-setting.tsx <module evaluation>":{"id":98295,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/confirm-before-checkout-setting.tsx":{"id":98295,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/confirm-destructive-actions-setting.tsx <module evaluation>":{"id":256,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/confirm-destructive-actions-setting.tsx":{"id":256,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/default-sheet-session-setting.tsx <module evaluation>":{"id":62344,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/default-sheet-session-setting.tsx":{"id":62344,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/settings-nav.tsx <module evaluation>":{"id":42800,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/settings-nav.tsx":{"id":42800,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/settings-saved-toast.tsx <module evaluation>":{"id":17446,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/settings-saved-toast.tsx":{"id":17446,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/tracker-topbar.tsx <module evaluation>":{"id":75404,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false},"[project]/components/tracker-topbar.tsx":{"id":75404,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/09__rtwky2ffd.js"],"async":false}},"ssrModuleMapping":{"5233":{"*":{"id":98033,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"73632":{"*":{"id":90653,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"66320":{"*":{"id":67993,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"83241":{"*":{"id":2319,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"5654":{"*":{"id":83070,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"83775":{"*":{"id":37657,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"31415":{"*":{"id":56707,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"2263":{"*":{"id":45193,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"45452":{"*":{"id":17037,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"14974":{"*":{"id":53030,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"89391":{"*":{"id":97658,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"51709":{"*":{"id":35206,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/0z~i_next_dist_client_components_0247lue._.js"],"async":false}},"91653":{"*":{"id":73271,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0wjdrek._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"98295":{"*":{"id":80587,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0wjdrek._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"256":{"*":{"id":89365,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0wjdrek._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"62344":{"*":{"id":46914,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0wjdrek._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"42800":{"*":{"id":85393,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0wjdrek._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"17446":{"*":{"id":78823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0wjdrek._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"75404":{"*":{"id":98790,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0wjdrek._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"5233":{"*":{"id":76861,"name":"*","chunks":[],"async":false}},"73632":{"*":{"id":91037,"name":"*","chunks":[],"async":false}},"66320":{"*":{"id":63377,"name":"*","chunks":[],"async":false}},"83241":{"*":{"id":46628,"name":"*","chunks":[],"async":false}},"5654":{"*":{"id":27739,"name":"*","chunks":[],"async":false}},"83775":{"*":{"id":67079,"name":"*","chunks":[],"async":false}},"31415":{"*":{"id":18680,"name":"*","chunks":[],"async":false}},"2263":{"*":{"id":90723,"name":"*","chunks":[],"async":false}},"45452":{"*":{"id":69726,"name":"*","chunks":[],"async":false}},"14974":{"*":{"id":37424,"name":"*","chunks":[],"async":false}},"89391":{"*":{"id":68139,"name":"*","chunks":[],"async":false}},"51709":{"*":{"id":45191,"name":"*","chunks":[],"async":false}},"91653":{"*":{"id":52811,"name":"*","chunks":[],"async":false}},"98295":{"*":{"id":46049,"name":"*","chunks":[],"async":false}},"256":{"*":{"id":22659,"name":"*","chunks":[],"async":false}},"62344":{"*":{"id":27942,"name":"*","chunks":[],"async":false}},"42800":{"*":{"id":28678,"name":"*","chunks":[],"async":false}},"17446":{"*":{"id":89827,"name":"*","chunks":[],"async":false}},"75404":{"*":{"id":43680,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/0sqkcyb268i44.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0sqkcyb268i44.css","inlined":false}],"[project]/app/settings/page":[{"path":"static/chunks/0sqkcyb268i44.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js"],"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js"],"[project]/app/settings/page":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js","static/chunks/09__rtwky2ffd.js"]}};
2
+ globalThis.__RSC_MANIFEST["/settings/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":5233,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5233,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":73632,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":73632,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":66320,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":66320,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":83241,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":83241,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":5654,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5654,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":83775,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":83775,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":31415,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":31415,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js <module evaluation>":{"id":2263,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js":{"id":2263,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/app-keyboard-shortcuts.tsx <module evaluation>":{"id":45452,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/app-keyboard-shortcuts.tsx":{"id":45452,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/confirm-dialog-provider.tsx <module evaluation>":{"id":14974,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/confirm-dialog-provider.tsx":{"id":14974,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/theme-mode-system-listener.tsx <module evaluation>":{"id":89391,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/theme-mode-system-listener.tsx":{"id":89391,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":51709,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":51709,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/clear-tag-filters-on-sheet-change-setting.tsx <module evaluation>":{"id":91653,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/clear-tag-filters-on-sheet-change-setting.tsx":{"id":91653,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/confirm-before-checkout-setting.tsx <module evaluation>":{"id":98295,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/confirm-before-checkout-setting.tsx":{"id":98295,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/confirm-destructive-actions-setting.tsx <module evaluation>":{"id":256,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/confirm-destructive-actions-setting.tsx":{"id":256,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/default-sheet-session-setting.tsx <module evaluation>":{"id":62344,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/default-sheet-session-setting.tsx":{"id":62344,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/settings-nav.tsx <module evaluation>":{"id":42800,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/settings-nav.tsx":{"id":42800,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/settings-saved-toast.tsx <module evaluation>":{"id":17446,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/settings-saved-toast.tsx":{"id":17446,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/tracker-topbar.tsx <module evaluation>":{"id":75404,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false},"[project]/components/tracker-topbar.tsx":{"id":75404,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0ytd28-7d8.21.js"],"async":false}},"ssrModuleMapping":{"5233":{"*":{"id":98033,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"73632":{"*":{"id":90653,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"66320":{"*":{"id":67993,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"83241":{"*":{"id":2319,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"5654":{"*":{"id":83070,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"83775":{"*":{"id":37657,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"31415":{"*":{"id":56707,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"2263":{"*":{"id":45193,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"45452":{"*":{"id":17037,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"14974":{"*":{"id":53030,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"89391":{"*":{"id":97658,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"51709":{"*":{"id":35206,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/0z~i_next_dist_client_components_0247lue._.js"],"async":false}},"91653":{"*":{"id":73271,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0ui3u54._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"98295":{"*":{"id":80587,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0ui3u54._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"256":{"*":{"id":89365,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0ui3u54._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"62344":{"*":{"id":46914,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0ui3u54._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"42800":{"*":{"id":85393,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0ui3u54._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"17446":{"*":{"id":78823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0ui3u54._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}},"75404":{"*":{"id":98790,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0ui3u54._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"5233":{"*":{"id":76861,"name":"*","chunks":[],"async":false}},"73632":{"*":{"id":91037,"name":"*","chunks":[],"async":false}},"66320":{"*":{"id":63377,"name":"*","chunks":[],"async":false}},"83241":{"*":{"id":46628,"name":"*","chunks":[],"async":false}},"5654":{"*":{"id":27739,"name":"*","chunks":[],"async":false}},"83775":{"*":{"id":67079,"name":"*","chunks":[],"async":false}},"31415":{"*":{"id":18680,"name":"*","chunks":[],"async":false}},"2263":{"*":{"id":90723,"name":"*","chunks":[],"async":false}},"45452":{"*":{"id":69726,"name":"*","chunks":[],"async":false}},"14974":{"*":{"id":37424,"name":"*","chunks":[],"async":false}},"89391":{"*":{"id":68139,"name":"*","chunks":[],"async":false}},"51709":{"*":{"id":45191,"name":"*","chunks":[],"async":false}},"91653":{"*":{"id":52811,"name":"*","chunks":[],"async":false}},"98295":{"*":{"id":46049,"name":"*","chunks":[],"async":false}},"256":{"*":{"id":22659,"name":"*","chunks":[],"async":false}},"62344":{"*":{"id":27942,"name":"*","chunks":[],"async":false}},"42800":{"*":{"id":28678,"name":"*","chunks":[],"async":false}},"17446":{"*":{"id":89827,"name":"*","chunks":[],"async":false}},"75404":{"*":{"id":43680,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/0ewk7kj3yfts~.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0ewk7kj3yfts~.css","inlined":false}],"[project]/app/settings/page":[{"path":"static/chunks/0ewk7kj3yfts~.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js"],"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js"],"[project]/app/settings/page":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js","static/chunks/0ytd28-7d8.21.js"]}};
3
3
 
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@swc/helpers","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/console.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/require-hook.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react","../../../../../node_modules/.pnpm/node_modules/@swc/helpers","../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.development.js","../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.production.js","../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/index.js","../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/package.json","../../../../../node_modules/next","../../../../../node_modules/react","../../../chunks/ssr/0z~i_next_dist_04bpslp._.js","../../../chunks/ssr/0z~i_next_dist_0u6ij0z._.js","../../../chunks/ssr/0z~i_next_dist_client_components_0247lue._.js","../../../chunks/ssr/0z~i_next_dist_client_components_0700zr5._.js","../../../chunks/ssr/0z~i_next_dist_client_components_builtin_forbidden_03a6sbg.js","../../../chunks/ssr/0z~i_next_dist_client_components_builtin_global-error_0_.8paw.js","../../../chunks/ssr/0z~i_next_dist_client_components_builtin_unauthorized_0yg~w7o.js","../../../chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_12a781y.js","../../../chunks/ssr/[root-of-the-server]__052~wmx._.js","../../../chunks/ssr/[root-of-the-server]__0n8s9zq._.js","../../../chunks/ssr/[root-of-the-server]__0nm8f2e._.js","../../../chunks/ssr/[root-of-the-server]__0v0ekip._.js","../../../chunks/ssr/[root-of-the-server]__12d3b~-._.js","../../../chunks/ssr/[turbopack]_runtime.js","../../../chunks/ssr/_02_~c39._.js","../../../chunks/ssr/_0g2i.tc._.js","../../../chunks/ssr/_0gz6nul._.js","../../../chunks/ssr/_next-internal_server_app_settings_tags_page_actions_0-8ruh1.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@swc/helpers","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/lib/console.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-environment.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/require-hook.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react","../../../../../node_modules/.pnpm/node_modules/@swc/helpers","../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.development.js","../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.production.js","../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/index.js","../../../../../node_modules/.pnpm/react@19.2.4/node_modules/react/package.json","../../../../../node_modules/next","../../../../../node_modules/react","../../../chunks/ssr/0z~i_next_dist_04bpslp._.js","../../../chunks/ssr/0z~i_next_dist_0u6ij0z._.js","../../../chunks/ssr/0z~i_next_dist_client_components_0247lue._.js","../../../chunks/ssr/0z~i_next_dist_client_components_0700zr5._.js","../../../chunks/ssr/0z~i_next_dist_client_components_builtin_forbidden_03a6sbg.js","../../../chunks/ssr/0z~i_next_dist_client_components_builtin_global-error_0_.8paw.js","../../../chunks/ssr/0z~i_next_dist_client_components_builtin_unauthorized_0yg~w7o.js","../../../chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_12a781y.js","../../../chunks/ssr/[root-of-the-server]__052~wmx._.js","../../../chunks/ssr/[root-of-the-server]__0n8s9zq._.js","../../../chunks/ssr/[root-of-the-server]__0nm8f2e._.js","../../../chunks/ssr/[root-of-the-server]__0v0ekip._.js","../../../chunks/ssr/[root-of-the-server]__12d3b~-._.js","../../../chunks/ssr/[turbopack]_runtime.js","../../../chunks/ssr/_02-gx7.._.js","../../../chunks/ssr/_02_~c39._.js","../../../chunks/ssr/_0g2i.tc._.js","../../../chunks/ssr/_next-internal_server_app_settings_tags_page_actions_0-8ruh1.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/settings/tags/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":5233,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5233,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":73632,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":73632,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":66320,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":66320,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":83241,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":83241,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":5654,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5654,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":83775,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":83775,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":31415,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":31415,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js <module evaluation>":{"id":2263,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js":{"id":2263,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/app-keyboard-shortcuts.tsx <module evaluation>":{"id":45452,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/app-keyboard-shortcuts.tsx":{"id":45452,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/confirm-dialog-provider.tsx <module evaluation>":{"id":14974,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/confirm-dialog-provider.tsx":{"id":14974,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/theme-mode-system-listener.tsx <module evaluation>":{"id":89391,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/theme-mode-system-listener.tsx":{"id":89391,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":51709,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":51709,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/tag-management-view.tsx <module evaluation>":{"id":2286,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c9knh~t~22o1.js"],"async":false},"[project]/components/tag-management-view.tsx":{"id":2286,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c9knh~t~22o1.js"],"async":false}},"ssrModuleMapping":{"5233":{"*":{"id":98033,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"73632":{"*":{"id":90653,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"66320":{"*":{"id":67993,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"83241":{"*":{"id":2319,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"5654":{"*":{"id":83070,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"83775":{"*":{"id":37657,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"31415":{"*":{"id":56707,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"2263":{"*":{"id":45193,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"45452":{"*":{"id":17037,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"14974":{"*":{"id":53030,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"89391":{"*":{"id":97658,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"51709":{"*":{"id":35206,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/0z~i_next_dist_client_components_0247lue._.js"],"async":false}},"2286":{"*":{"id":53372,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_0gz6nul._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"5233":{"*":{"id":76861,"name":"*","chunks":[],"async":false}},"73632":{"*":{"id":91037,"name":"*","chunks":[],"async":false}},"66320":{"*":{"id":63377,"name":"*","chunks":[],"async":false}},"83241":{"*":{"id":46628,"name":"*","chunks":[],"async":false}},"5654":{"*":{"id":27739,"name":"*","chunks":[],"async":false}},"83775":{"*":{"id":67079,"name":"*","chunks":[],"async":false}},"31415":{"*":{"id":18680,"name":"*","chunks":[],"async":false}},"2263":{"*":{"id":90723,"name":"*","chunks":[],"async":false}},"45452":{"*":{"id":69726,"name":"*","chunks":[],"async":false}},"14974":{"*":{"id":37424,"name":"*","chunks":[],"async":false}},"89391":{"*":{"id":68139,"name":"*","chunks":[],"async":false}},"51709":{"*":{"id":45191,"name":"*","chunks":[],"async":false}},"2286":{"*":{"id":6889,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/0sqkcyb268i44.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0sqkcyb268i44.css","inlined":false}],"[project]/app/settings/tags/page":[{"path":"static/chunks/0sqkcyb268i44.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js"],"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js"],"[project]/app/settings/tags/page":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js","static/chunks/0c9knh~t~22o1.js"]}};
2
+ globalThis.__RSC_MANIFEST["/settings/tags/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":5233,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5233,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":73632,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":73632,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":66320,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":66320,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":83241,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":83241,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":5654,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5654,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":83775,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":83775,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":31415,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":31415,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js <module evaluation>":{"id":2263,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/script.js":{"id":2263,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/app-keyboard-shortcuts.tsx <module evaluation>":{"id":45452,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/app-keyboard-shortcuts.tsx":{"id":45452,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/confirm-dialog-provider.tsx <module evaluation>":{"id":14974,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/confirm-dialog-provider.tsx":{"id":14974,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/theme-mode-system-listener.tsx <module evaluation>":{"id":89391,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/theme-mode-system-listener.tsx":{"id":89391,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":51709,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":51709,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"async":false},"[project]/components/tag-management-view.tsx <module evaluation>":{"id":2286,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0e8tmpq~qz.dz.js"],"async":false},"[project]/components/tag-management-view.tsx":{"id":2286,"name":"*","chunks":["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0e8tmpq~qz.dz.js"],"async":false}},"ssrModuleMapping":{"5233":{"*":{"id":98033,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"73632":{"*":{"id":90653,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"66320":{"*":{"id":67993,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"83241":{"*":{"id":2319,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"5654":{"*":{"id":83070,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"83775":{"*":{"id":37657,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"31415":{"*":{"id":56707,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"2263":{"*":{"id":45193,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"45452":{"*":{"id":17037,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"14974":{"*":{"id":53030,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"89391":{"*":{"id":97658,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js"],"async":false}},"51709":{"*":{"id":35206,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/0z~i_next_dist_client_components_0247lue._.js"],"async":false}},"2286":{"*":{"id":53372,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0v0ekip._.js","server/chunks/ssr/0z~i_next_dist_0u6ij0z._.js","server/chunks/ssr/_0g2i.tc._.js","server/chunks/ssr/_02-gx7.._.js","server/chunks/ssr/_02_~c39._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"5233":{"*":{"id":76861,"name":"*","chunks":[],"async":false}},"73632":{"*":{"id":91037,"name":"*","chunks":[],"async":false}},"66320":{"*":{"id":63377,"name":"*","chunks":[],"async":false}},"83241":{"*":{"id":46628,"name":"*","chunks":[],"async":false}},"5654":{"*":{"id":27739,"name":"*","chunks":[],"async":false}},"83775":{"*":{"id":67079,"name":"*","chunks":[],"async":false}},"31415":{"*":{"id":18680,"name":"*","chunks":[],"async":false}},"2263":{"*":{"id":90723,"name":"*","chunks":[],"async":false}},"45452":{"*":{"id":69726,"name":"*","chunks":[],"async":false}},"14974":{"*":{"id":37424,"name":"*","chunks":[],"async":false}},"89391":{"*":{"id":68139,"name":"*","chunks":[],"async":false}},"51709":{"*":{"id":45191,"name":"*","chunks":[],"async":false}},"2286":{"*":{"id":6889,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/0ewk7kj3yfts~.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0ewk7kj3yfts~.css","inlined":false}],"[project]/app/settings/tags/page":[{"path":"static/chunks/0ewk7kj3yfts~.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js"],"[project]/node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js"],"[project]/app/settings/tags/page":["static/chunks/0zwqf-1atzont.js","static/chunks/0n~v8~rri7~t2.js","static/chunks/0e8tmpq~qz.dz.js"]}};
3
3
 
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" class="geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0sqkcyb268i44.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0koldw9zjijry.js"/><script src="/_next/static/chunks/05161-t.3egqv.js" async=""></script><script src="/_next/static/chunks/0708yw9dysifo.js" async=""></script><script src="/_next/static/chunks/0uezeykgodd86.js" async=""></script><script src="/_next/static/chunks/turbopack-0st0r~j~gn7ke.js" async=""></script><script src="/_next/static/chunks/0zwqf-1atzont.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><script src="/_next/static/chunks/0c9knh~t~22o1.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">Tag management</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 &amp; layout</a></li><li><a class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 text-muted hover:bg-surface-hover hover:text-foreground" href="/settings/data">Data &amp; backup</a></li><li><a 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/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">Tag management</h1><p class="m-0 text-[0.9rem] leading-relaxed text-muted">Rename or merge tags across every entry in your database.</p></header><section class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><h2 class="m-0 text-[0.95rem] font-semibold">Merge tags</h2><p class="m-0 mt-1 text-[0.8rem] leading-snug text-muted">Select two or more tags below, then choose the tag they should become.</p><label class="mt-3 flex flex-col gap-1 text-[0.82rem] text-muted">Target tag<div class="relative min-w-0"><input id="merge-target-tag" type="text" class="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none" placeholder="e.g. @project" autoComplete="off" aria-autocomplete="list" aria-expanded="false" value=""/></div></label><button type="button" class="cursor-pointer 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 bg-accent text-accent-text-on mt-3" disabled="">Merge <!-- -->0<!-- --> tags</button></section><ul class="m-0 flex list-none flex-col gap-2 p-0" aria-label="Tags"><li class="rounded-md border border-panel-border bg-panel px-3.5 py-2.5 shadow-sm"><form class="flex flex-wrap items-center gap-x-3 gap-y-2"><input type="checkbox" class="shrink-0" aria-label="Select @blog"/><div class="flex min-w-0 shrink-0 flex-wrap items-baseline gap-x-2 gap-y-0.5"><span class="font-semibold leading-tight">@blog</span><span class="text-[0.82rem] text-muted">1<!-- --> <!-- -->entry</span></div><div class="ml-auto flex min-w-[min(100%,14rem)] flex-1 basis-56 items-center justify-end gap-2 sm:max-w-xs"><input class="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none px-2.5 py-2" placeholder="Rename to…" aria-label="Rename @blog" value=""/><button type="submit" class="cursor-pointer 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 shrink-0" disabled="">Rename</button></div></form></li><li class="rounded-md border border-panel-border bg-panel px-3.5 py-2.5 shadow-sm"><form class="flex flex-wrap items-center gap-x-3 gap-y-2"><input type="checkbox" class="shrink-0" aria-label="Select @dev"/><div class="flex min-w-0 shrink-0 flex-wrap items-baseline gap-x-2 gap-y-0.5"><span class="font-semibold leading-tight">@dev</span><span class="text-[0.82rem] text-muted">1<!-- --> <!-- -->entry</span></div><div class="ml-auto flex min-w-[min(100%,14rem)] flex-1 basis-56 items-center justify-end gap-2 sm:max-w-xs"><input class="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none px-2.5 py-2" placeholder="Rename to…" aria-label="Rename @dev" value=""/><button type="submit" class="cursor-pointer 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 shrink-0" disabled="">Rename</button></div></form></li><li class="rounded-md border border-panel-border bg-panel px-3.5 py-2.5 shadow-sm"><form class="flex flex-wrap items-center gap-x-3 gap-y-2"><input type="checkbox" class="shrink-0" aria-label="Select @social"/><div class="flex min-w-0 shrink-0 flex-wrap items-baseline gap-x-2 gap-y-0.5"><span class="font-semibold leading-tight">@social</span><span class="text-[0.82rem] text-muted">1<!-- --> <!-- -->entry</span></div><div class="ml-auto flex min-w-[min(100%,14rem)] flex-1 basis-56 items-center justify-end gap-2 sm:max-w-xs"><input class="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none px-2.5 py-2" placeholder="Rename to…" aria-label="Rename @social" value=""/><button type="submit" class="cursor-pointer 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 shrink-0" disabled="">Rename</button></div></form></li><li class="rounded-md border border-panel-border bg-panel px-3.5 py-2.5 shadow-sm"><form class="flex flex-wrap items-center gap-x-3 gap-y-2"><input type="checkbox" class="shrink-0" aria-label="Select @stt"/><div class="flex min-w-0 shrink-0 flex-wrap items-baseline gap-x-2 gap-y-0.5"><span class="font-semibold leading-tight">@stt</span><span class="text-[0.82rem] text-muted">6<!-- --> <!-- -->entries</span></div><div class="ml-auto flex min-w-[min(100%,14rem)] flex-1 basis-56 items-center justify-end gap-2 sm:max-w-xs"><input class="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none px-2.5 py-2" placeholder="Rename to…" aria-label="Rename @stt" value=""/><button type="submit" class="cursor-pointer 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 shrink-0" disabled="">Rename</button></div></form></li></ul></section></main><!--$--><!--/$--><script src="/_next/static/chunks/0koldw9zjijry.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2263,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"\"]\n3:I[89391,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ThemeModeSystemListener\"]\n4:I[14974,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ConfirmDialogProvider\"]\n5:I[45452,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"AppKeyboardShortcuts\"]\n6:I[5233,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n7:I[73632,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\nc:I[51709,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0sqkcyb268i44.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\",\"tags\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"tags\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0sqkcyb268i44.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0zwqf-1atzont.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full font-sans transition-[background-color,color] duration-200\",\"children\":[[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var mk=\\\"super-time-tracker-theme-mode\\\";var tk=\\\"super-time-tracker-theme\\\";var m=localStorage.getItem(mk);if(m!=='light'\u0026\u0026m!=='dark'\u0026\u0026m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();\"}}],[\"$\",\"$L2\",null,{\"id\":\"ui-settings-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var k=\\\"super-time-tracker-compact-lists\\\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\\\"super-time-tracker-color-palette\\\";var pv=localStorage.getItem(pk);var palettes=[\\\"default\\\",\\\"midnight\\\",\\\"warm\\\",\\\"ocean\\\",\\\"forest\\\",\\\"contrast\\\"];var migrate={\\\"teal\\\":\\\"default\\\",\\\"blue\\\":\\\"ocean\\\",\\\"violet\\\":\\\"midnight\\\",\\\"rose\\\":\\\"warm\\\",\\\"amber\\\":\\\"warm\\\",\\\"emerald\\\":\\\"forest\\\"};var ak=\\\"super-time-tracker-accent-color\\\";var p=palettes.indexOf(pv)\u003e=0?pv:(migrate[localStorage.getItem(ak)]||\\\"default\\\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)\u003c0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\\\"default\\\")}})();\"}}],[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{\"children\":[[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"$L8\",{\"children\":[\"$L9\",{},null,false,null]},null,false,\"$@a\"]},null,false,\"$@a\"]},null,false,null],\"$Lb\",false]],\"m\":\"$undefined\",\"G\":[\"$c\",[\"$Ld\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"nCFHHujcYM5EFaWSlUj2N\"}\n"])</script><script>self.__next_f.push([1,"f:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"OutletBoundary\"]\n10:\"$Sreact.suspense\"\n13:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ViewportBoundary\"]\n15:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"MetadataBoundary\"]\n8:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n9:[\"$\",\"$1\",\"c\",{\"children\":[\"$Le\",[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0c9knh~t~22o1.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$10\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@11\"}]}]]}]\n12:[]\na:\"$W12\"\nb:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L13\",null,{\"children\":\"$L14\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L15\",null,{\"children\":[\"$\",\"$10\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L16\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\nd:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0sqkcyb268i44.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"14:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"17:I[31415,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"IconMark\"]\n11:null\n16:[[\"$\",\"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\"}],[\"$\",\"$L17\",\"3\",{}]]\n"])</script><script>self.__next_f.push([1,"18:I[2286,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c9knh~t~22o1.js\"],\"TagManagementView\"]\ne:[\"$\",\"$L18\",null,{\"initial_tags\":[{\"name\":\"@blog\",\"entryCount\":1},{\"name\":\"@dev\",\"entryCount\":1},{\"name\":\"@social\",\"entryCount\":1},{\"name\":\"@stt\",\"entryCount\":6}]}]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0ewk7kj3yfts~.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0koldw9zjijry.js"/><script src="/_next/static/chunks/05161-t.3egqv.js" async=""></script><script src="/_next/static/chunks/0708yw9dysifo.js" async=""></script><script src="/_next/static/chunks/0uezeykgodd86.js" async=""></script><script src="/_next/static/chunks/turbopack-0st0r~j~gn7ke.js" async=""></script><script src="/_next/static/chunks/0zwqf-1atzont.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><script src="/_next/static/chunks/0e8tmpq~qz.dz.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">Tag management</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 &amp; layout</a></li><li><a class="block rounded-md px-3 py-2 text-[0.9rem] no-underline transition-colors duration-150 text-muted hover:bg-surface-hover hover:text-foreground" href="/settings/data">Data &amp; backup</a></li><li><a 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/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">Tag management</h1><p class="m-0 text-[0.9rem] leading-relaxed text-muted">Rename or merge tags across every entry in your database.</p></header><section class="rounded-md border border-panel-border bg-panel p-3.5 shadow-sm"><h2 class="m-0 text-[0.95rem] font-semibold">Merge tags</h2><p class="m-0 mt-1 text-[0.8rem] leading-snug text-muted">Select two or more tags below, then choose the tag they should become.</p><label class="mt-3 flex flex-col gap-1 text-[0.82rem] text-muted">Target tag<div class="relative min-w-0"><input id="merge-target-tag" type="text" class="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none" placeholder="e.g. @project" autoComplete="off" aria-autocomplete="list" aria-expanded="false" value=""/></div></label><button type="button" class="cursor-pointer 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 bg-accent text-accent-text-on mt-3" disabled="">Merge <!-- -->0<!-- --> tags</button></section><ul class="m-0 flex list-none flex-col gap-2 p-0" aria-label="Tags"><li class="rounded-md border border-panel-border bg-panel px-3.5 py-2.5 shadow-sm"><form class="flex flex-wrap items-center gap-x-3 gap-y-2"><input type="checkbox" class="shrink-0" aria-label="Select @blog"/><div class="flex min-w-0 shrink-0 flex-wrap items-baseline gap-x-2 gap-y-0.5"><span class="font-semibold leading-tight">@blog</span><span class="text-[0.82rem] text-muted">1<!-- --> <!-- -->entry</span></div><div class="ml-auto flex min-w-[min(100%,14rem)] flex-1 basis-56 items-center justify-end gap-2 sm:max-w-xs"><input class="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none px-2.5 py-2" placeholder="Rename to…" aria-label="Rename @blog" value=""/><button type="submit" class="cursor-pointer 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 shrink-0" disabled="">Rename</button></div></form></li><li class="rounded-md border border-panel-border bg-panel px-3.5 py-2.5 shadow-sm"><form class="flex flex-wrap items-center gap-x-3 gap-y-2"><input type="checkbox" class="shrink-0" aria-label="Select @dev"/><div class="flex min-w-0 shrink-0 flex-wrap items-baseline gap-x-2 gap-y-0.5"><span class="font-semibold leading-tight">@dev</span><span class="text-[0.82rem] text-muted">1<!-- --> <!-- -->entry</span></div><div class="ml-auto flex min-w-[min(100%,14rem)] flex-1 basis-56 items-center justify-end gap-2 sm:max-w-xs"><input class="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none px-2.5 py-2" placeholder="Rename to…" aria-label="Rename @dev" value=""/><button type="submit" class="cursor-pointer 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 shrink-0" disabled="">Rename</button></div></form></li><li class="rounded-md border border-panel-border bg-panel px-3.5 py-2.5 shadow-sm"><form class="flex flex-wrap items-center gap-x-3 gap-y-2"><input type="checkbox" class="shrink-0" aria-label="Select @social"/><div class="flex min-w-0 shrink-0 flex-wrap items-baseline gap-x-2 gap-y-0.5"><span class="font-semibold leading-tight">@social</span><span class="text-[0.82rem] text-muted">1<!-- --> <!-- -->entry</span></div><div class="ml-auto flex min-w-[min(100%,14rem)] flex-1 basis-56 items-center justify-end gap-2 sm:max-w-xs"><input class="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none px-2.5 py-2" placeholder="Rename to…" aria-label="Rename @social" value=""/><button type="submit" class="cursor-pointer 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 shrink-0" disabled="">Rename</button></div></form></li><li class="rounded-md border border-panel-border bg-panel px-3.5 py-2.5 shadow-sm"><form class="flex flex-wrap items-center gap-x-3 gap-y-2"><input type="checkbox" class="shrink-0" aria-label="Select @stt"/><div class="flex min-w-0 shrink-0 flex-wrap items-baseline gap-x-2 gap-y-0.5"><span class="font-semibold leading-tight">@stt</span><span class="text-[0.82rem] text-muted">6<!-- --> <!-- -->entries</span></div><div class="ml-auto flex min-w-[min(100%,14rem)] flex-1 basis-56 items-center justify-end gap-2 sm:max-w-xs"><input class="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none px-2.5 py-2" placeholder="Rename to…" aria-label="Rename @stt" value=""/><button type="submit" class="cursor-pointer 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 shrink-0" disabled="">Rename</button></div></form></li></ul></section></main><!--$--><!--/$--><script src="/_next/static/chunks/0koldw9zjijry.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2263,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"\"]\n3:I[89391,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ThemeModeSystemListener\"]\n4:I[14974,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ConfirmDialogProvider\"]\n5:I[45452,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"AppKeyboardShortcuts\"]\n6:I[5233,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n7:I[73632,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\nc:I[51709,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0ewk7kj3yfts~.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\",\"tags\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"tags\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ewk7kj3yfts~.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0zwqf-1atzont.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full font-sans transition-[background-color,color] duration-200\",\"children\":[[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var mk=\\\"super-time-tracker-theme-mode\\\";var tk=\\\"super-time-tracker-theme\\\";var m=localStorage.getItem(mk);if(m!=='light'\u0026\u0026m!=='dark'\u0026\u0026m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();\"}}],[\"$\",\"$L2\",null,{\"id\":\"ui-settings-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var k=\\\"super-time-tracker-compact-lists\\\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\\\"super-time-tracker-color-palette\\\";var pv=localStorage.getItem(pk);var palettes=[\\\"default\\\",\\\"midnight\\\",\\\"warm\\\",\\\"ocean\\\",\\\"forest\\\",\\\"contrast\\\"];var migrate={\\\"teal\\\":\\\"default\\\",\\\"blue\\\":\\\"ocean\\\",\\\"violet\\\":\\\"midnight\\\",\\\"rose\\\":\\\"warm\\\",\\\"amber\\\":\\\"warm\\\",\\\"emerald\\\":\\\"forest\\\"};var ak=\\\"super-time-tracker-accent-color\\\";var p=palettes.indexOf(pv)\u003e=0?pv:(migrate[localStorage.getItem(ak)]||\\\"default\\\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)\u003c0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\\\"default\\\")}})();\"}}],[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{\"children\":[[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"$L8\",{\"children\":[\"$L9\",{},null,false,null]},null,false,\"$@a\"]},null,false,\"$@a\"]},null,false,null],\"$Lb\",false]],\"m\":\"$undefined\",\"G\":[\"$c\",[\"$Ld\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"wHoiBM1uMbUIrfXkizlyC\"}\n"])</script><script>self.__next_f.push([1,"f:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"OutletBoundary\"]\n10:\"$Sreact.suspense\"\n13:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ViewportBoundary\"]\n15:I[83775,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"MetadataBoundary\"]\n8:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n9:[\"$\",\"$1\",\"c\",{\"children\":[\"$Le\",[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0e8tmpq~qz.dz.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$10\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@11\"}]}]]}]\n12:[]\na:\"$W12\"\nb:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L13\",null,{\"children\":\"$L14\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L15\",null,{\"children\":[\"$\",\"$10\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L16\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\nd:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ewk7kj3yfts~.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"14:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"17:I[31415,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"IconMark\"]\n11:null\n16:[[\"$\",\"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\"}],[\"$\",\"$L17\",\"3\",{}]]\n"])</script><script>self.__next_f.push([1,"18:I[2286,[\"/_next/static/chunks/0zwqf-1atzont.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0e8tmpq~qz.dz.js\"],\"TagManagementView\"]\ne:[\"$\",\"$L18\",null,{\"initial_tags\":[{\"name\":\"@blog\",\"entryCount\":1},{\"name\":\"@dev\",\"entryCount\":1},{\"name\":\"@social\",\"entryCount\":1},{\"name\":\"@stt\",\"entryCount\":6}]}]\n"])</script></body></html>
@@ -6,23 +6,23 @@
6
6
  6:I[5233,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
7
7
  7:I[73632,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default"]
8
8
  c:I[51709,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"default",1]
9
- :HL["/_next/static/chunks/0sqkcyb268i44.css","style"]
9
+ :HL["/_next/static/chunks/0ewk7kj3yfts~.css","style"]
10
10
  :HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
11
11
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
- 0:{"P":null,"c":["","settings","tags"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["tags",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0sqkcyb268i44.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0zwqf-1atzont.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-full font-sans transition-[background-color,color] duration-200","children":[["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'&&m!=='dark'&&m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();"}}],["$","$L2",null,{"id":"ui-settings-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)>=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)<0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();"}}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{}],["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$L8",{"children":["$L9",{},null,false,null]},null,false,"$@a"]},null,false,"$@a"]},null,false,null],"$Lb",false]],"m":"$undefined","G":["$c",["$Ld"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"nCFHHujcYM5EFaWSlUj2N"}
12
+ 0:{"P":null,"c":["","settings","tags"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["tags",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ewk7kj3yfts~.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0zwqf-1atzont.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-full font-sans transition-[background-color,color] duration-200","children":[["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var mk=\"super-time-tracker-theme-mode\";var tk=\"super-time-tracker-theme\";var m=localStorage.getItem(mk);if(m!=='light'&&m!=='dark'&&m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();"}}],["$","$L2",null,{"id":"ui-settings-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var k=\"super-time-tracker-compact-lists\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\"super-time-tracker-color-palette\";var pv=localStorage.getItem(pk);var palettes=[\"default\",\"midnight\",\"warm\",\"ocean\",\"forest\",\"contrast\"];var migrate={\"teal\":\"default\",\"blue\":\"ocean\",\"violet\":\"midnight\",\"rose\":\"warm\",\"amber\":\"warm\",\"emerald\":\"forest\"};var ak=\"super-time-tracker-accent-color\";var p=palettes.indexOf(pv)>=0?pv:(migrate[localStorage.getItem(ak)]||\"default\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)<0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\"default\")}})();"}}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{}],["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$L8",{"children":["$L9",{},null,false,null]},null,false,"$@a"]},null,false,"$@a"]},null,false,null],"$Lb",false]],"m":"$undefined","G":["$c",["$Ld"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"wHoiBM1uMbUIrfXkizlyC"}
13
13
  f:I[83775,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"OutletBoundary"]
14
14
  10:"$Sreact.suspense"
15
15
  13:I[83775,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"ViewportBoundary"]
16
16
  15:I[83775,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"MetadataBoundary"]
17
17
  8:["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
18
- 9:["$","$1","c",{"children":["$Le",[["$","script","script-0",{"src":"/_next/static/chunks/0c9knh~t~22o1.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}]
18
+ 9:["$","$1","c",{"children":["$Le",[["$","script","script-0",{"src":"/_next/static/chunks/0e8tmpq~qz.dz.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}]
19
19
  12:[]
20
20
  a:"$W12"
21
21
  b:["$","$1","h",{"children":[null,["$","$L13",null,{"children":"$L14"}],["$","div",null,{"hidden":true,"children":["$","$L15",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L16"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
22
- d:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0sqkcyb268i44.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
22
+ d:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ewk7kj3yfts~.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
23
23
  14:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
24
24
  17:I[31415,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js"],"IconMark"]
25
25
  11:null
26
26
  16:[["$","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"}],["$","$L17","3",{}]]
27
- 18:I[2286,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c9knh~t~22o1.js"],"TagManagementView"]
27
+ 18:I[2286,["/_next/static/chunks/0zwqf-1atzont.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0e8tmpq~qz.dz.js"],"TagManagementView"]
28
28
  e:["$","$L18",null,{"initial_tags":[{"name":"@blog","entryCount":1},{"name":"@dev","entryCount":1},{"name":"@social","entryCount":1},{"name":"@stt","entryCount":6}]}]