super-time-tracker-ui 0.1.16 → 0.1.18

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 (251) hide show
  1. package/bin/stt-ui.js +51 -2
  2. package/dist/standalone/next-output/BUILD_ID +1 -1
  3. package/dist/standalone/next-output/app-path-routes-manifest.json +5 -0
  4. package/dist/standalone/next-output/build-manifest.json +3 -3
  5. package/dist/standalone/next-output/routes-manifest.json +30 -0
  6. package/dist/standalone/next-output/server/app/_global-error/page.js +1 -1
  7. package/dist/standalone/next-output/server/app/_global-error/page.js.nft.json +1 -1
  8. package/dist/standalone/next-output/server/app/_global-error.html +1 -1
  9. package/dist/standalone/next-output/server/app/_global-error.rsc +1 -1
  10. package/dist/standalone/next-output/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  11. package/dist/standalone/next-output/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/dist/standalone/next-output/server/app/_global-error.segments/_head.segment.rsc +1 -1
  13. package/dist/standalone/next-output/server/app/_global-error.segments/_index.segment.rsc +1 -1
  14. package/dist/standalone/next-output/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/dist/standalone/next-output/server/app/_not-found/page.js +2 -2
  16. package/dist/standalone/next-output/server/app/_not-found/page.js.nft.json +1 -1
  17. package/dist/standalone/next-output/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/dist/standalone/next-output/server/app/_not-found.html +1 -1
  19. package/dist/standalone/next-output/server/app/_not-found.rsc +24 -22
  20. package/dist/standalone/next-output/server/app/_not-found.segments/_full.segment.rsc +24 -22
  21. package/dist/standalone/next-output/server/app/_not-found.segments/_head.segment.rsc +4 -4
  22. package/dist/standalone/next-output/server/app/_not-found.segments/_index.segment.rsc +9 -8
  23. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  24. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  25. package/dist/standalone/next-output/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  26. package/dist/standalone/next-output/server/app/api/auth/signout/route/app-paths-manifest.json +3 -0
  27. package/dist/standalone/next-output/server/app/api/auth/signout/route/build-manifest.json +9 -0
  28. package/dist/standalone/next-output/server/app/api/auth/signout/route/server-reference-manifest.json +4 -0
  29. package/dist/standalone/next-output/server/app/api/auth/signout/route.js +7 -0
  30. package/dist/standalone/next-output/server/app/api/auth/signout/route.js.nft.json +1 -0
  31. package/dist/standalone/next-output/server/app/api/auth/signout/route_client-reference-manifest.js +3 -0
  32. package/dist/standalone/next-output/server/app/api/backup/route.js +2 -1
  33. package/dist/standalone/next-output/server/app/api/backup/route.js.nft.json +1 -1
  34. package/dist/standalone/next-output/server/app/api/entry/delete-bulk/route.js +2 -1
  35. package/dist/standalone/next-output/server/app/api/entry/delete-bulk/route.js.nft.json +1 -1
  36. package/dist/standalone/next-output/server/app/api/entry/move/route.js +2 -1
  37. package/dist/standalone/next-output/server/app/api/entry/move/route.js.nft.json +1 -1
  38. package/dist/standalone/next-output/server/app/api/entry/move-bulk/route.js +2 -1
  39. package/dist/standalone/next-output/server/app/api/entry/move-bulk/route.js.nft.json +1 -1
  40. package/dist/standalone/next-output/server/app/api/entry/route.js +3 -2
  41. package/dist/standalone/next-output/server/app/api/entry/route.js.nft.json +1 -1
  42. package/dist/standalone/next-output/server/app/api/in/route.js +3 -2
  43. package/dist/standalone/next-output/server/app/api/in/route.js.nft.json +1 -1
  44. package/dist/standalone/next-output/server/app/api/note/route.js +3 -2
  45. package/dist/standalone/next-output/server/app/api/note/route.js.nft.json +1 -1
  46. package/dist/standalone/next-output/server/app/api/out/route.js +3 -2
  47. package/dist/standalone/next-output/server/app/api/out/route.js.nft.json +1 -1
  48. package/dist/standalone/next-output/server/app/api/sheet/route.js +2 -1
  49. package/dist/standalone/next-output/server/app/api/sheet/route.js.nft.json +1 -1
  50. package/dist/standalone/next-output/server/app/api/state/route.js +2 -1
  51. package/dist/standalone/next-output/server/app/api/state/route.js.nft.json +1 -1
  52. package/dist/standalone/next-output/server/app/api/sync/import/route/app-paths-manifest.json +3 -0
  53. package/dist/standalone/next-output/server/app/api/sync/import/route/build-manifest.json +9 -0
  54. package/dist/standalone/next-output/server/app/api/sync/import/route/server-reference-manifest.json +4 -0
  55. package/dist/standalone/next-output/server/app/api/sync/import/route.js +7 -0
  56. package/dist/standalone/next-output/server/app/api/sync/import/route.js.nft.json +1 -0
  57. package/dist/standalone/next-output/server/app/api/sync/import/route_client-reference-manifest.js +3 -0
  58. package/dist/standalone/next-output/server/app/api/tags/route.js +2 -1
  59. package/dist/standalone/next-output/server/app/api/tags/route.js.nft.json +1 -1
  60. package/dist/standalone/next-output/server/app/api/ui-preferences/route/app-paths-manifest.json +3 -0
  61. package/dist/standalone/next-output/server/app/api/ui-preferences/route/build-manifest.json +9 -0
  62. package/dist/standalone/next-output/server/app/api/ui-preferences/route/server-reference-manifest.json +4 -0
  63. package/dist/standalone/next-output/server/app/api/ui-preferences/route.js +7 -0
  64. package/dist/standalone/next-output/server/app/api/ui-preferences/route.js.nft.json +1 -0
  65. package/dist/standalone/next-output/server/app/api/ui-preferences/route_client-reference-manifest.js +3 -0
  66. package/dist/standalone/next-output/server/app/auth/callback/route/app-paths-manifest.json +3 -0
  67. package/dist/standalone/next-output/server/app/auth/callback/route/build-manifest.json +9 -0
  68. package/dist/standalone/next-output/server/app/auth/callback/route/server-reference-manifest.json +4 -0
  69. package/dist/standalone/next-output/server/app/auth/callback/route.js +7 -0
  70. package/dist/standalone/next-output/server/app/auth/callback/route.js.nft.json +1 -0
  71. package/dist/standalone/next-output/server/app/auth/callback/route_client-reference-manifest.js +3 -0
  72. package/dist/standalone/next-output/server/app/login/page/app-paths-manifest.json +3 -0
  73. package/dist/standalone/next-output/server/app/login/page/build-manifest.json +17 -0
  74. package/dist/standalone/next-output/server/app/login/page/next-font-manifest.json +11 -0
  75. package/dist/standalone/next-output/server/app/login/page/react-loadable-manifest.json +1 -0
  76. package/dist/standalone/next-output/server/app/login/page/server-reference-manifest.json +4 -0
  77. package/dist/standalone/next-output/server/app/login/page.js +14 -0
  78. package/dist/standalone/next-output/server/app/login/page.js.nft.json +1 -0
  79. package/dist/standalone/next-output/server/app/login/page_client-reference-manifest.js +3 -0
  80. package/dist/standalone/next-output/server/app/page.js +4 -4
  81. package/dist/standalone/next-output/server/app/page.js.nft.json +1 -1
  82. package/dist/standalone/next-output/server/app/page_client-reference-manifest.js +1 -1
  83. package/dist/standalone/next-output/server/app/reporting/page.js +5 -4
  84. package/dist/standalone/next-output/server/app/reporting/page.js.nft.json +1 -1
  85. package/dist/standalone/next-output/server/app/reporting/page_client-reference-manifest.js +1 -1
  86. package/dist/standalone/next-output/server/app/reporting.html +1 -1
  87. package/dist/standalone/next-output/server/app/reporting.rsc +26 -24
  88. package/dist/standalone/next-output/server/app/reporting.segments/_full.segment.rsc +26 -24
  89. package/dist/standalone/next-output/server/app/reporting.segments/_head.segment.rsc +4 -4
  90. package/dist/standalone/next-output/server/app/reporting.segments/_index.segment.rsc +9 -8
  91. package/dist/standalone/next-output/server/app/reporting.segments/_tree.segment.rsc +2 -2
  92. package/dist/standalone/next-output/server/app/reporting.segments/reporting/__PAGE__.segment.rsc +3 -3
  93. package/dist/standalone/next-output/server/app/reporting.segments/reporting.segment.rsc +3 -3
  94. package/dist/standalone/next-output/server/app/settings/data/page.js +5 -4
  95. package/dist/standalone/next-output/server/app/settings/data/page.js.nft.json +1 -1
  96. package/dist/standalone/next-output/server/app/settings/data/page_client-reference-manifest.js +1 -1
  97. package/dist/standalone/next-output/server/app/settings/data.html +1 -1
  98. package/dist/standalone/next-output/server/app/settings/data.rsc +32 -28
  99. package/dist/standalone/next-output/server/app/settings/data.segments/_full.segment.rsc +32 -28
  100. package/dist/standalone/next-output/server/app/settings/data.segments/_head.segment.rsc +4 -4
  101. package/dist/standalone/next-output/server/app/settings/data.segments/_index.segment.rsc +9 -8
  102. package/dist/standalone/next-output/server/app/settings/data.segments/_tree.segment.rsc +2 -2
  103. package/dist/standalone/next-output/server/app/settings/data.segments/settings/data/__PAGE__.segment.rsc +10 -9
  104. package/dist/standalone/next-output/server/app/settings/data.segments/settings/data.segment.rsc +3 -3
  105. package/dist/standalone/next-output/server/app/settings/data.segments/settings.segment.rsc +3 -3
  106. package/dist/standalone/next-output/server/app/settings/display/page.js +2 -2
  107. package/dist/standalone/next-output/server/app/settings/display/page.js.nft.json +1 -1
  108. package/dist/standalone/next-output/server/app/settings/display/page_client-reference-manifest.js +1 -1
  109. package/dist/standalone/next-output/server/app/settings/display.html +1 -1
  110. package/dist/standalone/next-output/server/app/settings/display.rsc +41 -40
  111. package/dist/standalone/next-output/server/app/settings/display.segments/_full.segment.rsc +41 -40
  112. package/dist/standalone/next-output/server/app/settings/display.segments/_head.segment.rsc +4 -4
  113. package/dist/standalone/next-output/server/app/settings/display.segments/_index.segment.rsc +9 -8
  114. package/dist/standalone/next-output/server/app/settings/display.segments/_tree.segment.rsc +2 -2
  115. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display/__PAGE__.segment.rsc +18 -18
  116. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display.segment.rsc +3 -3
  117. package/dist/standalone/next-output/server/app/settings/display.segments/settings.segment.rsc +3 -3
  118. package/dist/standalone/next-output/server/app/settings/page.js +5 -4
  119. package/dist/standalone/next-output/server/app/settings/page.js.nft.json +1 -1
  120. package/dist/standalone/next-output/server/app/settings/page_client-reference-manifest.js +1 -1
  121. package/dist/standalone/next-output/server/app/settings/tags/page.js +5 -4
  122. package/dist/standalone/next-output/server/app/settings/tags/page.js.nft.json +1 -1
  123. package/dist/standalone/next-output/server/app/settings/tags/page_client-reference-manifest.js +1 -1
  124. package/dist/standalone/next-output/server/app/settings/tags.html +1 -1
  125. package/dist/standalone/next-output/server/app/settings/tags.rsc +27 -25
  126. package/dist/standalone/next-output/server/app/settings/tags.segments/_full.segment.rsc +27 -25
  127. package/dist/standalone/next-output/server/app/settings/tags.segments/_head.segment.rsc +4 -4
  128. package/dist/standalone/next-output/server/app/settings/tags.segments/_index.segment.rsc +9 -8
  129. package/dist/standalone/next-output/server/app/settings/tags.segments/_tree.segment.rsc +2 -2
  130. package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags/__PAGE__.segment.rsc +3 -3
  131. package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags.segment.rsc +3 -3
  132. package/dist/standalone/next-output/server/app/settings/tags.segments/settings.segment.rsc +3 -3
  133. package/dist/standalone/next-output/server/app/settings.html +1 -1
  134. package/dist/standalone/next-output/server/app/settings.rsc +32 -30
  135. package/dist/standalone/next-output/server/app/settings.segments/_full.segment.rsc +32 -30
  136. package/dist/standalone/next-output/server/app/settings.segments/_head.segment.rsc +4 -4
  137. package/dist/standalone/next-output/server/app/settings.segments/_index.segment.rsc +9 -8
  138. package/dist/standalone/next-output/server/app/settings.segments/_tree.segment.rsc +2 -2
  139. package/dist/standalone/next-output/server/app/settings.segments/settings/__PAGE__.segment.rsc +9 -9
  140. package/dist/standalone/next-output/server/app/settings.segments/settings.segment.rsc +3 -3
  141. package/dist/standalone/next-output/server/app-paths-manifest.json +5 -0
  142. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0-~y~9m._.js +3 -0
  143. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0.tfxy.._.js +3 -0
  144. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__00yo3_1._.js +3 -0
  145. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__05eq9_g._.js +3 -0
  146. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__061y6pa._.js +3 -0
  147. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__09bkv_j._.js +3 -0
  148. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0ai1p94._.js +3 -0
  149. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0e3._t7._.js +3 -0
  150. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0jcl8sd._.js +3 -0
  151. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0p1kxjf._.js +3 -0
  152. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0uvo97t._.js +3 -0
  153. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0xb8jjk._.js +3 -0
  154. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0z09g1h._.js +3 -0
  155. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__11e-p11._.js +3 -0
  156. package/dist/standalone/next-output/server/chunks/_0--hi7m._.js +61 -0
  157. package/dist/standalone/next-output/server/chunks/_0_wbuqv._.js +61 -0
  158. package/dist/standalone/next-output/server/chunks/_0vvs4p8._.js +3 -0
  159. package/dist/standalone/next-output/server/chunks/_0vzosja._.js +3 -0
  160. package/dist/standalone/next-output/server/chunks/_0y.amf.._.js +3 -0
  161. package/dist/standalone/next-output/server/chunks/_0ysbhok._.js +3 -0
  162. package/dist/standalone/next-output/server/chunks/_13eeory._.js +61 -0
  163. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_auth_signout_route_actions_00gx.76.js +3 -0
  164. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_import_route_actions_0apc8p9.js +3 -0
  165. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_ui-preferences_route_actions_0t0uiaq.js +3 -0
  166. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_auth_callback_route_actions_09jr~mp.js +3 -0
  167. package/dist/standalone/next-output/server/chunks/ssr/{_02_~c39._.js → 0z~i_next_dist_0s-rnzm._.js} +2 -2
  168. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0pw4c6_.js +4 -0
  169. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__00t2myd._.js +3 -0
  170. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__070_uw2._.js +3 -0
  171. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0c4ohc.._.js +3 -0
  172. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0mjp16u._.js +3 -0
  173. package/dist/standalone/next-output/server/chunks/ssr/{[root-of-the-server]__0n8s9zq._.js → [root-of-the-server]__0p74awc._.js} +2 -2
  174. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0x2t88.._.js +3 -0
  175. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__108je_d._.js +3 -0
  176. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__10jikzl._.js +3 -0
  177. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__13dr511._.js +3 -0
  178. package/dist/standalone/next-output/server/chunks/ssr/_00.2r03._.js +3 -0
  179. package/dist/standalone/next-output/server/chunks/ssr/_01xe83y._.js +64 -0
  180. package/dist/standalone/next-output/server/chunks/ssr/_03kx6a3._.js +64 -0
  181. package/dist/standalone/next-output/server/chunks/ssr/_06yb2en._.js +1 -1
  182. package/dist/standalone/next-output/server/chunks/ssr/_0ekhh25._.js +61 -0
  183. package/dist/standalone/next-output/server/chunks/ssr/_0iqbilg._.js +64 -0
  184. package/dist/standalone/next-output/server/chunks/ssr/{_0g2i.tc._.js → _0kvm6av._.js} +2 -2
  185. package/dist/standalone/next-output/server/chunks/ssr/_0l_p-.k._.js +3 -0
  186. package/dist/standalone/next-output/server/chunks/ssr/_0li90xb._.js +3 -0
  187. package/dist/standalone/next-output/server/chunks/ssr/_0okkb_~._.js +3 -0
  188. package/dist/standalone/next-output/server/chunks/ssr/_0qowa2d._.js +3 -0
  189. package/dist/standalone/next-output/server/chunks/ssr/_0s1f~0y._.js +3 -0
  190. package/dist/standalone/next-output/server/chunks/ssr/_0x1bw~i._.js +1 -1
  191. package/dist/standalone/next-output/server/chunks/ssr/_0zabe_~._.js +3 -0
  192. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_login_page_actions_02kefem.js +3 -0
  193. package/dist/standalone/next-output/server/chunks/ssr/components_109-aj4._.js +1 -1
  194. package/dist/standalone/next-output/server/chunks/ssr/components_reporting-view_tsx_0-0ofcv._.js +1 -1
  195. package/dist/standalone/next-output/server/chunks/ssr/components_tracker-app_tsx_0qs9.7y._.js +1 -1
  196. package/dist/standalone/next-output/server/edge/chunks/0txu_next_dist_esm_build_templates_edge-wrapper_07qltvv.js +3 -0
  197. package/dist/standalone/next-output/server/edge/chunks/0z~i_next_dist_esm_build_templates_edge-wrapper_0pdy9p0.js +3 -0
  198. package/dist/standalone/next-output/server/edge/chunks/[root-of-the-server]__0t9u~vh._.js +69 -0
  199. package/dist/standalone/next-output/server/middleware-build-manifest.js +3 -3
  200. package/dist/standalone/next-output/server/middleware-manifest.json +30 -2
  201. package/dist/standalone/next-output/server/next-font-manifest.js +1 -1
  202. package/dist/standalone/next-output/server/next-font-manifest.json +4 -0
  203. package/dist/standalone/next-output/server/pages/404.html +1 -1
  204. package/dist/standalone/next-output/server/pages/500.html +1 -1
  205. package/dist/standalone/next-output/static/chunks/0-0w4ml~c22t..js +1 -0
  206. package/dist/standalone/next-output/static/chunks/0.jsu2wyaii~1.js +59 -0
  207. package/dist/standalone/next-output/static/chunks/0aohgkyesjriz.js +1 -0
  208. package/dist/standalone/next-output/static/chunks/0bcmkbb2bxpr-.js +1 -0
  209. package/dist/standalone/next-output/static/chunks/{0ytd28-7d8.21.js → 0bym88q-qlydb.js} +1 -1
  210. package/dist/standalone/next-output/static/chunks/0xvqo8vfg40zk.js +1 -0
  211. package/dist/standalone/next-output/static/chunks/11y-z.w7p8i8a.css +3 -0
  212. package/dist/standalone/next-output/static/chunks/12v1sx2j-is-9.js +1 -0
  213. package/dist/standalone/next-output/static/chunks/{14dlpcnjaw-zw.js → 13pryy_qphr.u.js} +1 -1
  214. package/dist/standalone/next-output/static/xfRBlnU13styXnCBd60jn/_clientMiddlewareManifest.js +6 -0
  215. package/dist/standalone/package.json +11 -9
  216. package/package.json +11 -9
  217. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0_m2-.j._.js +0 -3
  218. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0_vmm81._.js +0 -3
  219. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0cilf~z._.js +0 -3
  220. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0d03d53._.js +0 -3
  221. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0iro0~o._.js +0 -3
  222. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0t5kq87._.js +0 -3
  223. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0v47vl-._.js +0 -3
  224. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0w4.p-d._.js +0 -3
  225. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0wl05me._.js +0 -3
  226. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0y8pcoc._.js +0 -3
  227. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__11gwx7w._.js +0 -3
  228. package/dist/standalone/next-output/server/chunks/_0.5g2bo._.js +0 -3
  229. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__088a_hy._.js +0 -3
  230. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0e~6l8-._.js +0 -3
  231. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0nm8f2e._.js +0 -3
  232. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0v0ekip._.js +0 -3
  233. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0wb6zuo._.js +0 -3
  234. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__12d3b~-._.js +0 -3
  235. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__12t9r.i._.js +0 -3
  236. package/dist/standalone/next-output/server/chunks/ssr/_02-gx7.._.js +0 -3
  237. package/dist/standalone/next-output/server/chunks/ssr/_0hg~x6b._.js +0 -3
  238. package/dist/standalone/next-output/server/chunks/ssr/_0ll5ibs._.js +0 -3
  239. package/dist/standalone/next-output/server/chunks/ssr/_0pmaq6o._.js +0 -6
  240. package/dist/standalone/next-output/server/chunks/ssr/_0ui3u54._.js +0 -3
  241. package/dist/standalone/next-output/server/chunks/ssr/_0w8k735._.js +0 -3
  242. package/dist/standalone/next-output/server/chunks/ssr/_12t56ma._.js +0 -3
  243. package/dist/standalone/next-output/server/chunks/ssr/lib_0x8xvli._.js +0 -3
  244. package/dist/standalone/next-output/static/5wsd9KksdO0ECkcDBtP80/_clientMiddlewareManifest.js +0 -1
  245. package/dist/standalone/next-output/static/chunks/00.k03cz57mm8.js +0 -1
  246. package/dist/standalone/next-output/static/chunks/00gppo5nrk9ov.js +0 -1
  247. package/dist/standalone/next-output/static/chunks/04~lsgqjxciw_.js +0 -1
  248. package/dist/standalone/next-output/static/chunks/0rk2ns_n18t3d.js +0 -1
  249. package/dist/standalone/next-output/static/chunks/0x1v_z9lxx._v.css +0 -3
  250. /package/dist/standalone/next-output/static/{5wsd9KksdO0ECkcDBtP80 → xfRBlnU13styXnCBd60jn}/_buildManifest.js +0 -0
  251. /package/dist/standalone/next-output/static/{5wsd9KksdO0ECkcDBtP80 → xfRBlnU13styXnCBd60jn}/_ssgManifest.js +0 -0
@@ -7,9 +7,9 @@ globalThis.__BUILD_MANIFEST = {
7
7
  "static/chunks/03~yq9q893hmn.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/5wsd9KksdO0ECkcDBtP80/_buildManifest.js",
11
- "static/5wsd9KksdO0ECkcDBtP80/_ssgManifest.js",
12
- "static/5wsd9KksdO0ECkcDBtP80/_clientMiddlewareManifest.js"
10
+ "static/xfRBlnU13styXnCBd60jn/_buildManifest.js",
11
+ "static/xfRBlnU13styXnCBd60jn/_ssgManifest.js",
12
+ "static/xfRBlnU13styXnCBd60jn/_clientMiddlewareManifest.js"
13
13
  ],
14
14
  "rootMainFiles": [
15
15
  "static/chunks/0koldw9zjijry.js",
@@ -1,6 +1,34 @@
1
1
  {
2
2
  "version": 3,
3
- "middleware": {},
4
- "sortedMiddleware": [],
3
+ "middleware": {
4
+ "/": {
5
+ "files": [
6
+ "server/edge/chunks/0z~i_next_dist_esm_build_templates_edge-wrapper_0pdy9p0.js",
7
+ "server/edge/chunks/[root-of-the-server]__0t9u~vh._.js",
8
+ "server/edge/chunks/0txu_next_dist_esm_build_templates_edge-wrapper_07qltvv.js"
9
+ ],
10
+ "name": "middleware",
11
+ "page": "/",
12
+ "entrypoint": "server/edge/chunks/0txu_next_dist_esm_build_templates_edge-wrapper_07qltvv.js",
13
+ "matchers": [
14
+ {
15
+ "regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!_next\\/static|_next\\/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*))(\\.json|\\.rsc|\\.segments\\/.+\\.segment\\.rsc)?[\\/#\\?]?$",
16
+ "originalSource": "/((?!_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)"
17
+ }
18
+ ],
19
+ "wasm": [],
20
+ "assets": [],
21
+ "env": {
22
+ "__NEXT_BUILD_ID": "xfRBlnU13styXnCBd60jn",
23
+ "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "ZCfjWQ1j+/I4J6mmJUTCdkubaVm/wt/fMfxL0iW8R8U=",
24
+ "__NEXT_PREVIEW_MODE_ID": "29d30992fa321255a736fc76b01cc746",
25
+ "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "ef32282c22c87bee7352728993998d51dd159b60ec937b820c18a87ac9647a97",
26
+ "__NEXT_PREVIEW_MODE_SIGNING_KEY": "b3d9b63c185c5617947d4badf008e2423c0f48601c45732d7b4355d2bed34f1c"
27
+ }
28
+ }
29
+ },
30
+ "sortedMiddleware": [
31
+ "/"
32
+ ],
5
33
  "functions": {}
6
34
  }
@@ -1 +1 @@
1
- self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/app/_not-found/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/reporting/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/settings/data/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/settings/display/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/settings/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/settings/tags/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
1
+ self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/app/_not-found/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/login/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/reporting/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/settings/data/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/settings/display/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/settings/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ],\n \"[project]/app/settings/tags/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\n \"static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
@@ -4,6 +4,10 @@
4
4
  "static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2",
5
5
  "static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2"
6
6
  ],
7
+ "[project]/app/login/page": [
8
+ "static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2",
9
+ "static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2"
10
+ ],
7
11
  "[project]/app/page": [
8
12
  "static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2",
9
13
  "static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2"
@@ -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="stylesheet" href="/_next/static/chunks/0x1v_z9lxx._v.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/00.k03cz57mm8.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><title>404: This page could not be found.</title><meta name="robots" content="noindex"/><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><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><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/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"\"]\n3:I[89391,[\"/_next/static/chunks/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ThemeModeSystemListener\"]\n4:I[14974,[\"/_next/static/chunks/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ConfirmDialogProvider\"]\n5:I[45452,[\"/_next/static/chunks/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"AppKeyboardShortcuts\"]\n6:I[5233,[\"/_next/static/chunks/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n7:I[73632,[\"/_next/static/chunks/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\nb:I[51709,[\"/_next/static/chunks/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0x1v_z9lxx._v.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0x1v_z9lxx._v.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/00.k03cz57mm8.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\",{},null,false,null]},null,false,\"$@9\"]},null,false,null],\"$La\",false]],\"m\":\"$undefined\",\"G\":[\"$b\",[\"$Lc\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"5wsd9KksdO0ECkcDBtP80\"}\n"])</script><script>self.__next_f.push([1,"d:I[83775,[\"/_next/static/chunks/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"OutletBoundary\"]\ne:\"$Sreact.suspense\"\n11:I[83775,[\"/_next/static/chunks/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ViewportBoundary\"]\n13:I[83775,[\"/_next/static/chunks/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"MetadataBoundary\"]\n8:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:children:1:props:notFound:0:1:props:style\",\"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\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$e\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@f\"}]}]]}]\n10:[]\n9:\"$W10\"\na:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L13\",null,{\"children\":[\"$\",\"$e\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L14\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\nc:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0x1v_z9lxx._v.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"15:I[31415,[\"/_next/static/chunks/00.k03cz57mm8.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"IconMark\"]\nf:null\n14:[[\"$\",\"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\"}],[\"$\",\"$L15\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/11y-z.w7p8i8a.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0koldw9zjijry.js"/><script src="/_next/static/chunks/05161-t.3egqv.js" async=""></script><script src="/_next/static/chunks/0708yw9dysifo.js" async=""></script><script src="/_next/static/chunks/0uezeykgodd86.js" async=""></script><script src="/_next/static/chunks/turbopack-0st0r~j~gn7ke.js" async=""></script><script src="/_next/static/chunks/0-0w4ml~c22t..js" async=""></script><script src="/_next/static/chunks/0.jsu2wyaii~1.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><title>404: This page could not be found.</title><meta name="robots" content="noindex"/><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><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0koldw9zjijry.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2263,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"\"]\n3:I[89391,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ThemeModeSystemListener\"]\n4:I[14974,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ConfirmDialogProvider\"]\n5:I[28302,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"CloudSyncProvider\"]\n6:I[45452,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"AppKeyboardShortcuts\"]\n7:I[5233,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n8:I[73632,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\nd:I[51709,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/11y-z.w7p8i8a.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/11y-z.w7p8i8a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0-0w4ml~c22t..js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"geist_f53a3a98-module__E6rLHq__variable geist_mono_a0a08e0-module__UZhpWW__variable h-full antialiased\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full font-sans transition-[background-color,color] duration-200\",\"children\":[[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var mk=\\\"super-time-tracker-theme-mode\\\";var tk=\\\"super-time-tracker-theme\\\";var m=localStorage.getItem(mk);if(m!=='light'\u0026\u0026m!=='dark'\u0026\u0026m!=='system'){var legacy=localStorage.getItem(tk);m=legacy==='light'||legacy==='dark'?legacy:'system';localStorage.setItem(mk,m)}var resolve=function(mode){if(mode==='light'||mode==='dark')return mode;return window.matchMedia('(prefers-color-scheme: light)').matches?'light':'dark'};var t=resolve(m);document.documentElement.setAttribute('data-theme',t);localStorage.setItem(tk,t)}catch(e){document.documentElement.setAttribute('data-theme','dark')}})();\"}}],[\"$\",\"$L2\",null,{\"id\":\"ui-settings-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var k=\\\"super-time-tracker-compact-lists\\\";var s=localStorage.getItem(k);var c=s==='true';document.documentElement.setAttribute('data-compact-lists',c?'true':'false');var pk=\\\"super-time-tracker-color-palette\\\";var pv=localStorage.getItem(pk);var palettes=[\\\"default\\\",\\\"midnight\\\",\\\"warm\\\",\\\"ocean\\\",\\\"forest\\\",\\\"contrast\\\"];var migrate={\\\"teal\\\":\\\"default\\\",\\\"blue\\\":\\\"ocean\\\",\\\"violet\\\":\\\"midnight\\\",\\\"rose\\\":\\\"warm\\\",\\\"amber\\\":\\\"warm\\\",\\\"emerald\\\":\\\"forest\\\"};var ak=\\\"super-time-tracker-accent-color\\\";var p=palettes.indexOf(pv)\u003e=0?pv:(migrate[localStorage.getItem(ak)]||\\\"default\\\");document.documentElement.setAttribute('data-palette',p);if(palettes.indexOf(pv)\u003c0){localStorage.setItem(pk,p)}}catch(e){document.documentElement.setAttribute('data-compact-lists','false');document.documentElement.setAttribute('data-palette',\\\"default\\\")}})();\"}}],[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"children\":[[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":\"$L9\",\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"$La\",{},null,false,null]},null,false,\"$@b\"]},null,false,null],\"$Lc\",false]],\"m\":\"$undefined\",\"G\":[\"$d\",[\"$Le\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"xfRBlnU13styXnCBd60jn\"}\n"])</script><script>self.__next_f.push([1,"f:I[83775,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"OutletBoundary\"]\n10:\"$Sreact.suspense\"\n13:I[83775,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ViewportBoundary\"]\n15:I[83775,[\"/_next/static/chunks/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"MetadataBoundary\"]\n9:[\"$\",\"$L8\",null,{}]\na:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:children:props:children:1:props:notFound:0:1:props:style\",\"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\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:children:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:children:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:children:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$10\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@11\"}]}]]}]\n12:[]\nb:\"$W12\"\nc:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$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\":\"\"}]]}]\ne:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/11y-z.w7p8i8a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"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/0-0w4ml~c22t..js\",\"/_next/static/chunks/0.jsu2wyaii~1.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></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><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/1513ibnpmlx36.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><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[5233,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n3:I[73632,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n4:I[83775,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[83775,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ViewportBoundary\"]\na:I[83775,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"MetadataBoundary\"]\nc:I[51709,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"5wsd9KksdO0ECkcDBtP80\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[31415,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Le\",\"1\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><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/1513ibnpmlx36.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><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[5233,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n3:I[73632,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\"]\n4:I[83775,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[83775,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"ViewportBoundary\"]\na:I[83775,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"MetadataBoundary\"]\nc:I[51709,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"xfRBlnU13styXnCBd60jn\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[31415,[\"/_next/static/chunks/1513ibnpmlx36.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Le\",\"1\",{}]]\n"])</script></body></html>
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,90503,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"warnOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},31047,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={DecodeError:function(){return T},MiddlewareNotFoundError:function(){return S},MissingStaticPage:function(){return g},NormalizeError:function(){return h},PageNotFoundError:function(){return O},SP:function(){return m},ST:function(){return p},WEB_VITALS:function(){return i},execOnce:function(){return o},getDisplayName:function(){return d},getLocationOrigin:function(){return c},getURL:function(){return u},isAbsoluteUrl:function(){return l},isResSent:function(){return _},loadGetInitialProps:function(){return E},normalizeRepeatedSlashes:function(){return f},stringifyError:function(){return b}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let i=["CLS","FCP","FID","INP","LCP","TTFB"];function o(e){let t,r=!1;return(...n)=>(r||(r=!0,t=e(...n)),t)}let a=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,l=e=>a.test(e);function c(){let{protocol:e,hostname:t,port:r}=window.location;return`${e}//${t}${r?":"+r:""}`}function u(){let{href:e}=window.location,t=c();return e.substring(t.length)}function d(e){return"string"==typeof e?e:e.displayName||e.name||"Unknown"}function _(e){return e.finished||e.headersSent}function f(e){let t=e.split("?");return t[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(t[1]?`?${t.slice(1).join("?")}`:"")}async function E(e,t){let r=t.res||t.ctx&&t.ctx.res;if(!e.getInitialProps)return t.ctx&&t.Component?{pageProps:await E(t.Component,t.ctx)}:{};let n=await e.getInitialProps(t);if(r&&_(r))return n;if(!n)throw Object.defineProperty(Error(`"${d(e)}.getInitialProps()" should resolve to an object. But found "${n}" instead.`),"__NEXT_ERROR_CODE",{value:"E1025",enumerable:!1,configurable:!0});return n}let m="u">typeof performance,p=m&&["mark","measure","getEntriesByName"].every(e=>"function"==typeof performance[e]);class T extends Error{}class h extends Error{}class O extends Error{constructor(e){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message=`Cannot find module for page: ${e}`}}class g extends Error{constructor(e,t){super(),this.message=`Failed to load static file for page: ${e} ${t}`}}class S extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function b(e){return JSON.stringify({message:e.message,stack:e.stack})}},78677,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={assign:function(){return l},searchParamsToUrlQuery:function(){return i},urlQueryToSearchParams:function(){return a}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});function i(e){let t={};for(let[r,n]of e.entries()){let e=t[r];void 0===e?t[r]=n:Array.isArray(e)?e.push(n):t[r]=[e,n]}return t}function o(e){return"string"==typeof e?e:("number"!=typeof e||isNaN(e))&&"boolean"!=typeof e?"":String(e)}function a(e){let t=new URLSearchParams;for(let[r,n]of Object.entries(e))if(Array.isArray(n))for(let e of n)t.append(r,o(e));else t.set(r,o(n));return t}function l(e,...t){for(let r of t){for(let t of r.keys())e.delete(t);for(let[t,n]of r.entries())e.append(t,n)}return e}},71060,(e,t,r)=>{t.exports=e.r(2052)},92629,e=>{"use strict";e.s(["ACCENT_COLOR_STORAGE_KEY",0,"super-time-tracker-accent-color","CHECK_IN_FORM_COLLAPSED_DEFAULT",0,"false","CHECK_IN_FORM_COLLAPSED_STORAGE_KEY",0,"super-time-tracker-check-in-form-collapsed","CLEAR_TAG_FILTERS_ON_SHEET_CHANGE_DEFAULT",0,"false","CLEAR_TAG_FILTERS_ON_SHEET_CHANGE_STORAGE_KEY",0,"super-time-tracker-clear-tag-filters-on-sheet-change","COLOR_PALETTE_DEFAULT",0,"default","COLOR_PALETTE_STORAGE_KEY",0,"super-time-tracker-color-palette","COLOR_PALETTE_VALUES",0,["default","midnight","warm","ocean","forest","contrast"],"CONFIRM_BEFORE_CHECKOUT_DEFAULT",0,"false","CONFIRM_BEFORE_CHECKOUT_STORAGE_KEY",0,"super-time-tracker-confirm-before-checkout","CONFIRM_DESTRUCTIVE_ACTIONS_DEFAULT",0,"true","CONFIRM_DESTRUCTIVE_ACTIONS_STORAGE_KEY",0,"super-time-tracker-confirm-destructive-actions","DEFAULT_REPORTING_RANGE_DEFAULT",0,"none","DEFAULT_REPORTING_RANGE_STORAGE_KEY",0,"super-time-tracker-default-reporting-range","DEFAULT_REPORTING_SORT_DEFAULT",0,"duration","DEFAULT_REPORTING_SORT_STORAGE_KEY",0,"super-time-tracker-default-reporting-sort","DURATION_FORMAT_DEFAULT",0,"humanized","DURATION_FORMAT_STORAGE_KEY",0,"super-time-tracker-duration-format","ENTRY_LIST_SORT_DEFAULT",0,"newest","ENTRY_LIST_SORT_STORAGE_KEY",0,"super-time-tracker-entry-list-sort","TAG_FILTER_MODE_DEFAULT",0,"all","TAG_FILTER_MODE_STORAGE_KEY",0,"super-time-tracker-tag-filter-mode","THEME_MODE_DEFAULT",0,"system","THEME_MODE_STORAGE_KEY",0,"super-time-tracker-theme-mode","TIMER_IN_TITLE_DEFAULT",0,"true","TIMER_IN_TITLE_STORAGE_KEY",0,"super-time-tracker-timer-in-title","TIMER_SHOW_SECONDS_DEFAULT",0,"false","TIMER_SHOW_SECONDS_STORAGE_KEY",0,"super-time-tracker-timer-show-seconds","TIME_FORMAT_DEFAULT",0,"12h","TIME_FORMAT_STORAGE_KEY",0,"super-time-tracker-time-format","WEEK_STARTS_ON_DEFAULT",0,"monday","WEEK_STARTS_ON_STORAGE_KEY",0,"super-time-tracker-week-starts-on"])},72550,e=>{"use strict";e.s(["ACTIVE_SHEET_COOKIE_NAME",0,"stt-active-sheet","ACTIVE_SHEET_STORAGE_KEY",0,"super-time-tracker-active-sheet","COMPACT_LISTS_STORAGE_KEY",0,"super-time-tracker-compact-lists","DEFAULT_SHEET_FIXED_NAME_COOKIE_NAME",0,"stt-default-sheet-fixed-name","DEFAULT_SHEET_FIXED_NAME_STORAGE_KEY",0,"super-time-tracker-default-sheet-fixed-name","DEFAULT_SHEET_SESSION_MODE_COOKIE_NAME",0,"stt-default-sheet-session-mode","DEFAULT_SHEET_SESSION_MODE_DEFAULT",0,"last_viewed","DEFAULT_SHEET_SESSION_MODE_STORAGE_KEY",0,"super-time-tracker-default-sheet-session-mode","SHEET_TAG_FILTERS_STORAGE_KEY",0,"super-time-tracker-sheet-tag-filters"])},89497,38633,e=>{"use strict";var t=e.i(92629),r=e.i(72550);let n="super-time-tracker-theme";e.s(["THEME_STORAGE_KEY",0,n],38633),e.s(["collect_ui_preferences_from_window",0,function(){let e={};for(let s of[t.ACCENT_COLOR_STORAGE_KEY,r.ACTIVE_SHEET_STORAGE_KEY,t.CHECK_IN_FORM_COLLAPSED_STORAGE_KEY,t.CLEAR_TAG_FILTERS_ON_SHEET_CHANGE_STORAGE_KEY,t.COLOR_PALETTE_STORAGE_KEY,r.COMPACT_LISTS_STORAGE_KEY,t.CONFIRM_BEFORE_CHECKOUT_STORAGE_KEY,t.CONFIRM_DESTRUCTIVE_ACTIONS_STORAGE_KEY,t.DEFAULT_REPORTING_RANGE_STORAGE_KEY,t.DEFAULT_REPORTING_SORT_STORAGE_KEY,r.DEFAULT_SHEET_FIXED_NAME_STORAGE_KEY,r.DEFAULT_SHEET_SESSION_MODE_STORAGE_KEY,t.DURATION_FORMAT_STORAGE_KEY,t.ENTRY_LIST_SORT_STORAGE_KEY,r.SHEET_TAG_FILTERS_STORAGE_KEY,t.TAG_FILTER_MODE_STORAGE_KEY,t.THEME_MODE_STORAGE_KEY,n,t.TIME_FORMAT_STORAGE_KEY,t.TIMER_IN_TITLE_STORAGE_KEY,t.TIMER_SHOW_SECONDS_STORAGE_KEY,t.WEEK_STARTS_ON_STORAGE_KEY])try{let t=window.localStorage.getItem(s);null!==t&&(e[s]=t)}catch{}return e}],89497)},32417,e=>{"use strict";var t=e.i(13073);e.s(["is_supabase_configured",0,function(){let e=t.default.env.NEXT_PUBLIC_SUPABASE_URL?.trim()??"",r=t.default.env.NEXT_PUBLIC_SUPABASE_ANON_KEY?.trim()??"";return e.length>0&&r.length>0}])},88680,34995,e=>{"use strict";var t=e.i(54710);function r({label:e,description:n,compact:s}){return(0,t.jsxs)("div",{className:"contents",children:[(0,t.jsx)("dt",{className:"m-0",children:(0,t.jsx)("kbd",{className:`inline-block min-w-7 rounded border border-panel-border bg-surface text-center font-mono font-semibold text-foreground ${s?"px-1 py-0.5 text-[0.7rem]":"px-1.5 py-0.5 text-[0.78rem]"}`,children:e})}),(0,t.jsx)("dd",{className:`m-0 self-center leading-snug text-muted ${s?"text-[0.8rem]":"text-[0.9rem]"}`,children:n})]})}e.s(["KeyboardShortcutsContent",0,function({sections:e,compact:n=!1}){return(0,t.jsx)("div",{className:`flex flex-col ${n?"gap-2.5":"gap-4"}`,children:e.map(e=>(0,t.jsxs)("section",{children:[(0,t.jsx)("h3",{className:`m-0 font-semibold uppercase tracking-[0.04em] text-muted ${n?"text-[0.65rem]":"text-[0.72rem]"}`,children:e.title}),(0,t.jsx)("dl",{className:`m-0 grid grid-cols-[auto_minmax(0,1fr)] ${n?"mt-1.5 gap-x-3 gap-y-1.5":"mt-2 gap-x-4 gap-y-2"}`,children:e.entries.map(s=>(0,t.jsx)(r,{label:s.label,description:s.description,compact:n},`${e.title}-${s.label}-${s.description}`))})]},e.title))})}],88680),e.s(["get_app_keyboard_shortcut_sections",0,function(){return[{title:"General",entries:[{label:"?",description:"Show keyboard shortcuts"}]}]}],34995)},17798,e=>{"use strict";e.s(["apply_theme",0,function(e){document.documentElement.setAttribute("data-theme",e)}])},35434,e=>{"use strict";let t=new Set;e.s(["notify_theme_subscribers",0,function(){t.forEach(e=>{e()})},"subscribe_theme",0,function(e){return t.add(e),()=>{t.delete(e)}}])},27850,e=>{"use strict";var t=e.i(89497),r=e.i(32417);let n=null;e.s(["schedule_ui_preferences_cloud_sync",0,function(){(0,r.is_supabase_configured)()&&(null!==n&&clearTimeout(n),n=setTimeout(()=>{n=null,fetch("/api/ui-preferences",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({preferences:(0,t.collect_ui_preferences_from_window)()})})},800))}])},34869,e=>{"use strict";var t=e.i(27850);e.s(["create_ui_preference_store",0,function(e){let{default_value:r,is_valid:n,storage_key:s}=e,i=new Set,o=()=>{try{let e=window.localStorage.getItem(s);if(null!==e&&n(e))return e}catch{}return r};return{storage_key:s,default_value:r,is_valid:n,read:o,write:e=>{try{window.localStorage.setItem(s,e),(0,t.schedule_ui_preferences_cloud_sync)()}catch{}},subscribe:e=>(i.add(e),()=>{i.delete(e)}),notify:()=>{i.forEach(e=>{e()})},get_snapshot:o,get_server_snapshot:()=>r}}])},10464,e=>{"use strict";var t=e.i(34869),r=e.i(92629);let n=(0,t.create_ui_preference_store)({storage_key:r.THEME_MODE_STORAGE_KEY,default_value:r.THEME_MODE_DEFAULT,is_valid:e=>"light"===e||"dark"===e||"system"===e});e.s(["theme_mode_preference",0,n])},81553,e=>{"use strict";var t=e.i(27850),r=e.i(38633);e.s(["write_stored_theme",0,function(e){try{window.localStorage.setItem(r.THEME_STORAGE_KEY,e),(0,t.schedule_ui_preferences_cloud_sync)()}catch{}}])},52663,e=>{"use strict";e.s(["get_button_class_name",0,function(e="ghost",t="default"){return`cursor-pointer appearance-none rounded-[0.65rem] border border-transparent font-inherit font-semibold disabled:cursor-not-allowed disabled:opacity-55 ${({default:"px-3.5 py-2.5",small:"px-2.5 py-1.5 text-xs"})[t]} ${({primary:"border-accent-border bg-[var(--accent)] text-[var(--accent-text-on)]",ghost:"border-panel-border bg-ghost-bg text-inherit",danger:"border-danger-border bg-danger-soft text-danger","danger-solid":"border-danger-border bg-[var(--danger-solid)] text-[var(--danger-text-on)]"})[e]}`}])},14974,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(52663);function s({options:e,on_confirm:i,on_cancel:o}){let a=(0,r.useId)(),l=(0,r.useRef)(null),{cancelLabel:c="Cancel",confirmLabel:u="Confirm",message:d,title:_,variant:f="default"}=e;return(0,r.useEffect)(()=>{l.current?.focus();let e=e=>{"Escape"===e.key&&o()};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[o]),(0,t.jsxs)("div",{className:"fixed inset-0 z-100 flex items-center justify-center p-5",role:"presentation",children:[(0,t.jsx)("button",{type:"button",className:"absolute inset-0 cursor-default border-0 bg-overlay p-0","aria-label":"Dismiss dialog",onClick:o}),(0,t.jsxs)("div",{role:"dialog","aria-modal":"true","aria-labelledby":a,className:"relative z-1 w-full max-w-md rounded-lg border border-panel-border bg-panel p-5 shadow-md",children:[(0,t.jsx)("h2",{id:a,className:"m-0 text-[1.1rem] font-[650] tracking-tight",children:_}),(0,t.jsx)("p",{className:"m-0 mt-2 text-[0.9rem] leading-relaxed text-muted",children:d}),(0,t.jsxs)("div",{className:"mt-5 flex flex-wrap justify-end gap-2",children:[(0,t.jsx)("button",{type:"button",className:(0,n.get_button_class_name)("ghost"),onClick:o,children:c}),(0,t.jsx)("button",{ref:l,type:"button",className:(0,n.get_button_class_name)("danger"===f?"danger":"primary"),onClick:i,children:u})]})]})]})}let i=(0,r.createContext)(null);e.s(["ConfirmDialogProvider",0,function({children:e}){let[n,o]=(0,r.useState)(null),a=(0,r.useCallback)(e=>new Promise(t=>{o({options:e,resolve:t})}),[]),l=e=>{n?.resolve(e),o(null)};return(0,t.jsxs)(i.Provider,{value:{confirm:a},children:[e,null!==n?(0,t.jsx)(s,{options:n.options,on_confirm:()=>l(!0),on_cancel:()=>l(!1)}):null]})},"use_confirm_dialog",0,function(){let e=(0,r.useContext)(i);if(null===e)throw Error("use_confirm_dialog must be used within ConfirmDialogProvider");return e}],14974)},70223,e=>{"use strict";e.s(["resolve_theme_mode_to_theme",0,function(e){return"light"===e||"dark"===e?e:window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}])},83391,72074,99211,e=>{"use strict";var t=e.i(54710),r=e.i(34416),n=e.i(88680),s=e.i(52663);function i(){return null!==document.querySelector('[role="dialog"][aria-modal="true"]')}e.s(["KeyboardShortcutsDialog",0,function({sections:e,on_close:i}){let o=(0,r.useId)(),a=(0,r.useRef)(null);return(0,r.useEffect)(()=>{a.current?.focus();let e=e=>{"Escape"===e.key&&i()};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[i]),(0,t.jsxs)("div",{className:"fixed inset-0 z-100 flex items-center justify-center p-5",role:"presentation",children:[(0,t.jsx)("button",{type:"button",className:"absolute inset-0 cursor-default border-0 bg-overlay p-0","aria-label":"Dismiss dialog",onClick:i}),(0,t.jsxs)("div",{role:"dialog","aria-modal":"true","aria-labelledby":o,className:"relative z-1 w-full max-w-lg rounded-lg border border-panel-border bg-panel p-5 shadow-md",children:[(0,t.jsx)("h2",{id:o,className:"m-0 text-[1.1rem] font-[650] tracking-tight",children:"Keyboard shortcuts"}),(0,t.jsx)("div",{className:"mt-4 max-h-[min(28rem,70vh)] overflow-y-auto pr-1",children:(0,t.jsx)(n.KeyboardShortcutsContent,{sections:e})}),(0,t.jsx)("div",{className:"mt-5 flex justify-end",children:(0,t.jsx)("button",{ref:a,type:"button",className:(0,s.get_button_class_name)("primary"),onClick:i,children:"Close"})})]})]})}],83391),e.s(["is_modal_dialog_open",0,i],72074),e.s(["use_document_keyboard_shortcuts",0,function(e){let t=(0,r.useRef)(e);t.current=e,(0,r.useEffect)(()=>{let e=e=>{if(!function(e){let t=e.target;if(!(t instanceof HTMLElement))return!1;if(t.isContentEditable)return!0;let r=t.tagName;return"INPUT"===r||"TEXTAREA"===r||"SELECT"===r}(e)&&!i()){for(let r of t.current)if(r.is_available?.()!==!1&&function(e,t){let r=t.modifiers??[],n=r.includes("alt"),s=r.includes("ctrl"),i=r.includes("meta"),o=r.includes("shift");return e.altKey===n&&e.ctrlKey===s&&e.metaKey===i&&e.shiftKey===o&&(1===e.key.length?e.key.toLowerCase():e.key)===(1===t.key.length?t.key.toLowerCase():t.key)}(e,r)){e.preventDefault(),r.action();return}}};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[])}],99211)},54842,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={cancelIdleCallback:function(){return o},requestIdleCallback:function(){return i}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let i="u">typeof self&&self.requestIdleCallback&&self.requestIdleCallback.bind(window)||function(e){let t=Date.now();return self.setTimeout(function(){e({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-t))}})},1)},o="u">typeof self&&self.cancelIdleCallback&&self.cancelIdleCallback.bind(window)||function(e){return clearTimeout(e)};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},83315,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={ESCAPE_REGEX:function(){return o},htmlEscapeAttributeString:function(){return u},htmlEscapeJsonString:function(){return c}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let i={"&":"\\u0026",">":"\\u003e","<":"\\u003c","\u2028":"\\u2028","\u2029":"\\u2029"},o=/[&><\u2028\u2029]/g,a={"&":"&amp;",'"':"&quot;","'":"&#39;","<":"&lt;",">":"&gt;"},l=/[&"'<>]/g;function c(e){return e.replace(o,e=>i[e])}function u(e){return e.replace(l,e=>a[e])}},2263,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return g},handleClientScriptLoad:function(){return T},initScriptLoader:function(){return h}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let i=e.r(81258),o=e.r(44066),a=e.r(54710),l=i._(e.r(47869)),c=o._(e.r(34416)),u=e.r(71982),d=e.r(15181),_=e.r(54842),f=e.r(83315),E=new Map,m=new Set,p=e=>{let{src:t,id:r,onLoad:n=()=>{},onReady:s=null,dangerouslySetInnerHTML:i,children:o="",strategy:a="afterInteractive",onError:c,stylesheets:u}=e,_=r||t;if(_&&m.has(_))return;if(E.has(t)){m.add(_),E.get(t).then(n,c);return}let f=()=>{s&&s(),m.add(_)},p=document.createElement("script"),T=new Promise((e,t)=>{p.addEventListener("load",function(t){e(),n&&n.call(this,t),f()}),p.addEventListener("error",function(e){t(e)})}).catch(function(e){c&&c(e)});i?(p.innerHTML=i.__html||"",f()):o?(p.textContent="string"==typeof o?o:Array.isArray(o)?o.join(""):"",f()):t&&(p.src=t,E.set(t,T)),(0,d.setAttributesFromProps)(p,e),"worker"===a&&p.setAttribute("type","text/partytown"),p.setAttribute("data-nscript",a),u&&(e=>{if(l.default.preinit)return e.forEach(e=>{l.default.preinit(e,{as:"style"})});if("u">typeof window){let t=document.head;e.forEach(e=>{let r=document.createElement("link");r.type="text/css",r.rel="stylesheet",r.href=e,t.appendChild(r)})}})(u),document.body.appendChild(p)};function T(e){let{strategy:t="afterInteractive"}=e;"lazyOnload"===t?window.addEventListener("load",()=>{(0,_.requestIdleCallback)(()=>p(e))}):p(e)}function h(e){e.forEach(T),[...document.querySelectorAll('[data-nscript="beforeInteractive"]'),...document.querySelectorAll('[data-nscript="beforePageRender"]')].forEach(e=>{let t=e.id||e.getAttribute("src");m.add(t)})}function O(e){let{id:t,src:r="",onLoad:n=()=>{},onReady:s=null,strategy:i="afterInteractive",onError:o,stylesheets:d,...E}=e,{updateScripts:T,scripts:h,getIsSsr:O,appDir:g,nonce:S}=(0,c.useContext)(u.HeadManagerContext);S=E.nonce||S;let b=(0,c.useRef)(!1);(0,c.useEffect)(()=>{let e=t||r;b.current||(s&&e&&m.has(e)&&s(),b.current=!0)},[s,t,r]);let y=(0,c.useRef)(!1);if((0,c.useEffect)(()=>{if(!y.current){if("afterInteractive"===i)p(e);else"lazyOnload"===i&&("complete"===document.readyState?(0,_.requestIdleCallback)(()=>p(e)):window.addEventListener("load",()=>{(0,_.requestIdleCallback)(()=>p(e))}));y.current=!0}},[e,i]),("beforeInteractive"===i||"worker"===i)&&(T?(h[i]=(h[i]||[]).concat([{id:t,src:r,onLoad:n,onReady:s,onError:o,...E,nonce:S}]),T(h)):O&&O()?m.add(t||r):O&&!O()&&p({...e,nonce:S})),g){if(d&&d.forEach(e=>{l.default.preinit(e,{as:"style"})}),"beforeInteractive"===i)if(!r)return E.dangerouslySetInnerHTML&&(E.children=E.dangerouslySetInnerHTML.__html,delete E.dangerouslySetInnerHTML),(0,a.jsx)("script",{nonce:S,dangerouslySetInnerHTML:{__html:`(self.__next_s=self.__next_s||[]).push(${(0,f.htmlEscapeJsonString)(JSON.stringify([0,{...E,id:t}]))})`}});else return l.default.preload(r,E.integrity?{as:"script",integrity:E.integrity,nonce:S,crossOrigin:E.crossOrigin}:{as:"script",nonce:S,crossOrigin:E.crossOrigin}),(0,a.jsx)("script",{nonce:S,dangerouslySetInnerHTML:{__html:`(self.__next_s=self.__next_s||[]).push(${(0,f.htmlEscapeJsonString)(JSON.stringify([r,{...E,id:t}]))})`}});"afterInteractive"===i&&r&&l.default.preload(r,E.integrity?{as:"script",integrity:E.integrity,nonce:S,crossOrigin:E.crossOrigin}:{as:"script",nonce:S,crossOrigin:E.crossOrigin})}return null}Object.defineProperty(O,"__nextScript",{value:!0});let g=O;("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},45452,e=>{"use strict";var t=e.i(54710),r=e.i(71060),n=e.i(34416),s=e.i(83391),i=e.i(34995),o=e.i(99211);e.s(["AppKeyboardShortcuts",0,function(){let e=(0,r.usePathname)(),[a,l]=(0,n.useState)(!1),c="/"===e,u=(0,n.useMemo)(()=>c?[]:[{id:"help",label:"?",description:"Show keyboard shortcuts",key:"?",modifiers:["shift"],action:()=>{l(e=>!e)}}],[c]);return((0,o.use_document_keyboard_shortcuts)(u),!a||c)?null:(0,t.jsx)(s.KeyboardShortcutsDialog,{sections:(0,i.get_app_keyboard_shortcut_sections)(),on_close:()=>l(!1)})}])},28302,e=>{"use strict";var t=e.i(54710),r=e.i(71060),n=e.i(34416),s=e.i(89497),i=e.i(83105),o=e.i(32417);e.s(["CloudSyncProvider",0,function({children:e}){let a=(0,r.useRouter)();return(0,n.useEffect)(()=>{if(!(0,o.is_supabase_configured)())return;let e=(0,i.create_browser_supabase_client)(),t=async()=>{let{data:{session:t}}=await e.auth.getSession();if(null===t)return;let r=(0,s.collect_ui_preferences_from_window)(),n=await fetch("/api/ui-preferences");if(!n.ok){Object.keys(r).length>0&&await fetch("/api/ui-preferences",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({preferences:r})});return}for(let[e,t]of Object.entries({...(await n.json()).preferences??{},...r}))try{window.localStorage.setItem(e,t)}catch{}Object.keys(r).length>0&&await fetch("/api/ui-preferences",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({preferences:r})})};t();let{data:{subscription:r}}=e.auth.onAuthStateChange(e=>{"SIGNED_IN"===e&&t().then(()=>{a.refresh()}),"SIGNED_OUT"===e&&a.refresh()});return()=>{r.unsubscribe()}},[a]),(0,t.jsx)(t.Fragment,{children:e})}],28302)},89391,e=>{"use strict";var t=e.i(34416),r=e.i(17798),n=e.i(35434),s=e.i(70223),i=e.i(10464),o=e.i(81553);e.s(["ThemeModeSystemListener",0,function(){return(0,t.useEffect)(()=>{let e=window.matchMedia("(prefers-color-scheme: light)"),t=()=>{if("system"!==i.theme_mode_preference.read())return;let e=(0,s.resolve_theme_mode_to_theme)("system");(0,r.apply_theme)(e),(0,o.write_stored_theme)(e),(0,n.notify_theme_subscribers)()};return e.addEventListener("change",t),()=>{e.removeEventListener("change",t)}},[]),null}])}]);