waveterm/frontend/app/view
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
..
codeeditor bind Cmd-r,s,e directly with Monaco for codeedit 2024-07-31 19:41:16 -07:00
cpuplot more refactoring of block header. isolate atom dependencies more 2024-08-01 16:01:11 -07:00
helpview rearrange view files into directories 2024-08-01 13:06:18 -07:00
plotview rearrange view files into directories 2024-08-01 13:06:18 -07:00
preview Add WebGL acceleration and link handling to terminal (#205) 2024-08-07 14:27:16 -07:00
term switch from 'main' to 'term' for main terminal blockfile 2024-08-12 15:53:34 -07:00
waveai Remove UUID library in favor of Crypto (#221) 2024-08-12 21:20:13 -07:00
webview url bar google search and improved url detection (#204) 2024-08-08 11:58:22 -07:00