waveterm/frontend
Evan Simkowitz 9809414eb0
Fix order of operations when moving nodes (#40)
Insert the node at the new location before removing it from its old location. With the old order, removing a node from its parent could change the indexing of the parent node, if moving a node to a new location under the same parent.
2024-06-11 15:10:20 -07:00
..
app Ensure previews don't wrap text (#39) 2024-06-11 14:51:35 -07:00
faraday Fix order of operations when moving nodes (#40) 2024-06-11 15:10:20 -07:00
types Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00
util Replace lets with const where possible (#35) 2024-06-11 13:19:29 -07:00
wave.ts Replace lets with const where possible (#35) 2024-06-11 13:19:29 -07:00
yarn.lock working on more concepts, tabbar, ids, etc. 2024-05-13 15:40:52 -07:00