waveterm/frontend
Evan Simkowitz c187059c8f
Fix flicker when dragging a node through a node gap (#231)
This simplifies the rect calculations by making the gap between pixels
into a padding applied directly to the leaf nodes. This means the gaps
won't be present in the overlay layer, so when dragging a node around it
is always over an OverlayNode and the pendingAction won't be unset.

Also simplifies onDrop handling
2024-08-15 14:53:13 -07:00
..
app Clean up and document the layout model code (#229) 2024-08-15 12:24:06 -07:00
layout Fix flicker when dragging a node through a node gap (#231) 2024-08-15 14:53:13 -07:00
types Create reduced motIon setting (#226) 2024-08-14 21:47:09 -07:00
util New layout model (#210) 2024-08-14 18:40:41 -07:00
wave.ts New layout model (#210) 2024-08-14 18:40:41 -07:00
yarn.lock working on more concepts, tabbar, ids, etc. 2024-05-13 15:40:52 -07:00