waveterm/frontend
Evan Simkowitz 9b12aa9882
Fix bug in TileLayout where computeMoveNode had stale node data (#361)
This was hard to debug. It manifested in nodes that had been collapsed
into their parent. When a node was dragged over the recently-collapsed
node, the placeholder would show the action as if the flex direction was
reversed. It turns out useDrag has trouble tracking changes to the
LayoutNode objects. For now, I am just finding the nodes again in the
computeMoveNode function. Later when I redo the drag system, I will fix
this better.
2024-09-10 17:23:28 -07:00
..
app remove unused atom 2024-09-10 15:00:28 -07:00
layout Fix bug in TileLayout where computeMoveNode had stale node data (#361) 2024-09-10 17:23:28 -07:00
types Make IconButton its own element, move CopyButton to use it (#357) 2024-09-09 12:35:53 -07:00
util implement img streaming (local and remote) for markdown (#348) 2024-09-06 12:59:28 -07:00
wave.ts connection handling / block controller handling (#326) 2024-09-05 00:21:08 -07:00
yarn.lock working on more concepts, tabbar, ids, etc. 2024-05-13 15:40:52 -07:00