Commit graph

14 commits

Author SHA1 Message Date
Starbeamrainbowlabs ae1b46097e
client: start work on UI plumbing, but it's far from finished....
UI code is always impossible to keep nice and neat....  * sighs *
2022-02-27 02:06:33 +00:00
Starbeamrainbowlabs 6a834eea22
client: TableView: move to UI subdir 2022-02-27 02:05:45 +00:00
Starbeamrainbowlabs 5bbe91c3e9
client tabledefs: add name & icon 2022-02-27 02:04:42 +00:00
Starbeamrainbowlabs 405df9acfc
client: create TableView scaffolding for updating the UI 2022-02-26 21:58:51 +00:00
Starbeamrainbowlabs 36a96a84fd
client: create initial table definitions
These will (hopefully) be used to decide on the layout of the UI for 
each table.
2022-02-26 21:58:20 +00:00
Starbeamrainbowlabs 32d69501b0
Add nightink; esbuild: mark html as text
This way we can do an es6 import to get a html file as a string, which 
we can then pass to nightink for templating - all on the client-side!

Note to self: Instead of using .innerHTML directly, we might want to try 
doing document.createElement(), then .innerHTML, and then .appendChild 
where we actually want it to go
2022-02-26 00:23:33 +00:00
Starbeamrainbowlabs 34f031a9e4
client: setup some scaffolding for displaying tables, but it's nowhere near finished 2022-02-26 00:21:33 +00:00
Starbeamrainbowlabs 42aa571ae5
client route main: test new client table fetching method 2022-02-25 03:23:21 +00:00
Starbeamrainbowlabs b1f6a44a6a
SystemQueryClient: Add generator for fetching tables via SSE 2022-02-25 03:22:58 +00:00
Starbeamrainbowlabs 10f36cf3f5
client-side: go!
There's still a *ton* of work left, but we're (slowly) getting there
2022-02-24 03:08:21 +00:00
Starbeamrainbowlabs b0fd916eb4
Initial CSS! 2022-02-24 00:39:27 +00:00
Starbeamrainbowlabs 5ee34ce082
Subresource integrity ftw! 2022-02-23 20:45:49 +00:00
Starbeamrainbowlabs da819a59af
client: add todo comment 2022-02-22 03:06:26 +00:00
Starbeamrainbowlabs 119e44165a
Add initial client-side system
Looks like esbuild is shaping up to be just the thing we need, and wow 
is it fast!

Still ned to figure out how to get it to not mangle the index.html 
filename, but still!
2022-02-22 03:01:39 +00:00