Commit Graph

5 Commits

Author SHA1 Message Date
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
19bdc8b658 mock: combine status into one endpoint
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-12 09:21:35 +08:00
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
efe0397fab mock: start mocking real dashboard settings
Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-03 17:54:18 +08:00
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