waveterm/frontend/app
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
..
asset Make magnify icon always visible, transition from magnify to minimize (#197) 2024-08-05 16:13:26 -07:00
block Remove unnecessary icon styling for block, update header flex 2024-08-06 14:20:19 -07:00
element Use button for update available banner (#202) 2024-08-06 16:48:25 -07:00
hook CPU Plot (#185) 2024-07-31 14:13:36 -07:00
modals modals component and model and TOS modal (#164) 2024-07-30 11:44:19 -07:00
store Remove UUID library in favor of Crypto (#221) 2024-08-12 21:20:13 -07:00
tab move widgets to left, fix some paddings 2024-08-09 11:49:19 -07:00
view Remove UUID library in favor of Crypto (#221) 2024-08-12 21:20:13 -07:00
workspace move widgets to left, fix some paddings 2024-08-09 11:49:19 -07:00
app.less modals component and model and TOS modal (#164) 2024-07-30 11:44:19 -07:00
app.tsx new keybindings for switching tabs/blocks 2024-08-02 16:50:11 -07:00
mixins.less directory preview fixes (#130) 2024-07-25 21:14:21 -07:00
reset.less port to electron (#33) 2024-06-11 17:42:10 -07:00
theme.less Make magnify icon always visible, transition from magnify to minimize (#197) 2024-08-05 16:13:26 -07:00