waveterm/frontend/app/store
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
..
contextmenu.ts Remove UUID library in favor of Crypto (#221) 2024-08-12 21:20:13 -07:00
global.ts Add WebGL acceleration and link handling to terminal (#205) 2024-08-07 14:27:16 -07:00
modalmodel.ts modals component and model and TOS modal (#164) 2024-07-30 11:44:19 -07:00
services.ts Bootstrap layout on first launch (#186) 2024-07-31 21:27:46 -07:00
wos.ts Remove UUID library in favor of Crypto (#221) 2024-08-12 21:20:13 -07:00
ws.ts more const crusade 2024-07-23 12:46:29 -07:00
wshrpc.ts more const crusade 2024-07-23 12:46:29 -07:00
wshserver.ts update wsh code for easier creation of client servers (for readfile/readdir/fileinfo) (#218) 2024-08-12 10:58:39 -07:00