waveterm/frontend/layout/lib
Evan Simkowitz 9e1460b9e1
Remove UUID library in favor of Crypto (#221)
This PR swaps usage of the `uuid` library for the built-in
`crypto.randomUUID` function, which is available in both NodeJS and the
browser. The built-in function is around 12x faster than the `uuid`
library. The strings produced by the built-in function are fully
compatible with the UUIDv4 standard, so it's an easy switch.
2024-08-12 21:20:13 -07:00
..
layoutAtom.ts Add action for magnifying a block (#172) 2024-07-30 10:59:53 -07:00
layoutNode.ts Remove UUID library in favor of Crypto (#221) 2024-08-12 21:20:13 -07:00
layoutState.ts Bootstrap layout on first launch (#186) 2024-07-31 21:27:46 -07:00
model.ts Bootstrap layout on first launch (#186) 2024-07-31 21:27:46 -07:00
nodeRefMap.ts rename faraday to layout (#147) 2024-07-23 13:50:23 -07:00
tilelayout.less Make magnify icon always visible, transition from magnify to minimize (#197) 2024-08-05 16:13:26 -07:00
tilelayout.stories.less rename faraday to layout (#147) 2024-07-23 13:50:23 -07:00
TileLayout.stories.tsx rename faraday to layout (#147) 2024-07-23 13:50:23 -07:00
TileLayout.tsx Disable block pointer events during layout drag (#183) 2024-07-31 12:49:38 -07:00
utils.ts Update setTransform calculation to ensure blocks don't overflow display container (#181) 2024-07-30 19:21:06 -07:00