Commit Graph

15 Commits

Author SHA1 Message Date
Sean Cross c165b2e7b1 mock: remove excess fields
These aren't really used.

Signed-off-by: Sean Cross <sean@xobs.io>
2024-01-10 12:15:54 +08:00
Sean Cross 19bdc8b658 mock: combine status into one endpoint
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-12 09:21:35 +08:00
Sean Cross abc363de00 co: add typescript wrapper
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-11 16:49:42 +08:00
Sean Cross ee336e05f5 add zork game
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-11 15:15:19 +08:00
Sean Cross 180ad998f3 packages: move dev pagages to devDependencies
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-06 18:00:38 +08:00
Sean Cross 450f1213af css: adjust padding for dashboard widgets
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-06 18:00:05 +08:00
Sean Cross 4ff0642139 mobile: fix mobile view
This uses `dvh` and `dvw` rather than `vh` and `vw`, which excludes
things like the address bar and the keyboard.

Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-03 19:35:34 +08:00
Sean Cross efe0397fab mock: start mocking real dashboard settings
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-03 17:54:18 +08:00
Sean Cross 0a3b6fe96e convert webpack to typescript
This allows us to add a mock library for simulating the real device.

Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-03 16:58:54 +08:00
Sean Cross 7ed86a992d dashboard: wip getting dashboard working
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-02 19:25:12 +08:00
Sean Cross 81ec574f41 start getting dashboard working
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-02 13:13:19 +08:00
Sean Cross ceb2d55543 refactor everything to typescript
We don't need React -- we'll reinvent it ourselves!

Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-02 11:17:23 +08:00
Sean Cross 31f0dff822 css: fix window alignment
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-02 08:51:07 +08:00
Sean Cross 32c1b7d54b getting some structure
Things like reflowing works, as well as switching between
"applications". Things seem to be coming along nicely.

Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-01 23:49:39 +08:00
Sean Cross 02e1556a65 initial commit
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-01 12:32:17 +08:00