Evan Simkowitz
2e91ee843c
Switch from Less to Scss ( #1335 )
...
Less hasn't received an update in over a year and the parser is missing
some modern syntax like relative colors so this switches us to scss
2024-11-21 16:05:04 -08:00
Red J Adaya
55558d441e
fix buttons ( #1308 )
2024-11-15 21:26:48 -08:00
Red J Adaya
f64863c52a
notification ( #1207 )
2024-11-15 21:26:16 -08:00
Mike Sawka
c4d7779003
wsh ai file attachments -- renderer in waveai ( #1281 )
2024-11-14 16:20:33 -08:00
Mike Sawka
42e85aea6f
VDom 10 ( #1206 )
...
* get RefOperations and RefUpdates working.
* implement a <canvas> API that can be called using RefOperations
* prop to disable rehype/markdown (memory leak)
2024-11-05 23:07:45 -08:00
Evan Simkowitz
be5d73af21
Fix wave ai styling ( #1157 )
2024-10-27 21:34:20 -07:00
Red J Adaya
55c8e5a213
workspace switcher + new elements (in storybook) ( #1148 )
2024-10-27 13:22:06 -07:00
Mike Sawka
a782d83628
vdom 6 ( #1145 )
2024-10-25 18:36:09 -07:00
Evan Simkowitz
e9fcb9b145
Merge branch 'main' into dev-v0.9
2024-10-25 10:21:33 -07:00
Evan Simkowitz
34e4ffc429
Use FloatingPortal to position menu above all other contents ( #1136 )
2024-10-24 23:32:54 -07:00
Evan Simkowitz
20d333f724
Make menubutton text clip to avoid overflow ( #1135 )
2024-10-24 23:24:54 -07:00
Mike Sawka
369fababa6
tab updates ( #1134 )
2024-10-24 23:16:44 -07:00
Mike Sawka
c1c90bb4f8
browser view ( #1005 )
2024-10-17 14:34:02 -07:00
Evan Simkowitz
31535404f5
Fix menu stories ( #1028 )
2024-10-13 09:45:02 -07:00
Evan Simkowitz
0b88fa590d
Move AI model configs to presets and add a dropdown to swap between configs ( #1024 )
2024-10-12 18:40:14 -04:00
Sylvie Crowe
f3e0ba8148
Add Don't Ask Again Checkbox for Wsh Install ( #1010 )
...
This provides a checkbox when installing wsh that will prevent the
message from popping up in the future. It can also be disabled by adding
`"askbeforewshinstall": false` to the config file.
2024-10-10 15:50:46 -07:00
Evan Simkowitz
d2b2491211
Add markdown alert parsing, fix buffer issue when switching files ( #988 )
...
Adds the GitHub alert syntax parsing to the markdown element, fixes an
issue where the file edit buffer was not getting unset when the file
path changed, continues my crusade on star imports
2024-10-08 09:25:41 -07:00
Mike Sawka
447596b5e7
new config preview:showhiddenfiles and term:theme ( #981 )
2024-10-07 14:08:57 -07:00
Red J Adaya
28ca193c19
Add 'scrollable' prop to Markdown component for better control over scrolling behavior ( #964 )
...
The scrollable prop controls if ScrollbarOverlay is added to the
Markdown component.
2024-10-06 13:30:02 -07:00
Mike Sawka
cacde1b0ba
fix use dimensions hook ( #905 )
2024-09-30 12:19:29 -07:00
Red J Adaya
5ecb285339
menu ( #846 )
2024-09-26 18:21:28 -07:00
Mike Sawka
e281cebb56
tips update (add to starter layout) ( #796 )
2024-09-20 12:17:49 -07:00
Red J Adaya
dbf88d82b7
use css vars for button colors ( #399 )
2024-09-19 10:44:12 -07:00
Red J Adaya
a50431ce2b
fix link styles regression in about modal ( #400 )
2024-09-19 10:43:32 -07:00
Evan Simkowitz
3ade98879b
Fix button disabled behavior
2024-09-18 14:14:03 -07:00
Red J Adaya
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
Mike Sawka
46eb164778
tos page 2 -- quick tips ( #387 )
2024-09-16 23:45:47 -07:00
Sylvie Crowe
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
Red J Adaya
09f4616ae0
button refactor ( #383 )
...
Refactored to be more flexible. Now, it has three types
- solid
- outline
- ghost
and subtypes
- green
- grey
- red
- yellow
It defaults to solid and green when no className is provided. It
concatenates defaults if custom classNames are provided.
2024-09-16 22:23:05 -07:00
sawka
9873b27977
fix button colors/outlines
2024-09-16 12:26:06 -07:00
Mike Sawka
3939648bbb
fe wsh router + wsh client impl ( #381 )
2024-09-16 11:59:39 -07:00
sawka
33407715a0
fix button colors, better lightbulb, button hovers
2024-09-13 10:24:16 -07:00
Sylvie Crowe
555ab07861
Add Tips Modal for Directory ( #374 )
...
This is an experimental modal to show tips. If it helps improve
discoverability, it will be improved in the future.
2024-09-13 03:36:15 -07:00
Red J Adaya
04924870c1
button refactor ( #372 )
2024-09-12 22:22:31 -07:00
Red J Adaya
b3f7e7a2b9
fix default button text color ( #370 )
2024-09-12 17:49:57 -07:00
Red J Adaya
df2af04a6e
telemetry fix ( #365 )
2024-09-11 09:26:43 -07:00
Evan Simkowitz
29db989623
Revert "Keep changes in preview after save ( #360 )"
...
This reverts commit 13ac6af4d0
.
2024-09-10 14:27:11 -07:00
Evan Simkowitz
13ac6af4d0
Keep changes in preview after save ( #360 )
...
A bit hacky, but should allow preview to update to latest file contents
after save
2024-09-10 13:37:30 -07:00
sawka
766a976718
errorboundary fallback, errorboundary in block frame header. fix workspace error boundary
2024-09-09 18:20:57 -07:00
Evan Simkowitz
0d040f1155
use regular@ syntax for icon button class
2024-09-09 12:38:49 -07:00
Evan Simkowitz
9e3c9f9253
Make IconButton its own element, move CopyButton to use it ( #357 )
2024-09-09 12:35:53 -07:00
Evan Simkowitz
c3924daac3
fix variables for markdown code
2024-09-09 12:09:31 -07:00
Evan Simkowitz
45acc62266
remove undefined variable
2024-09-09 12:08:32 -07:00
Evan Simkowitz
331724c6c3
make code only transparent in pre tags
2024-09-09 12:05:15 -07:00
Evan Simkowitz
1cf3671ac4
remove classname from copybutton since it's already applied by default
2024-09-09 12:01:57 -07:00
Evan Simkowitz
942f7c4431
remove code background
2024-09-09 12:00:47 -07:00
Evan Simkowitz
76d5288aba
apply slug after sanitize
2024-09-09 11:58:55 -07:00
Evan Simkowitz
7c45b3679f
Add syntax highlighting to the Markdown element ( #356 )
...
Also fixes the styling for the copy button
2024-09-09 11:56:21 -07:00
Evan Simkowitz
5e80aeb22a
remove unnecessary callback
2024-09-07 11:20:28 -07:00
Evan Simkowitz
f2050f6155
use built-in slug prefix
2024-09-07 11:18:38 -07:00