super-time-tracker-ui 0.1.19 → 0.1.21

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 (411) hide show
  1. package/dist/standalone/next-output/BUILD_ID +1 -1
  2. package/dist/standalone/next-output/app-path-routes-manifest.json +14 -1
  3. package/dist/standalone/next-output/build-manifest.json +8 -8
  4. package/dist/standalone/next-output/prerender-manifest.json +0 -49
  5. package/dist/standalone/next-output/routes-manifest.json +78 -0
  6. package/dist/standalone/next-output/server/app/_global-error/page/build-manifest.json +5 -5
  7. package/dist/standalone/next-output/server/app/_global-error/page.js +1 -1
  8. package/dist/standalone/next-output/server/app/_global-error/page.js.nft.json +1 -1
  9. package/dist/standalone/next-output/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/dist/standalone/next-output/server/app/_global-error.html +1 -1
  11. package/dist/standalone/next-output/server/app/_global-error.rsc +8 -8
  12. package/dist/standalone/next-output/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
  13. package/dist/standalone/next-output/server/app/_global-error.segments/_full.segment.rsc +8 -8
  14. package/dist/standalone/next-output/server/app/_global-error.segments/_head.segment.rsc +4 -4
  15. package/dist/standalone/next-output/server/app/_global-error.segments/_index.segment.rsc +3 -3
  16. package/dist/standalone/next-output/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/dist/standalone/next-output/server/app/_not-found/page/build-manifest.json +5 -5
  18. package/dist/standalone/next-output/server/app/_not-found/page.js +5 -3
  19. package/dist/standalone/next-output/server/app/_not-found/page.js.nft.json +1 -1
  20. package/dist/standalone/next-output/server/app/_not-found/page_client-reference-manifest.js +1 -1
  21. package/dist/standalone/next-output/server/app/api/backup/route.js +1 -2
  22. package/dist/standalone/next-output/server/app/api/backup/route.js.nft.json +1 -1
  23. package/dist/standalone/next-output/server/app/api/entry/delete-bulk/route.js +2 -3
  24. package/dist/standalone/next-output/server/app/api/entry/delete-bulk/route.js.nft.json +1 -1
  25. package/dist/standalone/next-output/server/app/api/entry/move/route.js +2 -3
  26. package/dist/standalone/next-output/server/app/api/entry/move/route.js.nft.json +1 -1
  27. package/dist/standalone/next-output/server/app/api/entry/move-bulk/route.js +2 -3
  28. package/dist/standalone/next-output/server/app/api/entry/move-bulk/route.js.nft.json +1 -1
  29. package/dist/standalone/next-output/server/app/api/entry/route.js +3 -3
  30. package/dist/standalone/next-output/server/app/api/entry/route.js.nft.json +1 -1
  31. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route/app-paths-manifest.json +3 -0
  32. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route/build-manifest.json +9 -0
  33. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route/server-reference-manifest.json +4 -0
  34. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route.js +6 -0
  35. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route.js.nft.json +1 -0
  36. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route_client-reference-manifest.js +3 -0
  37. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route/app-paths-manifest.json +3 -0
  38. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route/build-manifest.json +9 -0
  39. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route/server-reference-manifest.json +4 -0
  40. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route.js +6 -0
  41. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route.js.nft.json +1 -0
  42. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route_client-reference-manifest.js +3 -0
  43. package/dist/standalone/next-output/server/app/api/in/route.js +2 -2
  44. package/dist/standalone/next-output/server/app/api/in/route.js.nft.json +1 -1
  45. package/dist/standalone/next-output/server/app/api/note/route.js +2 -2
  46. package/dist/standalone/next-output/server/app/api/note/route.js.nft.json +1 -1
  47. package/dist/standalone/next-output/server/app/api/out/route.js +2 -2
  48. package/dist/standalone/next-output/server/app/api/out/route.js.nft.json +1 -1
  49. package/dist/standalone/next-output/server/app/api/sheet/active/route/app-paths-manifest.json +3 -0
  50. package/dist/standalone/next-output/server/app/api/sheet/active/route/build-manifest.json +9 -0
  51. package/dist/standalone/next-output/server/app/api/sheet/active/route/server-reference-manifest.json +4 -0
  52. package/dist/standalone/next-output/server/app/api/sheet/active/route.js +7 -0
  53. package/dist/standalone/next-output/server/app/api/sheet/active/route.js.nft.json +1 -0
  54. package/dist/standalone/next-output/server/app/api/sheet/active/route_client-reference-manifest.js +3 -0
  55. package/dist/standalone/next-output/server/app/api/sheet/route.js +2 -3
  56. package/dist/standalone/next-output/server/app/api/sheet/route.js.nft.json +1 -1
  57. package/dist/standalone/next-output/server/app/api/state/route.js +2 -3
  58. package/dist/standalone/next-output/server/app/api/state/route.js.nft.json +1 -1
  59. package/dist/standalone/next-output/server/app/api/sync/import/route.js +1 -1
  60. package/dist/standalone/next-output/server/app/api/sync/import/route.js.nft.json +1 -1
  61. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route/app-paths-manifest.json +3 -0
  62. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route/build-manifest.json +9 -0
  63. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route/server-reference-manifest.json +4 -0
  64. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route.js +7 -0
  65. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route.js.nft.json +1 -0
  66. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route_client-reference-manifest.js +3 -0
  67. package/dist/standalone/next-output/server/app/api/sync/pull/route.js +1 -1
  68. package/dist/standalone/next-output/server/app/api/sync/pull/route.js.nft.json +1 -1
  69. package/dist/standalone/next-output/server/app/api/sync/push/route.js +1 -1
  70. package/dist/standalone/next-output/server/app/api/sync/push/route.js.nft.json +1 -1
  71. package/dist/standalone/next-output/server/app/api/sync/status/route.js +1 -1
  72. package/dist/standalone/next-output/server/app/api/sync/status/route.js.nft.json +1 -1
  73. package/dist/standalone/next-output/server/app/api/tags/route.js +1 -2
  74. package/dist/standalone/next-output/server/app/api/tags/route.js.nft.json +1 -1
  75. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route/app-paths-manifest.json +3 -0
  76. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route/build-manifest.json +9 -0
  77. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route/server-reference-manifest.json +4 -0
  78. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route.js +7 -0
  79. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route.js.nft.json +1 -0
  80. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route_client-reference-manifest.js +3 -0
  81. package/dist/standalone/next-output/server/app/api/ui-preferences/route.js +1 -1
  82. package/dist/standalone/next-output/server/app/api/ui-preferences/route.js.nft.json +1 -1
  83. package/dist/standalone/next-output/server/app/auth/callback/route.js +1 -1
  84. package/dist/standalone/next-output/server/app/auth/callback/route.js.nft.json +1 -1
  85. package/dist/standalone/next-output/server/app/login/page/build-manifest.json +5 -5
  86. package/dist/standalone/next-output/server/app/login/page.js +5 -3
  87. package/dist/standalone/next-output/server/app/login/page.js.nft.json +1 -1
  88. package/dist/standalone/next-output/server/app/login/page_client-reference-manifest.js +1 -1
  89. package/dist/standalone/next-output/server/app/offline/page/app-paths-manifest.json +3 -0
  90. package/dist/standalone/next-output/server/app/offline/page/build-manifest.json +17 -0
  91. package/dist/standalone/next-output/server/app/offline/page/next-font-manifest.json +11 -0
  92. package/dist/standalone/next-output/server/app/offline/page/react-loadable-manifest.json +1 -0
  93. package/dist/standalone/next-output/server/app/offline/page/server-reference-manifest.json +4 -0
  94. package/dist/standalone/next-output/server/app/offline/page.js +16 -0
  95. package/dist/standalone/next-output/server/app/offline/page.js.nft.json +1 -0
  96. package/dist/standalone/next-output/server/app/offline/page_client-reference-manifest.js +3 -0
  97. package/dist/standalone/next-output/server/app/page/build-manifest.json +5 -5
  98. package/dist/standalone/next-output/server/app/page.js +6 -4
  99. package/dist/standalone/next-output/server/app/page.js.nft.json +1 -1
  100. package/dist/standalone/next-output/server/app/page_client-reference-manifest.js +1 -1
  101. package/dist/standalone/next-output/server/app/pomodoro/page/app-paths-manifest.json +3 -0
  102. package/dist/standalone/next-output/server/app/pomodoro/page/build-manifest.json +17 -0
  103. package/dist/standalone/next-output/server/app/pomodoro/page/next-font-manifest.json +11 -0
  104. package/dist/standalone/next-output/server/app/pomodoro/page/react-loadable-manifest.json +1 -0
  105. package/dist/standalone/next-output/server/app/pomodoro/page/server-reference-manifest.json +4 -0
  106. package/dist/standalone/next-output/server/app/pomodoro/page.js +16 -0
  107. package/dist/standalone/next-output/server/app/pomodoro/page.js.nft.json +1 -0
  108. package/dist/standalone/next-output/server/app/pomodoro/page_client-reference-manifest.js +3 -0
  109. package/dist/standalone/next-output/server/app/register/page/build-manifest.json +5 -5
  110. package/dist/standalone/next-output/server/app/register/page.js +5 -3
  111. package/dist/standalone/next-output/server/app/register/page.js.nft.json +1 -1
  112. package/dist/standalone/next-output/server/app/register/page_client-reference-manifest.js +1 -1
  113. package/dist/standalone/next-output/server/app/reporting/page/build-manifest.json +5 -5
  114. package/dist/standalone/next-output/server/app/reporting/page.js +6 -5
  115. package/dist/standalone/next-output/server/app/reporting/page.js.nft.json +1 -1
  116. package/dist/standalone/next-output/server/app/reporting/page_client-reference-manifest.js +1 -1
  117. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page/app-paths-manifest.json +3 -0
  118. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page/build-manifest.json +17 -0
  119. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page/next-font-manifest.json +11 -0
  120. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page/react-loadable-manifest.json +1 -0
  121. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page/server-reference-manifest.json +4 -0
  122. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page.js +16 -0
  123. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page.js.nft.json +1 -0
  124. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page_client-reference-manifest.js +3 -0
  125. package/dist/standalone/next-output/server/app/settings/cloud-sync/page/app-paths-manifest.json +3 -0
  126. package/dist/standalone/next-output/server/app/settings/cloud-sync/page/build-manifest.json +17 -0
  127. package/dist/standalone/next-output/server/app/settings/cloud-sync/page/next-font-manifest.json +11 -0
  128. package/dist/standalone/next-output/server/app/settings/cloud-sync/page/react-loadable-manifest.json +1 -0
  129. package/dist/standalone/next-output/server/app/settings/cloud-sync/page/server-reference-manifest.json +4 -0
  130. package/dist/standalone/next-output/server/app/settings/cloud-sync/page.js +16 -0
  131. package/dist/standalone/next-output/server/app/settings/cloud-sync/page.js.nft.json +1 -0
  132. package/dist/standalone/next-output/server/app/settings/cloud-sync/page_client-reference-manifest.js +3 -0
  133. package/dist/standalone/next-output/server/app/settings/data/page/build-manifest.json +5 -5
  134. package/dist/standalone/next-output/server/app/settings/data/page.js +6 -4
  135. package/dist/standalone/next-output/server/app/settings/data/page.js.nft.json +1 -1
  136. package/dist/standalone/next-output/server/app/settings/data/page_client-reference-manifest.js +1 -1
  137. package/dist/standalone/next-output/server/app/settings/display/page/build-manifest.json +5 -5
  138. package/dist/standalone/next-output/server/app/settings/display/page.js +5 -3
  139. package/dist/standalone/next-output/server/app/settings/display/page.js.nft.json +1 -1
  140. package/dist/standalone/next-output/server/app/settings/display/page_client-reference-manifest.js +1 -1
  141. package/dist/standalone/next-output/server/app/settings/goals/page/app-paths-manifest.json +3 -0
  142. package/dist/standalone/next-output/server/app/settings/goals/page/build-manifest.json +17 -0
  143. package/dist/standalone/next-output/server/app/settings/goals/page/next-font-manifest.json +11 -0
  144. package/dist/standalone/next-output/server/app/settings/goals/page/react-loadable-manifest.json +1 -0
  145. package/dist/standalone/next-output/server/app/settings/goals/page/server-reference-manifest.json +4 -0
  146. package/dist/standalone/next-output/server/app/settings/goals/page.js +16 -0
  147. package/dist/standalone/next-output/server/app/settings/goals/page.js.nft.json +1 -0
  148. package/dist/standalone/next-output/server/app/settings/goals/page_client-reference-manifest.js +3 -0
  149. package/dist/standalone/next-output/server/app/settings/page/build-manifest.json +5 -5
  150. package/dist/standalone/next-output/server/app/settings/page.js +6 -5
  151. package/dist/standalone/next-output/server/app/settings/page.js.nft.json +1 -1
  152. package/dist/standalone/next-output/server/app/settings/page_client-reference-manifest.js +1 -1
  153. package/dist/standalone/next-output/server/app/settings/pomodoro/page/app-paths-manifest.json +3 -0
  154. package/dist/standalone/next-output/server/app/settings/pomodoro/page/build-manifest.json +17 -0
  155. package/dist/standalone/next-output/server/app/settings/pomodoro/page/next-font-manifest.json +11 -0
  156. package/dist/standalone/next-output/server/app/settings/pomodoro/page/react-loadable-manifest.json +1 -0
  157. package/dist/standalone/next-output/server/app/settings/pomodoro/page/server-reference-manifest.json +4 -0
  158. package/dist/standalone/next-output/server/app/settings/pomodoro/page.js +16 -0
  159. package/dist/standalone/next-output/server/app/settings/pomodoro/page.js.nft.json +1 -0
  160. package/dist/standalone/next-output/server/app/settings/pomodoro/page_client-reference-manifest.js +3 -0
  161. package/dist/standalone/next-output/server/app/settings/tags/page/build-manifest.json +5 -5
  162. package/dist/standalone/next-output/server/app/settings/tags/page.js +6 -5
  163. package/dist/standalone/next-output/server/app/settings/tags/page.js.nft.json +1 -1
  164. package/dist/standalone/next-output/server/app/settings/tags/page_client-reference-manifest.js +1 -1
  165. package/dist/standalone/next-output/server/app/sheets/page/app-paths-manifest.json +3 -0
  166. package/dist/standalone/next-output/server/app/sheets/page/build-manifest.json +17 -0
  167. package/dist/standalone/next-output/server/app/sheets/page/next-font-manifest.json +11 -0
  168. package/dist/standalone/next-output/server/app/sheets/page/react-loadable-manifest.json +1 -0
  169. package/dist/standalone/next-output/server/app/sheets/page/server-reference-manifest.json +4 -0
  170. package/dist/standalone/next-output/server/app/sheets/page.js +16 -0
  171. package/dist/standalone/next-output/server/app/sheets/page.js.nft.json +1 -0
  172. package/dist/standalone/next-output/server/app/sheets/page_client-reference-manifest.js +3 -0
  173. package/dist/standalone/next-output/server/app/today/page/app-paths-manifest.json +3 -0
  174. package/dist/standalone/next-output/server/app/today/page/build-manifest.json +17 -0
  175. package/dist/standalone/next-output/server/app/today/page/next-font-manifest.json +11 -0
  176. package/dist/standalone/next-output/server/app/today/page/react-loadable-manifest.json +1 -0
  177. package/dist/standalone/next-output/server/app/today/page/server-reference-manifest.json +4 -0
  178. package/dist/standalone/next-output/server/app/today/page.js +16 -0
  179. package/dist/standalone/next-output/server/app/today/page.js.nft.json +1 -0
  180. package/dist/standalone/next-output/server/app/today/page_client-reference-manifest.js +3 -0
  181. package/dist/standalone/next-output/server/app-paths-manifest.json +14 -1
  182. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0-xbdkv._.js +3 -0
  183. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0.ztg_g._.js +3 -0
  184. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__00_xlkl._.js +3 -0
  185. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__01dpndl._.js +3 -0
  186. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__02io6cv._.js +3 -0
  187. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__07sy349._.js +3 -0
  188. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0a7wn1j._.js +3 -0
  189. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0ebiisd._.js +3 -0
  190. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0g~~yai._.js +3 -0
  191. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0ixkum3._.js +3 -0
  192. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0knbeau._.js +3 -0
  193. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0l9xtqh._.js +3 -0
  194. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0o1mjxc._.js +3 -0
  195. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0qxlpdo._.js +3 -0
  196. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0s7i732._.js +3 -0
  197. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0wtdkb3._.js +3 -0
  198. package/dist/standalone/next-output/server/chunks/{[root-of-the-server]__02~w0lb._.js → [root-of-the-server]__0z74go2._.js} +2 -2
  199. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0~zviro._.js +3 -0
  200. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__13n2uo8._.js +3 -0
  201. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__13w~fds._.js +3 -0
  202. package/dist/standalone/next-output/server/chunks/_0vvs4p8._.js +3 -0
  203. package/dist/standalone/next-output/server/chunks/_0vzosja._.js +3 -0
  204. package/dist/standalone/next-output/server/chunks/_0y.amf.._.js +3 -0
  205. package/dist/standalone/next-output/server/chunks/_0ysbhok._.js +3 -0
  206. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_entry_suggest-description_route_actions_0cdw2b0.js +3 -0
  207. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_focus-nudges_status_route_actions_0eit0d3.js +3 -0
  208. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sheet_active_route_actions_0vwkhw..js +3 -0
  209. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_merge-on-load_route_actions_0yu2xg-.js +3 -0
  210. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_ui-preferences_merge-on-load_route_actions_06ep~.j.js +3 -0
  211. package/dist/standalone/next-output/server/chunks/ssr/0elt_date-fns_format_0j.rx2u.js +3 -0
  212. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_0pyvy-l._.js +6 -0
  213. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_04bpslp._.js +1 -1
  214. package/dist/standalone/next-output/server/chunks/ssr/{0z~i_next_dist_0u6ij0z._.js → 0z~i_next_dist_0kux32m._.js} +2 -2
  215. package/dist/standalone/next-output/server/chunks/ssr/{_0vrl3h2._.js → 0z~i_next_dist_0s-rnzm._.js} +2 -2
  216. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0-6~y~c.js +4 -0
  217. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_01origm.js +4 -0
  218. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_03p53oc.js +4 -0
  219. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_06-a75g.js +4 -0
  220. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_08fopnn.js +4 -0
  221. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_09dgn0-.js +4 -0
  222. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0smfg-k.js +4 -0
  223. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0ufhb2c.js +4 -0
  224. package/dist/standalone/next-output/server/chunks/ssr/{[root-of-the-server]__12q4x7c._.js → [root-of-the-server]__03mtg~.._.js} +2 -2
  225. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__04rw9_a._.js +3 -0
  226. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__06tjg41._.js +3 -0
  227. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__08321hx._.js +3 -0
  228. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0c.ljsw._.js +3 -0
  229. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0d6d7oj._.js +3 -0
  230. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ddge-d._.js +3 -0
  231. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0jx47wg._.js +3 -0
  232. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ljly6c._.js +3 -0
  233. package/dist/standalone/next-output/server/chunks/ssr/{[root-of-the-server]__0p74awc._.js → [root-of-the-server]__0n8s9zq._.js} +2 -2
  234. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0px9gk1._.js +3 -0
  235. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0qfxx_p._.js +3 -0
  236. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0t-0r_3._.js +3 -0
  237. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ue-tr6._.js +3 -0
  238. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0v7ghh2._.js +3 -0
  239. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0wmfvtj._.js +3 -0
  240. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0zxgb-a._.js +3 -0
  241. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0~t0puh._.js +3 -0
  242. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__10r4pdz._.js +3 -0
  243. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__11i.wpb._.js +3 -0
  244. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__12y1a.s._.js +3 -0
  245. package/dist/standalone/next-output/server/chunks/ssr/_00_8gfw._.js +3 -0
  246. package/dist/standalone/next-output/server/chunks/ssr/_00x~ete._.js +3 -0
  247. package/dist/standalone/next-output/server/chunks/ssr/_059wg4v._.js +3 -0
  248. package/dist/standalone/next-output/server/chunks/ssr/_08iak5j._.js +3 -0
  249. package/dist/standalone/next-output/server/chunks/ssr/_09-_33p._.js +3 -0
  250. package/dist/standalone/next-output/server/chunks/ssr/_0_aptb7._.js +3 -0
  251. package/dist/standalone/next-output/server/chunks/ssr/_0_k2414._.js +3 -0
  252. package/dist/standalone/next-output/server/chunks/ssr/_0a899fn._.js +3 -0
  253. package/dist/standalone/next-output/server/chunks/ssr/_0axgv9-._.js +3 -0
  254. package/dist/standalone/next-output/server/chunks/ssr/_0ceu~9f._.js +3 -0
  255. package/dist/standalone/next-output/server/chunks/ssr/_0hs4c5u._.js +3 -0
  256. package/dist/standalone/next-output/server/chunks/ssr/_0i4.n_a._.js +3 -0
  257. package/dist/standalone/next-output/server/chunks/ssr/_0k06nbl._.js +61 -0
  258. package/dist/standalone/next-output/server/chunks/ssr/_0ks2fqx._.js +3 -0
  259. package/dist/standalone/next-output/server/chunks/ssr/_0n4osnj._.js +3 -0
  260. package/dist/standalone/next-output/server/chunks/ssr/_0nz4ym1._.js +3 -0
  261. package/dist/standalone/next-output/server/chunks/ssr/{_0j.-r89._.js → _0r_7~d.._.js} +3 -3
  262. package/dist/standalone/next-output/server/chunks/ssr/_0st.s39._.js +3 -0
  263. package/dist/standalone/next-output/server/chunks/ssr/_0u8~h8i._.js +3 -0
  264. package/dist/standalone/next-output/server/chunks/ssr/_0wg9~zr._.js +3 -0
  265. package/dist/standalone/next-output/server/chunks/ssr/_0xrc5.~._.js +3 -0
  266. package/dist/standalone/next-output/server/chunks/ssr/_0ybsqe1._.js +3 -0
  267. package/dist/standalone/next-output/server/chunks/ssr/_0ycs85o._.js +3 -0
  268. package/dist/standalone/next-output/server/chunks/ssr/_0zk9gtm._.js +3 -0
  269. package/dist/standalone/next-output/server/chunks/ssr/_11d2qve._.js +3 -0
  270. package/dist/standalone/next-output/server/chunks/ssr/_138a8mc._.js +3 -0
  271. package/dist/standalone/next-output/server/chunks/ssr/_13crob-._.js +3 -0
  272. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_offline_page_actions_0j41zoc.js +3 -0
  273. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_pomodoro_page_actions_0o205w3.js +3 -0
  274. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_settings_ai-suggestions_page_actions_0p0rvha.js +3 -0
  275. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_settings_cloud-sync_page_actions_0ld6e8p.js +3 -0
  276. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_settings_goals_page_actions_0qqx~n2.js +3 -0
  277. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_settings_pomodoro_page_actions_0gky.2e.js +3 -0
  278. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_sheets_page_actions_0cqf0.l.js +3 -0
  279. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_today_page_actions_0of2-iy.js +3 -0
  280. package/dist/standalone/next-output/server/chunks/ssr/components_0rm~268._.js +3 -0
  281. package/dist/standalone/next-output/server/chunks/ssr/components_reporting-view_tsx_0-0ofcv._.js +1 -1
  282. package/dist/standalone/next-output/server/chunks/ssr/components_tracker-app_tsx_0qs9.7y._.js +1 -1
  283. package/dist/standalone/next-output/server/chunks/ssr/lib_0c0z4q-._.js +3 -0
  284. package/dist/standalone/next-output/server/chunks/ssr/{0z~i_next_dist_client_components_0247lue._.js → node_modules__pnpm_0u1tjhh._.js} +2 -2
  285. package/dist/standalone/next-output/server/middleware-build-manifest.js +8 -8
  286. package/dist/standalone/next-output/server/middleware-manifest.json +1 -1
  287. package/dist/standalone/next-output/server/next-font-manifest.js +1 -1
  288. package/dist/standalone/next-output/server/next-font-manifest.json +32 -0
  289. package/dist/standalone/next-output/server/pages/500.html +1 -1
  290. package/dist/standalone/next-output/server/pages-manifest.json +0 -1
  291. package/dist/standalone/next-output/static/chunks/0.--_5xgw~jq3.js +1 -0
  292. package/dist/standalone/next-output/static/chunks/00~ilmka-h85i.js +1 -0
  293. package/dist/standalone/next-output/static/chunks/01f_tq~9x~8zv.js +1 -0
  294. package/dist/standalone/next-output/static/chunks/01h-_jcedsju8.js +1 -0
  295. package/dist/standalone/next-output/static/chunks/03flgrd7bw9r5.js +1 -0
  296. package/dist/standalone/next-output/static/chunks/04_2jzw-uhhu0.js +2 -0
  297. package/dist/standalone/next-output/static/chunks/{04i7.d4zi~oe6.js → 04zgidsnwp2rr.js} +14 -14
  298. package/dist/standalone/next-output/static/chunks/06u43x9tl391w.js +1 -0
  299. package/dist/standalone/next-output/static/chunks/0beicab6wjk6i.js +1 -0
  300. package/dist/standalone/next-output/static/chunks/0d7jhm_3u1qc8.js +1 -0
  301. package/dist/standalone/next-output/static/chunks/0jf22qg9qg-gc.js +1 -0
  302. package/dist/standalone/next-output/static/chunks/0jmzwpfmnsd3v.js +1 -0
  303. package/dist/standalone/next-output/static/chunks/{0n~v8~rri7~t2.js → 0lgo02csmvyps.js} +1 -1
  304. package/dist/standalone/next-output/static/chunks/0l~uil8w-ewlm.js +1 -0
  305. package/dist/standalone/next-output/static/chunks/0n2~cs.u7bygu.js +1 -0
  306. package/dist/standalone/next-output/static/chunks/0p-_potvb-of4.js +1 -0
  307. package/dist/standalone/next-output/static/chunks/0pad.4ycu.c9a.js +1 -0
  308. package/dist/standalone/next-output/static/chunks/0r_p~8b~slwz6.js +1 -0
  309. package/dist/standalone/next-output/static/chunks/0uqa2icli2jfg.js +1 -0
  310. package/dist/standalone/next-output/static/chunks/0wwa4vyavaj9y.js +1 -0
  311. package/dist/standalone/next-output/static/chunks/0yi4m~~80yeqj.js +1 -0
  312. package/dist/standalone/next-output/static/chunks/0yl69md~v-u0j.js +1 -0
  313. package/dist/standalone/next-output/static/chunks/0ztw.xdr4egi9.js +4 -0
  314. package/dist/standalone/next-output/static/chunks/0zx~44x9cv897.js +31 -0
  315. package/dist/standalone/next-output/static/chunks/145wpjuqytc0-.js +1 -0
  316. package/dist/standalone/next-output/static/chunks/16mdccb8.20ou.css +3 -0
  317. package/dist/standalone/next-output/static/chunks/16unuw80qbxmx.js +1 -0
  318. package/dist/standalone/next-output/static/chunks/18c9gg_1a7.0p.js +1 -0
  319. package/dist/standalone/next-output/static/chunks/{turbopack-0st0r~j~gn7ke.js → turbopack-09e2mm19twlrw.js} +1 -1
  320. package/dist/standalone/package.json +1 -1
  321. package/dist/standalone/public/icons/pwa-icon-192.svg +6 -0
  322. package/dist/standalone/public/icons/pwa-icon-512.svg +6 -0
  323. package/dist/standalone/public/manifest.webmanifest +30 -0
  324. package/dist/standalone/public/sw.js +144 -0
  325. package/package.json +1 -1
  326. package/dist/standalone/next-output/server/app/_not-found.html +0 -1
  327. package/dist/standalone/next-output/server/app/_not-found.meta +0 -16
  328. package/dist/standalone/next-output/server/app/_not-found.rsc +0 -26
  329. package/dist/standalone/next-output/server/app/_not-found.segments/_full.segment.rsc +0 -26
  330. package/dist/standalone/next-output/server/app/_not-found.segments/_head.segment.rsc +0 -6
  331. package/dist/standalone/next-output/server/app/_not-found.segments/_index.segment.rsc +0 -11
  332. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +0 -5
  333. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found.segment.rsc +0 -5
  334. package/dist/standalone/next-output/server/app/_not-found.segments/_tree.segment.rsc +0 -2
  335. package/dist/standalone/next-output/server/app/settings/display.html +0 -1
  336. package/dist/standalone/next-output/server/app/settings/display.meta +0 -16
  337. package/dist/standalone/next-output/server/app/settings/display.rsc +0 -44
  338. package/dist/standalone/next-output/server/app/settings/display.segments/_full.segment.rsc +0 -44
  339. package/dist/standalone/next-output/server/app/settings/display.segments/_head.segment.rsc +0 -6
  340. package/dist/standalone/next-output/server/app/settings/display.segments/_index.segment.rsc +0 -11
  341. package/dist/standalone/next-output/server/app/settings/display.segments/_tree.segment.rsc +0 -4
  342. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display/__PAGE__.segment.rsc +0 -20
  343. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display.segment.rsc +0 -5
  344. package/dist/standalone/next-output/server/app/settings/display.segments/settings.segment.rsc +0 -5
  345. package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_0213rdf.js +0 -3
  346. package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_03g03g4.js +0 -3
  347. package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_03tgdq_.js +0 -3
  348. package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_04pkg4k.js +0 -3
  349. package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_04xu.yc.js +0 -3
  350. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0-vx9fd._.js +0 -3
  351. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0.pes14._.js +0 -3
  352. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__01gv623._.js +0 -3
  353. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__07steou._.js +0 -3
  354. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0_iol1b._.js +0 -3
  355. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0czppph._.js +0 -3
  356. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0j0740e._.js +0 -3
  357. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0jki.34._.js +0 -3
  358. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0p-frp1._.js +0 -3
  359. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0p1kxjf._.js +0 -3
  360. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0rqulo~._.js +0 -3
  361. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__12h-035._.js +0 -3
  362. package/dist/standalone/next-output/server/chunks/_0..mseh._.js +0 -3
  363. package/dist/standalone/next-output/server/chunks/_0900_l.._.js +0 -3
  364. package/dist/standalone/next-output/server/chunks/_0it7w3b._.js +0 -3
  365. package/dist/standalone/next-output/server/chunks/_0oz1whe._.js +0 -3
  366. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__00t2myd._.js +0 -3
  367. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__01coapr._.js +0 -3
  368. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__045~xw2._.js +0 -3
  369. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0mc.wxv._.js +0 -3
  370. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0mjp16u._.js +0 -3
  371. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ucb5c~._.js +0 -3
  372. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0urz1s3._.js +0 -3
  373. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0uw_dut._.js +0 -3
  374. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0wm37im._.js +0 -3
  375. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__113akjz._.js +0 -3
  376. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__13dr511._.js +0 -3
  377. package/dist/standalone/next-output/server/chunks/ssr/_0.-wxz~._.js +0 -3
  378. package/dist/standalone/next-output/server/chunks/ssr/_01xe83y._.js +0 -64
  379. package/dist/standalone/next-output/server/chunks/ssr/_02np35c._.js +0 -3
  380. package/dist/standalone/next-output/server/chunks/ssr/_03kx6a3._.js +0 -64
  381. package/dist/standalone/next-output/server/chunks/ssr/_06.f~a.._.js +0 -3
  382. package/dist/standalone/next-output/server/chunks/ssr/_06yb2en._.js +0 -3
  383. package/dist/standalone/next-output/server/chunks/ssr/_0iqbilg._.js +0 -64
  384. package/dist/standalone/next-output/server/chunks/ssr/_0ox~9uu._.js +0 -3
  385. package/dist/standalone/next-output/server/chunks/ssr/_0x1bw~i._.js +0 -3
  386. package/dist/standalone/next-output/server/chunks/ssr/_0ykqba1._.js +0 -3
  387. package/dist/standalone/next-output/server/chunks/ssr/_0zp.x0b._.js +0 -3
  388. package/dist/standalone/next-output/server/chunks/ssr/components_0mwejmt._.js +0 -3
  389. package/dist/standalone/next-output/server/chunks/ssr/components_109-aj4._.js +0 -3
  390. package/dist/standalone/next-output/server/chunks/ssr/lib_0x8xvli._.js +0 -3
  391. package/dist/standalone/next-output/server/pages/404.html +0 -1
  392. package/dist/standalone/next-output/static/chunks/01mevzl3z5cgt.js +0 -1
  393. package/dist/standalone/next-output/static/chunks/05161-t.3egqv.js +0 -4
  394. package/dist/standalone/next-output/static/chunks/0708yw9dysifo.js +0 -2
  395. package/dist/standalone/next-output/static/chunks/0_ksz4lai0fyf.js +0 -1
  396. package/dist/standalone/next-output/static/chunks/0b41d5ys.-f0z.js +0 -1
  397. package/dist/standalone/next-output/static/chunks/0dap7q~qaakti.js +0 -1
  398. package/dist/standalone/next-output/static/chunks/0e9-u5vmtujdj.js +0 -1
  399. package/dist/standalone/next-output/static/chunks/0g7b1~gza1y3a.js +0 -1
  400. package/dist/standalone/next-output/static/chunks/0h-q8kc3tbcj8.js +0 -1
  401. package/dist/standalone/next-output/static/chunks/0koldw9zjijry.js +0 -31
  402. package/dist/standalone/next-output/static/chunks/0pyyx.xdi5hi-.js +0 -1
  403. package/dist/standalone/next-output/static/chunks/0t2dqc8t4.4r~.js +0 -1
  404. package/dist/standalone/next-output/static/chunks/0uezeykgodd86.js +0 -1
  405. package/dist/standalone/next-output/static/chunks/0wf_vm8b1-jq3.js +0 -1
  406. package/dist/standalone/next-output/static/chunks/0y833~et3ssz2.js +0 -1
  407. package/dist/standalone/next-output/static/chunks/0yxiwfqfaqly7.css +0 -3
  408. package/dist/standalone/next-output/static/chunks/10ey~m_2o0rlr.js +0 -1
  409. /package/dist/standalone/next-output/static/{DquhSHeykhjs4ylW6BQ87 → uDCGSwlW4NbB5dHgt5rHB}/_buildManifest.js +0 -0
  410. /package/dist/standalone/next-output/static/{DquhSHeykhjs4ylW6BQ87 → uDCGSwlW4NbB5dHgt5rHB}/_clientMiddlewareManifest.js +0 -0
  411. /package/dist/standalone/next-output/static/{DquhSHeykhjs4ylW6BQ87 → uDCGSwlW4NbB5dHgt5rHB}/_ssgManifest.js +0 -0
@@ -0,0 +1,3 @@
1
+ module.exports=[28958,a=>{"use strict";a.s(["write_document_preference_cookies",0,function(a){if("u"<typeof document)return;let b="path=/; max-age=31536000; SameSite=Lax";void 0!==a.theme_mode&&(document.cookie=`stt-theme-mode=${a.theme_mode}; ${b}`),void 0!==a.theme&&(document.cookie=`stt-theme=${a.theme}; ${b}`),void 0!==a.palette&&(document.cookie=`stt-palette=${a.palette}; ${b}`),void 0!==a.compact_lists&&(document.cookie=`stt-compact-lists=${a.compact_lists?"true":"false"}; ${b}`)}],28958)},26846,a=>{"use strict";var b=a.i(82508),c=a.i(34542),d=a.i(9301),e=a.i(63577),f=a.i(7048);a.s(["use_supabase_auth_session",0,function(){let a=(0,b.useRouter)(),[g,h]=(0,c.useState)(null),[i,j]=(0,c.useState)(!1),k=(0,e.is_supabase_configured)();return(0,c.useEffect)(()=>{if(!k)return;let a=(0,d.create_browser_supabase_client)();a.auth.getSession().then(({data:{session:a}})=>{h(a?.user.email??null)}).catch(()=>{h(null)});let{data:{subscription:b}}=a.auth.onAuthStateChange((a,b)=>{h(b?.user.email??null)});return()=>{b.unsubscribe()}},[k]),{is_configured:k,email:g,is_pending:i,sign_out:(0,c.useCallback)(async()=>{j(!0);try{await fetch("/api/auth/signout",{method:"POST"});let b=(0,d.create_browser_supabase_client)();await b.auth.signOut().catch(()=>{}),(0,f.notify_settings_saved)("Signed out"),a.refresh()}finally{j(!1)}},[a])}}])},61995,41194,a=>{"use strict";var b=a.i(39752),c=a.i(62988),d=a.i(82508);let e=[{href:"/",label:"Tracker",match:a=>"/"===a},{href:"/today",label:"Today",match:a=>a.startsWith("/today")},{href:"/pomodoro",label:"Pomodoro",match:a=>a.startsWith("/pomodoro")},{href:"/sheets",label:"Sheets",match:a=>a.startsWith("/sheets")},{href:"/reporting",label:"Reporting",match:a=>a.startsWith("/reporting")}];function f(){return(0,b.jsx)("svg",{className:"block h-4 w-4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,b.jsx)("path",{d:"M17.5 19a4.5 4.5 0 0 0 0-9 6.5 6.5 0 0 0-12.6 1.5A4 4 0 0 0 6 19h11.5z"})})}a.s(["TrackerNavLinks",0,function(){let a=(0,d.usePathname)()??"/";return(0,b.jsx)("div",{className:"scrollbar-none flex min-w-0 flex-1 items-center gap-1 overflow-x-auto whitespace-nowrap py-0.5 [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden min-[980px]:overflow-visible",children:e.map(d=>{let e=d.match(a);return(0,b.jsx)(c.default,{className:`rounded-full px-3 py-1.5 text-[0.85rem] font-semibold no-underline transition-colors duration-150 shrink-0 ${e?"bg-accent-soft text-foreground":"text-muted hover:bg-surface-hover hover:text-foreground"}`,href:d.href,"aria-current":e?"page":void 0,children:d.label},d.href)})})}],61995);var g=a.i(26846);a.s(["TopbarCloudStatus",0,function(){let{email:a,is_configured:c}=(0,g.use_supabase_auth_session)();return c&&null!==a?(0,b.jsxs)("div",{className:"group relative flex items-center",children:[(0,b.jsx)("span",{className:"inline-flex h-8 w-8 items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-accent","aria-label":`Cloud sync active for ${a}`,role:"img",children:(0,b.jsx)(f,{})}),(0,b.jsx)("div",{role:"tooltip",className:"pointer-events-none absolute right-0 top-full z-50 mt-1.5 w-max max-w-[min(18rem,calc(100vw-2.5rem))] opacity-0 transition-opacity duration-150 group-hover:opacity-100 group-focus-within:opacity-100",children:(0,b.jsxs)("div",{className:"rounded-md border border-panel-border bg-panel px-2.5 py-1.5 shadow-md",children:[(0,b.jsx)("p",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted",children:"Signed in as"}),(0,b.jsx)("p",{className:"m-0 max-w-[16rem] truncate text-[0.82rem] font-medium",title:a,children:a})]})})]}):null}],41194)},34435,a=>{"use strict";var b=a.i(39752);a.s(["HamburgerIcon",0,function(){return(0,b.jsxs)("svg",{className:"block h-4 w-4 text-muted",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:[(0,b.jsx)("path",{d:"M4 7h16"}),(0,b.jsx)("path",{d:"M4 12h16"}),(0,b.jsx)("path",{d:"M4 17h16"})]})}])},41615,a=>{"use strict";a.s(["build_auth_page_href",0,function(a,b){let c="sign_in"===a?"/login":"/register",d=b.trim();return 0===d.length||"/"===d?c:`${c}?next=${encodeURIComponent(d)}`}])},81764,34569,a=>{"use strict";a.s(["apply_theme",0,function(a){document.documentElement.setAttribute("data-theme",a)}],81764);var b=a.i(72958);a.s(["write_stored_theme",0,function(a){try{window.localStorage.setItem("super-time-tracker-theme",a),(0,b.schedule_ui_preferences_cloud_sync)()}catch{}}],34569)},65020,84089,22592,a=>{"use strict";var b=a.i(52345),c=a.i(70827);let d=(0,b.create_ui_preference_store)({storage_key:c.CLOUD_SYNC_ENABLED_STORAGE_KEY,default_value:c.CLOUD_SYNC_ENABLED_DEFAULT,is_valid:a=>"true"===a||"false"===a});function e(){return"u"<typeof document?"dark":"light"===document.documentElement.getAttribute("data-theme")?"light":"dark"}a.s(["cloud_sync_enabled_preference",0,d],65020),a.s(["get_theme_server_snapshot",0,function(){return"dark"},"get_theme_snapshot",0,function(){return e()}],84089);var f=a.i(81764),g=a.i(7048),h=a.i(29698),i=a.i(44103),j=a.i(28958),k=a.i(34569);a.s(["toggle_theme",0,function(){let a="dark"===e()?"light":"dark";(0,f.apply_theme)(a),(0,k.write_stored_theme)(a),h.theme_mode_preference.write(a),(0,j.write_document_preference_cookies)({theme_mode:a,theme:a}),h.theme_mode_preference.notify(),(0,i.notify_theme_subscribers)(),(0,g.notify_settings_saved)()}],22592)},96359,a=>{"use strict";var b=a.i(34542),c=a.i(46299);a.s(["use_escape_to_cancel",0,function(a,d=!0){let e=(0,b.useRef)(a);e.current=a,(0,b.useEffect)(()=>{if(!d)return;let a=a=>{"Escape"!==a.key||(0,c.is_modal_dialog_open)()||(a.preventDefault(),e.current())};return document.addEventListener("keydown",a),()=>{document.removeEventListener("keydown",a)}},[d])}])},79334,a=>{"use strict";var b=a.i(39752),c=a.i(62988),d=a.i(82508),e=a.i(34542),f=a.i(34435),g=a.i(41615),h=a.i(7048),i=a.i(65020),j=a.i(74365),k=a.i(84089),l=a.i(44103),m=a.i(22592),n=a.i(96359),o=a.i(26846);let p="block w-full cursor-pointer rounded-[0.45rem] border-0 bg-transparent px-2.5 py-1.5 text-left font-inherit text-[0.85rem] text-inherit no-underline hover:bg-surface-hover disabled:cursor-not-allowed disabled:opacity-55";a.s(["TopbarOverflowMenu",0,function(){let a=(0,d.useRouter)(),q=(0,d.usePathname)()??"/",r=(0,e.useSyncExternalStore)(l.subscribe_theme,k.get_theme_snapshot,k.get_theme_server_snapshot),s=(0,e.useSyncExternalStore)(i.cloud_sync_enabled_preference.subscribe,i.cloud_sync_enabled_preference.get_snapshot,i.cloud_sync_enabled_preference.get_server_snapshot),{email:t,is_configured:u,is_pending:v,sign_out:w}=(0,o.use_supabase_auth_session)(),[x,y]=(0,e.useState)(!1),z=(0,e.useRef)(null);(0,e.useEffect)(()=>{if(!x)return;let a=a=>{null===z.current||z.current.contains(a.target)||y(!1)};return document.addEventListener("pointerdown",a),()=>{document.removeEventListener("pointerdown",a)}},[x]);let A=()=>{y(!1)};return(0,n.use_escape_to_cancel)(A,x),(0,b.jsxs)("div",{className:"relative shrink-0",ref:z,children:[(0,b.jsx)("button",{type:"button",className:"inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent","aria-label":"Open menu","aria-expanded":x,"aria-haspopup":"menu",onClick:()=>y(a=>!a),children:(0,b.jsx)(f.HamburgerIcon,{})}),x?(0,b.jsxs)("ul",{className:"absolute right-0 top-full z-50 mt-1.5 min-w-56 list-none rounded-md border border-panel-border bg-panel p-1.5 shadow-md",role:"menu",children:[u&&null!==t?(0,b.jsx)("li",{role:"none",children:(0,b.jsx)("p",{className:"m-0 truncate px-2.5 py-1 text-[0.72rem] uppercase tracking-[0.04em] text-muted",title:t,children:t})}):null,(0,b.jsx)("li",{role:"none",children:(0,b.jsx)(c.default,{href:"/settings/tags",className:p,role:"menuitem",onClick:A,children:"Manage tags"})}),(0,b.jsx)("li",{role:"none",children:(0,b.jsx)(c.default,{href:"/pomodoro",className:p,role:"menuitem",onClick:A,children:"Pomodoro"})}),(0,b.jsx)("li",{role:"none",children:(0,b.jsx)(c.default,{href:"/settings/cloud-sync",className:p,role:"menuitem",onClick:A,children:"Sync settings"})}),u?(0,b.jsx)("li",{role:"none",children:(0,b.jsx)("button",{type:"button",className:p,role:"menuitemcheckbox","aria-checked":"true"===s,onClick:()=>{let a="true"===s?"false":"true";i.cloud_sync_enabled_preference.write(a),i.cloud_sync_enabled_preference.notify(),(0,h.notify_settings_saved)("true"===a?"Cloud sync enabled":"Cloud sync disabled"),"true"===a&&null!==t&&(0,j.run_tracker_db_cloud_sync)({merge_on_load:!0}).catch(()=>{})},children:(0,b.jsxs)("span",{className:"inline-flex w-full items-center justify-between gap-2",children:[(0,b.jsx)("span",{children:"true"===s?"Pause cloud sync":"Resume cloud sync"}),(0,b.jsx)("span",{className:"text-muted","aria-hidden":"true",children:"true"===s?"On":"Off"})]})})}):null,(0,b.jsx)("li",{className:"my-1 border-t border-panel-border",role:"separator","aria-hidden":"true"}),(0,b.jsx)("li",{role:"none",children:(0,b.jsx)("button",{type:"button",className:p,role:"menuitem",onClick:()=>{A(),(0,m.toggle_theme)()},suppressHydrationWarning:!0,children:(0,b.jsxs)("span",{className:"inline-flex w-full items-center justify-between gap-2",children:[(0,b.jsxs)("span",{children:["dark"===r?"Dark":"Light"," theme"]}),(0,b.jsx)("span",{"aria-hidden":"true",children:"dark"===r?"☾":"☀"})]})})}),(0,b.jsx)("li",{role:"none",children:(0,b.jsx)("button",{type:"button",className:p,role:"menuitem",onClick:()=>{A(),document.dispatchEvent(new KeyboardEvent("keydown",{key:"?",shiftKey:!0,bubbles:!0}))},children:(0,b.jsxs)("span",{className:"inline-flex w-full items-center justify-between gap-2",children:[(0,b.jsx)("span",{children:"Keyboard shortcuts"}),(0,b.jsx)("span",{className:"text-muted","aria-hidden":"true",children:"(?)"})]})})}),u?(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("li",{className:"my-1 border-t border-panel-border",role:"separator","aria-hidden":"true"}),null===t?(0,b.jsx)("li",{role:"none",children:(0,b.jsx)("button",{type:"button",className:p,role:"menuitem",onClick:()=>{A(),a.push((0,g.build_auth_page_href)("sign_in",q))},children:"Sign in"})}):(0,b.jsx)("li",{role:"none",children:(0,b.jsx)("button",{type:"button",className:`${p} text-danger`,role:"menuitem",disabled:v,onClick:()=>{A(),w()},children:v?"Signing out…":"Sign out"})})]}):null]}):null]})}])},75654,a=>{"use strict";var b=a.i(39752);a.s(["SettingsIcon",0,function(){return(0,b.jsxs)("svg",{className:"block h-4 w-4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,b.jsx)("path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"}),(0,b.jsx)("circle",{cx:"12",cy:"12",r:"3"})]})}])},98790,a=>{"use strict";var b=a.i(39752),c=a.i(61995),d=a.i(41194),e=a.i(79334),f=a.i(62988),g=a.i(82508),h=a.i(75654);function i(){let a=((0,g.usePathname)()??"/").startsWith("/settings");return(0,b.jsx)(f.default,{href:"/settings",className:`inline-flex h-8 w-8 shrink-0 items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted no-underline hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent${a?" border-accent-border text-foreground":""}`,"aria-label":"Settings","aria-current":a?"page":void 0,children:(0,b.jsx)(h.SettingsIcon,{})})}function j({current:a,parent:c}){return(0,b.jsx)("nav",{"aria-label":"Breadcrumb",className:"min-w-0 text-left",children:(0,b.jsxs)("ol",{className:"m-0 flex min-w-0 list-none flex-wrap items-center gap-1.5 p-0 text-[0.85rem]",children:[(0,b.jsx)("li",{children:(0,b.jsx)(f.default,{className:"text-muted no-underline hover:text-foreground",href:"/",children:"Tracker"})}),void 0!==c?(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,b.jsx)("li",{children:void 0!==c.href?(0,b.jsx)(f.default,{className:"max-w-44 truncate text-muted no-underline hover:text-foreground sm:max-w-none",href:c.href,children:c.label}):(0,b.jsx)("span",{className:"max-w-44 truncate text-muted sm:max-w-none",children:c.label})})]}):null,(0,b.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,b.jsx)("li",{className:"max-w-44 truncate font-medium text-foreground sm:max-w-none","aria-current":"page",children:a})]})})}a.s(["TrackerTopbar",0,function({breadcrumb:a}={}){return(0,b.jsx)("header",{className:"relative z-1 border-b border-panel-border bg-[color-mix(in_srgb,var(--panel)_92%,var(--background))] shadow-sm backdrop-blur-[10px]",children:(0,b.jsxs)("div",{className:"mx-auto flex max-w-[1120px] min-h-13 flex-wrap items-center gap-x-4 gap-y-2 px-4 py-2 sm:px-5",children:[(0,b.jsx)("span",{className:"inline-flex min-w-0 shrink items-center font-mono text-[0.72rem] font-semibold uppercase leading-tight tracking-[0.08em] text-accent whitespace-nowrap",children:"super-time-tracker"}),void 0!==a?(0,b.jsx)("div",{className:"min-w-0 flex-1",children:(0,b.jsx)(j,{current:a.current,parent:a.parent})}):null,(0,b.jsxs)("div",{className:"flex w-full items-center justify-between gap-2 min-[980px]:ml-auto min-[980px]:w-auto min-[980px]:justify-end",children:[(0,b.jsx)(c.TrackerNavLinks,{}),(0,b.jsxs)("div",{className:"flex shrink-0 items-center justify-end gap-2",children:[(0,b.jsx)(d.TopbarCloudStatus,{}),(0,b.jsx)(i,{}),(0,b.jsx)(e.TopbarOverflowMenu,{})]})]})]})})}],98790)}];
2
+
3
+ //# sourceMappingURL=_0hs4c5u._.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[69749,a=>{"use strict";a.s(["get_input_class_name",0,function(a="default"){let b="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none";return"compact"===a?`${b} px-2.5 py-2`:b}])},56924,a=>{"use strict";a.s(["normalize_stored_tag",0,function(a){let b=a.trim().replace(/^@+/,"");if(0===b.length)throw Error("Tag name must not be empty.");if(!/^\w+$/.test(b))throw Error("Tags may only contain letters, numbers, and underscores.");return`@${b}`}])},30354,48174,a=>{"use strict";var b=a.i(39752),c=a.i(34542);function d(a){return a.startsWith("@")?a:`@${a}`}a.s(["format_display_tag",0,d],48174);var e=a.i(69749),f=a.i(56924);a.s(["TagAutocompleteInput",0,function({id:a,value:g,known_tags:h,placeholder:i,disabled:j=!1,autoFocus:k=!1,on_change:l}){let m=(0,c.useRef)(null),n=(0,c.useRef)(null),o=(0,c.useRef)(null),[p,q]=(0,c.useState)(0),[r,s]=(0,c.useState)(0),t=function(a,b){let c=a.slice(0,b),d=c.lastIndexOf("@");if(-1===d)return null;let e=c.slice(d+1);return/\s/.test(e)?null:{query:e,start_index:d,end_index:b}}(g,p),u=null===t?[]:function(a,b,c=10){let d=b.toLowerCase();return a.filter(a=>{let b=a.replace(/^@/,"").toLowerCase();return 0===d.length||b.startsWith(d)}).slice(0,c)}(h,t.query),v=null!==t&&function(a,b){if(!/^\w+$/.test(a))return!1;let c=a.toLowerCase();return b.some(a=>{try{return(0,f.normalize_stored_tag)(a).slice(1).toLowerCase()===c}catch{return!1}})}(t.query,h),w=null!==t&&u.length>0&&!v&&!j;(0,c.useLayoutEffect)(()=>{null!==o.current&&null!==m.current&&(m.current.setSelectionRange(o.current,o.current),q(o.current),o.current=null)},[g]),(0,c.useEffect)(()=>{s(0)},[g,p,u.length]);let x=()=>{q(m.current?.selectionStart??g.length)},y=()=>{s(0)},z=a=>{let b,c,e;if(null===t)return;let{next_text:f,next_cursor:h}=(b=d(a),c=g.slice(0,t.start_index),e=g.slice(t.end_index),{next_text:`${c}${b}${e}`,next_cursor:c.length+b.length});o.current=h,l(f),y()};return(0,b.jsxs)("div",{className:"relative min-w-0",children:[(0,b.jsx)("input",{ref:m,id:a,type:"text",className:(0,e.get_input_class_name)(),value:g,placeholder:i,disabled:j,autoFocus:k,autoComplete:"off","aria-autocomplete":"list","aria-expanded":w,"aria-controls":w?`${a}-tag-suggestions`:void 0,onChange:a=>{l(a.target.value),q(a.target.selectionStart??a.target.value.length)},onClick:x,onKeyUp:x,onKeyDown:a=>{if(w){if("ArrowDown"===a.key){a.preventDefault(),s(a=>(a+1)%u.length);return}if("ArrowUp"===a.key){a.preventDefault(),s(a=>(a-1+u.length)%u.length);return}if("Enter"===a.key||"Tab"===a.key){a.preventDefault();let b=u[r];void 0!==b&&z(b);return}"Escape"===a.key&&(a.preventDefault(),y())}},onBlur:()=>{window.setTimeout(y,120)}}),w?(0,b.jsx)("ul",{ref:n,id:`${a}-tag-suggestions`,role:"listbox",className:"absolute left-0 right-0 top-full z-20 mt-1 max-h-48 list-none overflow-y-auto rounded-md border border-panel-border bg-panel p-1.5 shadow-md",children:u.map((a,c)=>(0,b.jsx)("li",{role:"option","aria-selected":c===r,children:(0,b.jsx)("button",{type:"button",className:`block w-full cursor-pointer rounded-[0.45rem] border-0 bg-transparent px-2.5 py-1.5 text-left font-inherit text-[0.85rem] text-inherit hover:bg-surface-hover ${c===r?"bg-surface-hover":""}`,onMouseDown:b=>{b.preventDefault(),z(a)},children:d(a)})},a))}):null]})}],30354)},59659,5796,a=>{"use strict";var b=a.i(87281);function c(){}function d(){(0,b.is_greedy_cloud_sync_enabled)()&&c()}a.i(63577),a.i(51652),a.i(74365),Promise.resolve(),a.s(["schedule_tracker_db_cloud_sync",0,d],5796),a.s(["push_tracker_db_cloud_after_change",0,function(){(0,b.is_greedy_cloud_sync_enabled)()?d():c()}],59659)},19702,a=>{"use strict";a.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"])},30004,a=>{"use strict";var b=a.i(52345),c=a.i(70827);let d=(0,b.create_ui_preference_store)({storage_key:c.DEBUG_LOGGING_STORAGE_KEY,default_value:c.DEBUG_LOGGING_DEFAULT,is_valid:a=>"true"===a||"false"===a});a.s(["debug_logging_preference",0,d])},98831,40420,6962,45273,a=>{"use strict";var b=a.i(52345),c=a.i(70827);let d=(0,b.create_ui_preference_store)({storage_key:c.CLAUDE_API_KEY_STORAGE_KEY,default_value:c.CLAUDE_API_KEY_DEFAULT,is_valid:a=>a.trim().length>0});a.s(["claude_api_key_preference",0,d],98831);let e=(0,b.create_ui_preference_store)({storage_key:c.ENTRY_SUGGESTION_PROVIDER_STORAGE_KEY,default_value:c.ENTRY_SUGGESTION_PROVIDER_DEFAULT,is_valid:a=>"none"===a||"openai"===a||"claude"===a||"google_ai"===a});a.s(["entry_suggestion_provider_preference",0,e],40420);let f=(0,b.create_ui_preference_store)({storage_key:c.GOOGLE_AI_API_KEY_STORAGE_KEY,default_value:c.GOOGLE_AI_API_KEY_DEFAULT,is_valid:a=>a.trim().length>0});a.s(["google_ai_api_key_preference",0,f],6962);let g=(0,b.create_ui_preference_store)({storage_key:c.OPENAI_API_KEY_STORAGE_KEY,default_value:c.OPENAI_API_KEY_DEFAULT,is_valid:a=>a.trim().length>0});a.s(["openai_api_key_preference",0,g],45273)},86663,a=>{"use strict";let b=new Set,c=[],d=null;function e(){return[]}a.s(["get_pinned_sheet_names_server_snapshot",0,function(){return c},"get_pinned_sheet_names_snapshot",0,function(){var a=e();if(0===a.length)return c;let b=a.join("\0");if(null!==d&&d.key===b)return d.snapshot;let f=Object.freeze([...a]);return d={key:b,snapshot:f},f},"read_pinned_sheet_names",0,e,"subscribe_pinned_sheet_names",0,function(a){return b.add(a),()=>{b.delete(a)}},"write_pinned_sheet_names",0,function(a){}])},14679,a=>{"use strict";var b=a.i(72958),c=a.i(19702);a.s(["navigate_to_tracker_sheet",0,function(a){let d=a.trim();if(0!==d.length){try{window.localStorage.setItem(c.ACTIVE_SHEET_STORAGE_KEY,d),(0,b.schedule_ui_preferences_cloud_sync)()}catch{}try{let a=encodeURIComponent(d);document.cookie=`${c.ACTIVE_SHEET_COOKIE_NAME}=${a}; Path=/; Max-Age=31536000; SameSite=Lax`}catch{}}}],14679)},17603,a=>{"use strict";var b=a.i(86663);a.s(["toggle_pinned_sheet_name",0,function(a){let c=a.trim();if(0===c.length)return;let d=(0,b.read_pinned_sheet_names)(),e=d.indexOf(c);e>=0?(0,b.write_pinned_sheet_names)([...d.slice(0,e),...d.slice(e+1)]):(0,b.write_pinned_sheet_names)([...d,c])}])},85133,a=>{"use strict";var b=a.i(39752),c=a.i(62988),d=a.i(82508),e=a.i(34542),f=a.i(78509),g=a.i(76767),h=a.i(33664),i=a.i(86663);let j=[{value:"all",label:"All sheets"},{value:"pinned",label:"Pinned"}];function k({sheet_names:a,on_toggle_pin:c}){let d=(0,e.useSyncExternalStore)(h.today_scope_preference.subscribe,h.today_scope_preference.get_snapshot,h.today_scope_preference.get_server_snapshot),f=(0,e.useSyncExternalStore)(i.subscribe_pinned_sheet_names,i.get_pinned_sheet_names_snapshot,i.get_pinned_sheet_names_server_snapshot),g=new Set(f);return(0,b.jsxs)("div",{className:"flex w-full max-w-2xl flex-col gap-3",children:[(0,b.jsx)("div",{role:"group","aria-label":"Today scope",className:"flex flex-wrap gap-2",children:j.map(a=>{let c=d===a.value;return(0,b.jsx)("button",{type:"button",className:`cursor-pointer rounded-full border px-3 py-1.5 text-[0.85rem] font-semibold transition-colors duration-150 ${c?"border-accent bg-accent-soft text-foreground":"border-panel-border bg-panel text-muted hover:border-accent hover:text-foreground"}`,"aria-pressed":c,onClick:()=>{var b;return b=a.value,void(h.today_scope_preference.read()!==b&&(h.today_scope_preference.write(b),h.today_scope_preference.notify()))},children:a.label},a.value)})}),"pinned"===d?(0,b.jsxs)("div",{className:"flex flex-col gap-2",children:[0===f.length?(0,b.jsx)("p",{className:"m-0 text-[0.85rem] text-muted",children:"Pin sheets from the Sheets page or below to filter today's view."}):null,(0,b.jsx)("ul",{className:"m-0 flex list-none flex-wrap gap-2 p-0","aria-label":"Pinned sheets",children:a.map(a=>{let d=g.has(a);return(0,b.jsx)("li",{children:(0,b.jsxs)("button",{type:"button",className:`cursor-pointer rounded-full border px-2.5 py-1 text-[0.8rem] font-medium transition-colors duration-150 ${d?"border-accent bg-accent-soft text-foreground":"border-panel-border bg-surface-raised text-muted hover:text-foreground"}`,"aria-pressed":d,onClick:()=>c(a),children:[d?"★ ":"☆ ",a]})},a)})})]}):null]})}var l=a.i(98790),m=a.i(73297),n=a.i(48174),o=a.i(85752),p=a.i(68225),q=a.i(14679),r=a.i(57377),s=a.i(115),t=a.i(17603),u=a.i(65162),v=a.i(20537);function w({entry:a,duration_format:d,time_format:e,show_sheet_name:f}){let h=(0,g.format_time)(a.start,e),i=null===a.end?"now":(0,g.format_time)(a.end,e);return(0,b.jsx)("li",{className:"rounded-md border border-panel-border bg-panel px-3.5 py-3 shadow-sm",children:(0,b.jsxs)("div",{className:"flex flex-wrap items-start justify-between gap-2",children:[(0,b.jsxs)("div",{className:"min-w-0 flex-1",children:[f?(0,b.jsx)("p",{className:"m-0 mb-1 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted",children:a.sheetName}):null,(0,b.jsx)("p",{className:"m-0 text-[0.95rem] font-medium",children:a.description}),(0,b.jsxs)("p",{className:"m-0 mt-1 text-[0.8rem] text-muted",children:[h," → ",i]}),a.tags.length>0?(0,b.jsx)("ul",{className:"m-0 mt-2 flex list-none flex-wrap gap-1.5 p-0",children:a.tags.map(a=>(0,b.jsx)("li",{className:"rounded-full bg-tag-bg px-2 py-0.5 text-xs text-tag-text",children:(0,n.format_display_tag)(a)},a))}):null]}),(0,b.jsxs)("div",{className:"flex shrink-0 flex-col items-end gap-1",children:[(0,b.jsx)("span",{className:"font-mono text-[0.9rem] font-semibold text-accent",children:(0,o.format_duration)(a.todayDurationMs,d)}),(0,b.jsx)(c.default,{href:"/",className:"text-[0.8rem] font-semibold text-accent no-underline hover:underline",onClick:()=>(0,q.navigate_to_tracker_sheet)(a.sheetName),children:"Open sheet"})]})]})})}a.s(["TodayFocusView",0,function({initial_data:a}){let c=(0,d.useRouter)(),g=(0,u.use_duration_format)(),j=(0,v.use_time_format)(),[n,q]=(0,e.useState)(a),[x,y]=(0,e.useState)(null),[z,A]=(0,e.useState)(!1);(0,e.useEffect)(()=>{q(a)},[a]);let B=(0,e.useSyncExternalStore)(h.today_scope_preference.subscribe,h.today_scope_preference.get_snapshot,h.today_scope_preference.get_server_snapshot),C=(0,e.useSyncExternalStore)(i.subscribe_pinned_sheet_names,i.get_pinned_sheet_names_snapshot,i.get_pinned_sheet_names_server_snapshot),D=(0,e.useMemo)(()=>"all"===B?null:new Set(C),[B,C]),E=(0,e.useMemo)(()=>null===D?n.runningEntries:n.runningEntries.filter(a=>D.has(a.sheetName)),[D,n.runningEntries]),F=(0,e.useMemo)(()=>{var a;return null===D?n.todayEntries:(a=n.todayEntries,a.filter(a=>D.has(a.sheetName)))},[D,n.todayEntries]),G=(0,e.useMemo)(()=>F.reduce((a,b)=>a+b.todayDurationMs,0),[F]),H=async a=>{A(!0),y(null);try{await a(),c.refresh()}catch(a){y(a instanceof Error?a.message:String(a))}finally{A(!1)}};return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)(l.TrackerTopbar,{breadcrumb:{current:"Today"}}),(0,b.jsxs)("main",{className:"mx-auto flex w-full max-w-2xl flex-col items-center gap-6 px-5 pb-12 pt-6",children:[(0,b.jsxs)("header",{className:"flex w-full flex-col gap-2 text-center",children:[(0,b.jsx)("h1",{className:"m-0 text-[1.5rem] font-[650] tracking-tight",children:"Today"}),(0,b.jsx)("p",{className:"m-0 text-[0.9rem] leading-relaxed text-muted",children:"Running timers and time logged today."})]}),null!==x?(0,b.jsx)("p",{className:"m-0 w-full rounded-md border border-danger-border bg-danger-soft px-3 py-2 text-[0.85rem] text-danger",children:x}):null,(0,b.jsx)(k,{sheet_names:n.sheetNames,on_toggle_pin:t.toggle_pinned_sheet_name}),(0,b.jsxs)("section",{className:"w-full rounded-md border border-panel-border bg-panel p-4 shadow-sm","aria-label":"Today total",children:[(0,b.jsxs)("p",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted",children:["Tracked today","pinned"===B?" (pinned)":""]}),(0,b.jsx)("p",{className:"m-0 mt-1 font-mono text-[1.75rem] font-semibold text-accent",children:(0,o.format_duration)(G,g)})]}),E.length>0?(0,b.jsxs)("section",{className:"flex w-full flex-col gap-3","aria-label":"Running timers",children:[(0,b.jsx)("h2",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted",children:"Running"}),E.map(a=>(0,b.jsxs)("div",{className:"rounded-md border border-panel-border bg-panel p-4 shadow-sm",children:[(0,b.jsx)("p",{className:"m-0 mb-2 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted",children:a.sheetName}),(0,b.jsx)(f.ActiveEntryPanel,{entry:a,sheets:n.sheets,known_tags:n.knownTags,in_bar:!0,is_pending:z,on_check_out:b=>void H(async()=>{await (0,s.post_tracker_action)("/api/out",{sheetName:a.sheetName,...void 0!==b?{at:b}:{}}),(0,p.finish_running_pomodoro_timer)()}),on_delete:()=>void H(()=>(0,s.post_tracker_action)("/api/entry",{sheetName:a.sheetName,entryId:a.id})),on_edit:b=>void H(()=>{let c,d;return c=a.sheetName,d=a.id,(0,r.patch_tracker_action)("/api/entry",{sheetName:c,entryId:d,...b})}),on_move:b=>void H(()=>(0,s.post_tracker_action)("/api/entry/move",{sheetName:a.sheetName,entryId:a.id,targetSheetName:b})),on_add_note:(b,c)=>void H(()=>(0,s.post_tracker_action)("/api/note",{text:b,...void 0!==c?{at:c}:{},sheetName:a.sheetName,entryId:a.id})),on_edit_note:(b,c)=>void H(()=>(0,r.patch_tracker_action)("/api/note",{sheetName:a.sheetName,entryId:a.id,timestamp:b,text:c})),on_delete_note:b=>void H(()=>(0,m.delete_tracker_action)("/api/note",{sheetName:a.sheetName,entryId:a.id,timestamp:b}))})]},`${a.sheetName}-${a.id}`))]}):null,(0,b.jsxs)("section",{className:"flex w-full flex-col gap-3","aria-label":"Today's entries",children:[(0,b.jsxs)("div",{className:"flex flex-wrap items-baseline justify-between gap-2",children:[(0,b.jsx)("h2",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.06em] text-muted",children:"Today's entries"}),(0,b.jsx)("span",{className:"text-[0.8rem] text-muted",children:0===F.length?"None":1===F.length?"1 entry":`${F.length} entries`})]}),0===F.length?(0,b.jsx)("p",{className:"m-0 text-[0.9rem] text-muted",children:"pinned"===B&&0===C.length?"Pin at least one sheet to see today’s activity.":"No time logged today for the selected scope."}):(0,b.jsx)("ul",{className:"m-0 flex list-none flex-col gap-2 p-0",children:F.map(a=>(0,b.jsx)(w,{entry:a,duration_format:g,time_format:j,show_sheet_name:"all"===B||C.length>1},`${a.sheetName}-${a.id}`))})]})]})]})}],85133)}];
2
+
3
+ //# sourceMappingURL=_0i4.n_a._.js.map