diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..bded517 Binary files /dev/null and b/bun.lockb differ diff --git a/package.json b/package.json new file mode 100644 index 0000000..9a3d797 --- /dev/null +++ b/package.json @@ -0,0 +1 @@ +{ "dependencies": { "leaflet.sync": "^0.2.4" } } \ No newline at end of file diff --git a/wxbox-web/src/lib/Map.svelte b/wxbox-web/src/lib/Map.svelte new file mode 100644 index 0000000..65384b3 --- /dev/null +++ b/wxbox-web/src/lib/Map.svelte @@ -0,0 +1,84 @@ + + +
+ + \ No newline at end of file diff --git a/wxbox-web/src/routes/+page.svelte b/wxbox-web/src/routes/+page.svelte index bcd4402..2acedca 100644 --- a/wxbox-web/src/routes/+page.svelte +++ b/wxbox-web/src/routes/+page.svelte @@ -1,51 +1,270 @@ -
-
+ + +
+
+

wxbox

+ {status} + {#each currentMenu as menuItem} + {#if menuItem.visible} + {@const index = menuItem.display.indexOf(menuItem.keyboard)} + + {/if} + {/each} +
+
+ + {#if view === "two" || view === "four"} + + {/if} +
+ {#if view === "four"} +
+ + +
+ {/if} +
\ No newline at end of file