Commit Graph
18 Commits
Author SHA1 Message Date
sawka 8fb831fac6 focus selection stuff 2024-09-19 16:47:59 -07:00
Red J AdayaandGitHub dae72e7009 more on button refactor (#388)
- Removed opacity for hover effect. Now uses a brighter variant of color
- Updated other Button usages
2024-09-17 22:38:17 -07:00
sawka f7272c6375 remove aichat-input opacity 2024-09-17 00:10:42 -07:00
Sylvie CroweandGitHub ea19444710 Various Bug Fixes and UI Improvements (#386)
This change adds
- performance improvements for ai chat
- new ai chat user interface
- open blank files with codeedit
- fix for userinput password modal
2024-09-16 22:59:09 -07:00
Mike SawkaandGitHub 3939648bbb fe wsh router + wsh client impl (#381) 2024-09-16 11:59:39 -07:00
Evan SimkowitzandGitHub 9e3c9f9253 Make IconButton its own element, move CopyButton to use it (#357) 2024-09-09 12:35:53 -07:00
Evan SimkowitzandGitHub 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 SawkaandGitHub 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 SawkaandGitHub 8630e23239 new config system (#283) 2024-08-27 18:49:49 -07:00
Sylvie CroweandGitHub 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 SawkaandGitHub dedfc31344 implement Cmd-I and restructure block viewmodels (#257) 2024-08-21 15:49:23 -07:00
Evan SimkowitzandGitHub 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