Commit Graph

18 Commits

Author SHA1 Message Date
Rachel Powers
a34fb426b7 refactor(vm+frontend): better logging, fix slot serialization
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2024-09-16 21:40:51 -07:00
Rachel Powers
f05f81cce5 refactor(frontend): use signals in Session, fix various things
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2024-09-16 18:03:52 -07:00
Rachel Powers
f40437e94e refactor(frontend) fix template searching, update database images
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2024-08-25 18:20:46 -07:00
Rachel Powers
6e503f957a refactor(frontend): fix signal graph 2024-08-24 16:38:07 -07:00
Rachel Powers
b1c9db278d refactor(frontend) finish signal conversion, fix passing data to VM
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2024-08-19 22:22:39 -07:00
Rachel Powers
d618f7b091 refactor(vm, frontend): internally tag template enum, finish remap frontend 2024-05-31 21:41:09 -07:00
Rachel Powers
7b6909a323 refactor(vm, frontend): memory instructions, baseObject
- parse and map meory instructions
- use FrozenObjectFull to propogate  data out of VM to componates (far
  less wasm calls)
2024-05-29 20:08:16 -07:00
Rachel Powers
c1f4cb23d4 refactor(frontend): use new frozen object to fill values for baseObject mixin, proxy vm to webworker to avoid hogging main thread 2024-05-29 00:27:28 -07:00
Rachel Powers
dbb2f71fdc feat:(slots UI): functional slots 2024-04-28 12:53:51 -07:00
Rachel Powers
55aa3cf4aa changelog dialog 2024-04-21 00:31:44 -07:00
Rachel Powers
185449404d save local sessions dialog 2024-04-20 20:56:37 -07:00
Rachel Powers
29d7a10f47 ensure all numeric values preserve across session 2024-04-20 10:58:42 -07:00
Rachel Powers
e4d42d69a5 persist vm session 2024-04-20 01:39:10 -07:00
Rachel Powers
9a374a4f73 save VM state 2024-04-19 20:06:19 -07:00
Rachel Powers
8ec48c508a fix hex parsing 2024-04-17 14:44:22 -07:00
Rachel Powers
fdec8c7639 parse hex and binary numbers, allow ids to be entered as hex or binary 2024-04-16 16:35:00 -07:00
Rachel Powers
3cdcc742b9 Device Cards
brings the rework inline were last efforts left off

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2024-04-09 21:01:12 -07:00
Rachel Powers
ef0d2e6327 rename js folder to ts 2024-04-08 12:27:26 -07:00