station-kit 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli-main.js +3 -29
- package/dist/cli-main.js.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +89 -9
- package/dist/server/index.js.map +1 -1
- package/next.config.ts +1 -1
- package/out/404.html +1 -0
- package/out/_next/static/7q5_eGqbkbdP_jAqzl6RE/_buildManifest.js +1 -0
- package/out/_next/static/7q5_eGqbkbdP_jAqzl6RE/_ssgManifest.js +1 -0
- package/out/_next/static/chunks/580-f007f4d4c050db4e.js +1 -0
- package/out/_next/static/chunks/743-5bb03adbb0e4ddec.js +1 -0
- package/out/_next/static/chunks/8e6518bb-c26e82767f1faf66.js +1 -0
- package/out/_next/static/chunks/app/_not-found/page-ce21b4ba9038a5a7.js +1 -0
- package/out/_next/static/chunks/app/broadcasts/[id]/page-057eeaa51d28cbfd.js +1 -0
- package/out/_next/static/chunks/app/broadcasts/page-ac768ee4bcf3086f.js +1 -0
- package/out/_next/static/chunks/app/layout-a5f4d2f2e87939b2.js +1 -0
- package/out/_next/static/chunks/app/page-62d1dbcfdc93b566.js +1 -0
- package/out/_next/static/chunks/app/runs/[id]/page-7f726f2f4ea8f616.js +1 -0
- package/out/_next/static/chunks/app/signals/[name]/page-8f9f032eb0171ded.js +1 -0
- package/out/_next/static/chunks/app/signals/page-fb42d9c0368bbc58.js +1 -0
- package/out/_next/static/chunks/framework-077b27ad7787463c.js +1 -0
- package/out/_next/static/chunks/main-app-a9f19d5831b41b19.js +1 -0
- package/out/_next/static/chunks/main-f1c74cefd4965abf.js +1 -0
- package/out/_next/static/chunks/pages/_app-0a7b2e66ecbe3f0a.js +1 -0
- package/out/_next/static/chunks/pages/_error-273a093c18b5ed0f.js +1 -0
- package/out/_next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/out/_next/static/chunks/webpack-e40b05d6bdcb3589.js +1 -0
- package/out/_next/static/css/0be0e65a5f561f37.css +1 -0
- package/out/broadcasts/_.html +1 -0
- package/out/broadcasts/_.txt +22 -0
- package/out/broadcasts.html +1 -0
- package/out/broadcasts.txt +25 -0
- package/out/index.html +1 -0
- package/out/index.txt +25 -0
- package/out/runs/_.html +1 -0
- package/out/runs/_.txt +22 -0
- package/out/signals/_.html +1 -0
- package/out/signals/_.txt +22 -0
- package/out/signals.html +1 -0
- package/out/signals.txt +25 -0
- package/package.json +16 -9
- package/src/app/broadcasts/[id]/broadcast-detail.tsx +511 -0
- package/src/app/broadcasts/[id]/page.tsx +4 -506
- package/src/app/hooks/use-api.ts +1 -1
- package/src/app/hooks/use-realtime.ts +2 -3
- package/src/app/runs/[id]/page.tsx +4 -272
- package/src/app/runs/[id]/run-detail.tsx +277 -0
- package/src/app/signals/[name]/page.tsx +4 -245
- package/src/app/signals/[name]/signal-detail.tsx +250 -0
- package/src/cli-main.ts +3 -36
- package/src/cli.ts +1 -1
- package/src/server/index.ts +94 -10
- package/next-env.d.ts +0 -6
- package/station.config.example.ts +0 -16
- package/tsconfig.json +0 -12
- package/tsconfig.tsbuildinfo +0 -1
package/out/runs/_.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><!--7q5_eGqbkbdP_jAqzl6RE--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/0be0e65a5f561f37.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e40b05d6bdcb3589.js"/><script src="/_next/static/chunks/8e6518bb-c26e82767f1faf66.js" async=""></script><script src="/_next/static/chunks/743-5bb03adbb0e4ddec.js" async=""></script><script src="/_next/static/chunks/main-app-a9f19d5831b41b19.js" async=""></script><script src="/_next/static/chunks/580-f007f4d4c050db4e.js" async=""></script><script src="/_next/static/chunks/app/layout-a5f4d2f2e87939b2.js" async=""></script><script src="/_next/static/chunks/app/runs/%5Bid%5D/page-7f726f2f4ea8f616.js" async=""></script><title>Station</title><meta name="description" content="Dashboard for station-signal"/><script>(function(){try{var t=localStorage.getItem("station-theme");if(t==="dark"||t==="light"){document.documentElement.setAttribute("data-theme",t)}else if(window.matchMedia("(prefers-color-scheme:dark)").matches){document.documentElement.setAttribute("data-theme","dark")}else{document.documentElement.setAttribute("data-theme","light")}}catch(e){document.documentElement.setAttribute("data-theme","light")}})()</script><link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@300;400;500&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/webpack-e40b05d6bdcb3589.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[1510,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"ThemeProvider\"]\n3:I[783,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"AuthProvider\"]\n4:I[1308,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"LoginPage\"]\n5:I[9275,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"StationProvider\"]\n6:I[5152,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"BreadcrumbProvider\"]\n7:I[1961,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"Shell\"]\n8:I[8954,[],\"\"]\n9:I[5640,[],\"\"]\na:I[9103,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"293\",\"static/chunks/app/runs/%5Bid%5D/page-7f726f2f4ea8f616.js\"],\"RunDetail\"]\nb:I[2051,[],\"OutletBoundary\"]\nd:I[6658,[],\"AsyncMetadataOutlet\"]\nf:I[2051,[],\"ViewportBoundary\"]\n11:I[2051,[],\"MetadataBoundary\"]\n12:\"$Sreact.suspense\"\n14:I[7698,[],\"\"]\n:HL[\"/_next/static/css/0be0e65a5f561f37.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"7q5_eGqbkbdP_jAqzl6RE\",\"p\":\"\",\"c\":[\"\",\"runs\",\"_\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"runs\",{\"children\":[[\"id\",\"_\",\"d\"],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/0be0e65a5f561f37.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem(\\\"station-theme\\\");if(t===\\\"dark\\\"||t===\\\"light\\\"){document.documentElement.setAttribute(\\\"data-theme\\\",t)}else if(window.matchMedia(\\\"(prefers-color-scheme:dark)\\\").matches){document.documentElement.setAttribute(\\\"data-theme\\\",\\\"dark\\\")}else{document.documentElement.setAttribute(\\\"data-theme\\\",\\\"light\\\")}}catch(e){document.documentElement.setAttribute(\\\"data-theme\\\",\\\"light\\\")}})()\"}}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1\u0026family=IBM+Plex+Mono:wght@400;500\u0026family=Space+Grotesk:wght@300;400;500\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"loginPage\":[\"$\",\"$L4\",null,{}],\"children\":[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",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\":[\"runs\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"id\",\"_\",\"d\"],[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$La\",null,{}],null,[\"$\",\"$Lb\",null,{\"children\":[\"$Lc\",[\"$\",\"$Ld\",null,{\"promise\":\"$@e\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],null],[\"$\",\"$L11\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$12\",null,{\"fallback\":null,\"children\":\"$L13\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nc:null\n"])</script><script>self.__next_f.push([1,"e:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Station\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Dashboard for station-signal\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"13:\"$e:metadata\"\n"])</script></body></html>
|
package/out/runs/_.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[1510,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"ThemeProvider"]
|
|
3
|
+
3:I[783,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"AuthProvider"]
|
|
4
|
+
4:I[1308,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"LoginPage"]
|
|
5
|
+
5:I[9275,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"StationProvider"]
|
|
6
|
+
6:I[5152,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"BreadcrumbProvider"]
|
|
7
|
+
7:I[1961,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"Shell"]
|
|
8
|
+
8:I[8954,[],""]
|
|
9
|
+
9:I[5640,[],""]
|
|
10
|
+
a:I[9103,["580","static/chunks/580-f007f4d4c050db4e.js","293","static/chunks/app/runs/%5Bid%5D/page-7f726f2f4ea8f616.js"],"RunDetail"]
|
|
11
|
+
b:I[2051,[],"OutletBoundary"]
|
|
12
|
+
d:I[6658,[],"AsyncMetadataOutlet"]
|
|
13
|
+
f:I[2051,[],"ViewportBoundary"]
|
|
14
|
+
11:I[2051,[],"MetadataBoundary"]
|
|
15
|
+
12:"$Sreact.suspense"
|
|
16
|
+
14:I[7698,[],""]
|
|
17
|
+
:HL["/_next/static/css/0be0e65a5f561f37.css","style"]
|
|
18
|
+
0:{"P":null,"b":"7q5_eGqbkbdP_jAqzl6RE","p":"","c":["","runs","_"],"i":false,"f":[[["",{"children":["runs",{"children":[["id","_","d"],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/0be0e65a5f561f37.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"station-theme\");if(t===\"dark\"||t===\"light\"){document.documentElement.setAttribute(\"data-theme\",t)}else if(window.matchMedia(\"(prefers-color-scheme:dark)\").matches){document.documentElement.setAttribute(\"data-theme\",\"dark\")}else{document.documentElement.setAttribute(\"data-theme\",\"light\")}}catch(e){document.documentElement.setAttribute(\"data-theme\",\"light\")}})()"}}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@300;400;500&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"loginPage":["$","$L4",null,{}],"children":["$","$L5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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":["runs",["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["id","_","d"],["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$La",null,{}],null,["$","$Lb",null,{"children":["$Lc",["$","$Ld",null,{"promise":"$@e"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Lf",null,{"children":"$L10"}],null],["$","$L11",null,{"children":["$","div",null,{"hidden":true,"children":["$","$12",null,{"fallback":null,"children":"$L13"}]}]}]]}],false]],"m":"$undefined","G":["$14",[]],"s":false,"S":true}
|
|
19
|
+
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
20
|
+
c:null
|
|
21
|
+
e:{"metadata":[["$","title","0",{"children":"Station"}],["$","meta","1",{"name":"description","content":"Dashboard for station-signal"}]],"error":null,"digest":"$undefined"}
|
|
22
|
+
13:"$e:metadata"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><!--7q5_eGqbkbdP_jAqzl6RE--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/0be0e65a5f561f37.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e40b05d6bdcb3589.js"/><script src="/_next/static/chunks/8e6518bb-c26e82767f1faf66.js" async=""></script><script src="/_next/static/chunks/743-5bb03adbb0e4ddec.js" async=""></script><script src="/_next/static/chunks/main-app-a9f19d5831b41b19.js" async=""></script><script src="/_next/static/chunks/580-f007f4d4c050db4e.js" async=""></script><script src="/_next/static/chunks/app/layout-a5f4d2f2e87939b2.js" async=""></script><script src="/_next/static/chunks/app/signals/%5Bname%5D/page-8f9f032eb0171ded.js" async=""></script><title>Station</title><meta name="description" content="Dashboard for station-signal"/><script>(function(){try{var t=localStorage.getItem("station-theme");if(t==="dark"||t==="light"){document.documentElement.setAttribute("data-theme",t)}else if(window.matchMedia("(prefers-color-scheme:dark)").matches){document.documentElement.setAttribute("data-theme","dark")}else{document.documentElement.setAttribute("data-theme","light")}}catch(e){document.documentElement.setAttribute("data-theme","light")}})()</script><link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@300;400;500&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/webpack-e40b05d6bdcb3589.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[1510,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"ThemeProvider\"]\n3:I[783,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"AuthProvider\"]\n4:I[1308,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"LoginPage\"]\n5:I[9275,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"StationProvider\"]\n6:I[5152,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"BreadcrumbProvider\"]\n7:I[1961,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"Shell\"]\n8:I[8954,[],\"\"]\n9:I[5640,[],\"\"]\na:I[2638,[\"80\",\"static/chunks/app/signals/%5Bname%5D/page-8f9f032eb0171ded.js\"],\"SignalDetail\"]\nb:I[2051,[],\"OutletBoundary\"]\nd:I[6658,[],\"AsyncMetadataOutlet\"]\nf:I[2051,[],\"ViewportBoundary\"]\n11:I[2051,[],\"MetadataBoundary\"]\n12:\"$Sreact.suspense\"\n14:I[7698,[],\"\"]\n:HL[\"/_next/static/css/0be0e65a5f561f37.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"7q5_eGqbkbdP_jAqzl6RE\",\"p\":\"\",\"c\":[\"\",\"signals\",\"_\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"signals\",{\"children\":[[\"name\",\"_\",\"d\"],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/0be0e65a5f561f37.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem(\\\"station-theme\\\");if(t===\\\"dark\\\"||t===\\\"light\\\"){document.documentElement.setAttribute(\\\"data-theme\\\",t)}else if(window.matchMedia(\\\"(prefers-color-scheme:dark)\\\").matches){document.documentElement.setAttribute(\\\"data-theme\\\",\\\"dark\\\")}else{document.documentElement.setAttribute(\\\"data-theme\\\",\\\"light\\\")}}catch(e){document.documentElement.setAttribute(\\\"data-theme\\\",\\\"light\\\")}})()\"}}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1\u0026family=IBM+Plex+Mono:wght@400;500\u0026family=Space+Grotesk:wght@300;400;500\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"loginPage\":[\"$\",\"$L4\",null,{}],\"children\":[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",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\":[\"signals\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"name\",\"_\",\"d\"],[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$La\",null,{}],null,[\"$\",\"$Lb\",null,{\"children\":[\"$Lc\",[\"$\",\"$Ld\",null,{\"promise\":\"$@e\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],null],[\"$\",\"$L11\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$12\",null,{\"fallback\":null,\"children\":\"$L13\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nc:null\n"])</script><script>self.__next_f.push([1,"e:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Station\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Dashboard for station-signal\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"13:\"$e:metadata\"\n"])</script></body></html>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[1510,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"ThemeProvider"]
|
|
3
|
+
3:I[783,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"AuthProvider"]
|
|
4
|
+
4:I[1308,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"LoginPage"]
|
|
5
|
+
5:I[9275,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"StationProvider"]
|
|
6
|
+
6:I[5152,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"BreadcrumbProvider"]
|
|
7
|
+
7:I[1961,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"Shell"]
|
|
8
|
+
8:I[8954,[],""]
|
|
9
|
+
9:I[5640,[],""]
|
|
10
|
+
a:I[2638,["80","static/chunks/app/signals/%5Bname%5D/page-8f9f032eb0171ded.js"],"SignalDetail"]
|
|
11
|
+
b:I[2051,[],"OutletBoundary"]
|
|
12
|
+
d:I[6658,[],"AsyncMetadataOutlet"]
|
|
13
|
+
f:I[2051,[],"ViewportBoundary"]
|
|
14
|
+
11:I[2051,[],"MetadataBoundary"]
|
|
15
|
+
12:"$Sreact.suspense"
|
|
16
|
+
14:I[7698,[],""]
|
|
17
|
+
:HL["/_next/static/css/0be0e65a5f561f37.css","style"]
|
|
18
|
+
0:{"P":null,"b":"7q5_eGqbkbdP_jAqzl6RE","p":"","c":["","signals","_"],"i":false,"f":[[["",{"children":["signals",{"children":[["name","_","d"],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/0be0e65a5f561f37.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"station-theme\");if(t===\"dark\"||t===\"light\"){document.documentElement.setAttribute(\"data-theme\",t)}else if(window.matchMedia(\"(prefers-color-scheme:dark)\").matches){document.documentElement.setAttribute(\"data-theme\",\"dark\")}else{document.documentElement.setAttribute(\"data-theme\",\"light\")}}catch(e){document.documentElement.setAttribute(\"data-theme\",\"light\")}})()"}}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@300;400;500&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"loginPage":["$","$L4",null,{}],"children":["$","$L5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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":["signals",["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["name","_","d"],["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$La",null,{}],null,["$","$Lb",null,{"children":["$Lc",["$","$Ld",null,{"promise":"$@e"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Lf",null,{"children":"$L10"}],null],["$","$L11",null,{"children":["$","div",null,{"hidden":true,"children":["$","$12",null,{"fallback":null,"children":"$L13"}]}]}]]}],false]],"m":"$undefined","G":["$14",[]],"s":false,"S":true}
|
|
19
|
+
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
20
|
+
c:null
|
|
21
|
+
e:{"metadata":[["$","title","0",{"children":"Station"}],["$","meta","1",{"name":"description","content":"Dashboard for station-signal"}]],"error":null,"digest":"$undefined"}
|
|
22
|
+
13:"$e:metadata"
|
package/out/signals.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><!--7q5_eGqbkbdP_jAqzl6RE--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/0be0e65a5f561f37.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e40b05d6bdcb3589.js"/><script src="/_next/static/chunks/8e6518bb-c26e82767f1faf66.js" async=""></script><script src="/_next/static/chunks/743-5bb03adbb0e4ddec.js" async=""></script><script src="/_next/static/chunks/main-app-a9f19d5831b41b19.js" async=""></script><script src="/_next/static/chunks/580-f007f4d4c050db4e.js" async=""></script><script src="/_next/static/chunks/app/layout-a5f4d2f2e87939b2.js" async=""></script><script src="/_next/static/chunks/app/signals/page-fb42d9c0368bbc58.js" async=""></script><title>Station</title><meta name="description" content="Dashboard for station-signal"/><script>(function(){try{var t=localStorage.getItem("station-theme");if(t==="dark"||t==="light"){document.documentElement.setAttribute("data-theme",t)}else if(window.matchMedia("(prefers-color-scheme:dark)").matches){document.documentElement.setAttribute("data-theme","dark")}else{document.documentElement.setAttribute("data-theme","light")}}catch(e){document.documentElement.setAttribute("data-theme","light")}})()</script><link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@300;400;500&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/webpack-e40b05d6bdcb3589.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[1510,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"ThemeProvider\"]\n3:I[783,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"AuthProvider\"]\n4:I[1308,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"LoginPage\"]\n5:I[9275,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"StationProvider\"]\n6:I[5152,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"BreadcrumbProvider\"]\n7:I[1961,[\"580\",\"static/chunks/580-f007f4d4c050db4e.js\",\"177\",\"static/chunks/app/layout-a5f4d2f2e87939b2.js\"],\"Shell\"]\n8:I[8954,[],\"\"]\n9:I[5640,[],\"\"]\na:I[3339,[],\"ClientPageRoot\"]\nb:I[4913,[\"764\",\"static/chunks/app/signals/page-fb42d9c0368bbc58.js\"],\"default\"]\ne:I[2051,[],\"OutletBoundary\"]\n10:I[6658,[],\"AsyncMetadataOutlet\"]\n12:I[2051,[],\"ViewportBoundary\"]\n14:I[2051,[],\"MetadataBoundary\"]\n15:\"$Sreact.suspense\"\n17:I[7698,[],\"\"]\n:HL[\"/_next/static/css/0be0e65a5f561f37.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"7q5_eGqbkbdP_jAqzl6RE\",\"p\":\"\",\"c\":[\"\",\"signals\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"signals\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/0be0e65a5f561f37.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem(\\\"station-theme\\\");if(t===\\\"dark\\\"||t===\\\"light\\\"){document.documentElement.setAttribute(\\\"data-theme\\\",t)}else if(window.matchMedia(\\\"(prefers-color-scheme:dark)\\\").matches){document.documentElement.setAttribute(\\\"data-theme\\\",\\\"dark\\\")}else{document.documentElement.setAttribute(\\\"data-theme\\\",\\\"light\\\")}}catch(e){document.documentElement.setAttribute(\\\"data-theme\\\",\\\"light\\\")}})()\"}}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1\u0026family=IBM+Plex+Mono:wght@400;500\u0026family=Space+Grotesk:wght@300;400;500\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"loginPage\":[\"$\",\"$L4\",null,{}],\"children\":[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",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\":[\"signals\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$La\",null,{\"Component\":\"$b\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@c\",\"$@d\"]}],null,[\"$\",\"$Le\",null,{\"children\":[\"$Lf\",[\"$\",\"$L10\",null,{\"promise\":\"$@11\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L12\",null,{\"children\":\"$L13\"}],null],[\"$\",\"$L14\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$15\",null,{\"fallback\":null,\"children\":\"$L16\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$17\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:{}\nd:\"$0:f:0:1:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"13:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nf:null\n"])</script><script>self.__next_f.push([1,"11:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Station\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Dashboard for station-signal\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"16:\"$11:metadata\"\n"])</script></body></html>
|
package/out/signals.txt
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[1510,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"ThemeProvider"]
|
|
3
|
+
3:I[783,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"AuthProvider"]
|
|
4
|
+
4:I[1308,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"LoginPage"]
|
|
5
|
+
5:I[9275,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"StationProvider"]
|
|
6
|
+
6:I[5152,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"BreadcrumbProvider"]
|
|
7
|
+
7:I[1961,["580","static/chunks/580-f007f4d4c050db4e.js","177","static/chunks/app/layout-a5f4d2f2e87939b2.js"],"Shell"]
|
|
8
|
+
8:I[8954,[],""]
|
|
9
|
+
9:I[5640,[],""]
|
|
10
|
+
a:I[3339,[],"ClientPageRoot"]
|
|
11
|
+
b:I[4913,["764","static/chunks/app/signals/page-fb42d9c0368bbc58.js"],"default"]
|
|
12
|
+
e:I[2051,[],"OutletBoundary"]
|
|
13
|
+
10:I[6658,[],"AsyncMetadataOutlet"]
|
|
14
|
+
12:I[2051,[],"ViewportBoundary"]
|
|
15
|
+
14:I[2051,[],"MetadataBoundary"]
|
|
16
|
+
15:"$Sreact.suspense"
|
|
17
|
+
17:I[7698,[],""]
|
|
18
|
+
:HL["/_next/static/css/0be0e65a5f561f37.css","style"]
|
|
19
|
+
0:{"P":null,"b":"7q5_eGqbkbdP_jAqzl6RE","p":"","c":["","signals"],"i":false,"f":[[["",{"children":["signals",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/0be0e65a5f561f37.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"station-theme\");if(t===\"dark\"||t===\"light\"){document.documentElement.setAttribute(\"data-theme\",t)}else if(window.matchMedia(\"(prefers-color-scheme:dark)\").matches){document.documentElement.setAttribute(\"data-theme\",\"dark\")}else{document.documentElement.setAttribute(\"data-theme\",\"light\")}}catch(e){document.documentElement.setAttribute(\"data-theme\",\"light\")}})()"}}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@300;400;500&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"loginPage":["$","$L4",null,{}],"children":["$","$L5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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":["signals",["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$La",null,{"Component":"$b","searchParams":{},"params":{},"promises":["$@c","$@d"]}],null,["$","$Le",null,{"children":["$Lf",["$","$L10",null,{"promise":"$@11"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L12",null,{"children":"$L13"}],null],["$","$L14",null,{"children":["$","div",null,{"hidden":true,"children":["$","$15",null,{"fallback":null,"children":"$L16"}]}]}]]}],false]],"m":"$undefined","G":["$17",[]],"s":false,"S":true}
|
|
20
|
+
c:{}
|
|
21
|
+
d:"$0:f:0:1:2:children:2:children:1:props:children:0:props:params"
|
|
22
|
+
13:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
23
|
+
f:null
|
|
24
|
+
11:{"metadata":[["$","title","0",{"children":"Station"}],["$","meta","1",{"name":"description","content":"Dashboard for station-signal"}]],"error":null,"digest":"$undefined"}
|
|
25
|
+
16:"$11:metadata"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "station-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Dashboard for station-signal — inspect and control signals and broadcasts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -18,32 +18,39 @@
|
|
|
18
18
|
"default": "./dist/index.js"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
|
+
"files": [
|
|
22
|
+
"dist",
|
|
23
|
+
"out",
|
|
24
|
+
"src",
|
|
25
|
+
"next.config.ts",
|
|
26
|
+
"tsconfig.next.json"
|
|
27
|
+
],
|
|
21
28
|
"peerDependencies": {
|
|
22
|
-
"station-signal": "1.0.
|
|
23
|
-
"station-broadcast": "1.0.
|
|
29
|
+
"station-signal": "1.0.3",
|
|
30
|
+
"station-broadcast": "1.0.3"
|
|
24
31
|
},
|
|
25
32
|
"dependencies": {
|
|
26
33
|
"hono": "^4",
|
|
27
34
|
"@hono/node-server": "^1",
|
|
28
35
|
"better-sqlite3": "^11.9.1",
|
|
29
36
|
"ws": "^8",
|
|
30
|
-
"next": "^15",
|
|
31
|
-
"react": "^19",
|
|
32
|
-
"react-dom": "^19",
|
|
33
37
|
"tsx": "^4.21.0"
|
|
34
38
|
},
|
|
35
39
|
"devDependencies": {
|
|
36
40
|
"typescript": "^5.9.3",
|
|
41
|
+
"next": "^15",
|
|
42
|
+
"react": "^19",
|
|
43
|
+
"react-dom": "^19",
|
|
37
44
|
"@types/better-sqlite3": "^7.6.13",
|
|
38
45
|
"@types/node": "^25.3.0",
|
|
39
46
|
"@types/react": "^19",
|
|
40
47
|
"@types/react-dom": "^19",
|
|
41
48
|
"@types/ws": "^8",
|
|
42
|
-
"station-
|
|
43
|
-
"station-
|
|
49
|
+
"station-broadcast": "1.0.3",
|
|
50
|
+
"station-signal": "1.0.3"
|
|
44
51
|
},
|
|
45
52
|
"scripts": {
|
|
46
|
-
"build": "tsc",
|
|
53
|
+
"build": "tsc && next build",
|
|
47
54
|
"dev": "tsx src/cli.ts",
|
|
48
55
|
"typecheck": "tsc --noEmit"
|
|
49
56
|
}
|