Evan Simkowitz
9e3c9f9253
Make IconButton its own element, move CopyButton to use it ( #357 )
2024-09-09 12:35:53 -07:00
Evan Simkowitz
015ebf5dd5
Make textAtom and showTocAtom in Markdown element optional ( #331 )
...
Fix backwards-compatibility for the Markdown element by adding back the option to pass text directly to the element and make atom parameters optional.
2024-09-05 15:35:57 -07:00
Evan Simkowitz
86685e4bcf
simplify waveai imports
2024-09-05 14:43:14 -07:00
Evan Simkowitz
7393e5e7b6
Missed one
2024-09-05 14:40:25 -07:00
Evan Simkowitz
959255af30
Fix markdown impl in waveai
2024-09-05 14:40:24 -07:00
Mike Sawka
53d3ad04b7
focus/key handling for directory preview ( #291 )
2024-08-29 17:00:24 -07:00
sawka
a7606b8363
update visuals to say gpt-4o-mini
2024-08-28 12:05:36 -07:00
Mike Sawka
8630e23239
new config system ( #283 )
2024-08-27 18:49:49 -07:00
Sylvie Crowe
ee0bc0a377
Windows Bug Fixes ( #281 )
...
Fixes two bugs
- ai component now works on windows
- forces files to use lf line endings on windows instead of crlf
2024-08-27 15:12:26 -07:00
sawka
43138f754c
fix double model creation
2024-08-22 16:25:53 -07:00
Mike Sawka
dedfc31344
implement Cmd-I and restructure block viewmodels ( #257 )
2024-08-21 15:49:23 -07:00
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
sawka
9f98d03add
rearrange view files into directories
2024-08-01 13:06:18 -07:00