waveterm/frontend/faraday/lib
Evan Simkowitz 9f32a53485
Fix preview getting unset when app is idle (#43)
I found that the drag preview images would get unset when the app went idle. I am now caching the preview image and resetting it every time a user hovers over a TileNode. I am also updating the logic for the placeholder slightly to reduce the number of variables floating around.
2024-06-11 16:28:41 -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 Add webkit-prefixed user-select attributes (#41) 2024-06-11 16:16:52 -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 Fix preview getting unset when app is idle (#43) 2024-06-11 16:28:41 -07:00
utils.ts Implement outer drop direction, add rudimentary drag preview image rendering (#29) 2024-06-11 13:03:41 -07:00