waveterm/pkg
Evan Simkowitz f12e246c15
Break layout node into its own Wave Object (#21)
I am updating the layout node setup to write to its own wave object. 

The existing setup requires me to plumb the layout updates through every
time the tab gets updated, which produces a lot of annoying and
unintuitive design patterns. With this new setup, the tab object doesn't
get written to when the layout changes, only the layout object will get
written to. This prevents collisions when both the tab object and the
layout node object are getting updated, such as when a new block is
added or deleted.
2024-06-05 17:21:40 -07:00
..
blockcontroller rename blockstore to filestore. rename blockid to zoneid. 2024-06-03 13:03:21 -07:00
eventbus app is working again. new structure for blocks. new useWaveObjectValueWithSuspense hook 2024-05-27 15:44:57 -07:00
filestore Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00
ijson move ijson frontend/backend to nextwave 2024-06-03 18:25:12 -07:00
service Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00
shellexec create block using a blockdef. better controller control. preview that takes a file. atom caching per block. lots of updates 2024-05-16 00:29:58 -07:00
topicbus simple topic bus implementation -- creates topics on subscribe, deletes topics with no subscribers, extenal notification channel 2024-06-04 00:12:58 -07:00
util Extra Mimetypes (#17) 2024-06-04 17:58:29 -07:00
wavebase waveterm.lock, and new appicon 2024-05-20 15:28:47 -07:00
waveobj not found should return null 2024-06-03 13:43:50 -07:00
wshrpc Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00
wshutil wsh rpc client 2024-05-29 23:17:23 -07:00
wstore Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00