waveterm/frontend/faraday/lib
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
..
layoutAtom.ts Implement outer drop direction, add rudimentary drag preview image rendering (#29) 2024-06-11 13:03:41 -07:00
layoutNode.ts Make layouts flow horizontally by default (#18) 2024-06-04 16:35:32 -07:00
layoutState.ts Fix order of operations when moving nodes (#40) 2024-06-11 15:10:20 -07:00
model.ts Implement outer drop direction, add rudimentary drag preview image rendering (#29) 2024-06-11 13:03:41 -07:00
tilelayout.less Ensure previews don't wrap text (#39) 2024-06-11 14:51:35 -07:00
tilelayout.stories.less Integrate Faraday layout system (#16) 2024-06-04 13:05:44 -07:00
TileLayout.stories.tsx Integrate Faraday layout system (#16) 2024-06-04 13:05:44 -07:00
TileLayout.tsx Ensure previews don't wrap text (#39) 2024-06-11 14:51:35 -07:00
utils.ts Implement outer drop direction, add rudimentary drag preview image rendering (#29) 2024-06-11 13:03:41 -07:00