Red Adaya
57bfa6b8bd
do not wrap text
2024-10-09 20:52:49 +08:00
Red Adaya
a8e2e0fde6
style channels
2024-10-09 20:44:36 +08:00
Red Adaya
1edba03389
make it scrollable
2024-10-08 21:17:09 +08:00
Red Adaya
2bc8295fdb
put actual emojis
2024-10-08 13:14:36 +08:00
Red Adaya
45b8470355
reposition palette when it touches edges of screen
2024-10-08 09:48:30 +08:00
Red Adaya
a8d4114775
palette story
2024-10-08 09:40:07 +08:00
Red Adaya
89aa5e733b
palette component initial implementation
2024-10-07 20:46:51 +08:00
Red Adaya
cd3594e021
user list component
2024-10-06 21:06:59 +08:00
Red Adaya
2fc9c54785
messages component
2024-10-06 20:25:48 +08:00
Red Adaya
2486804d62
Merge branch 'red/fix-markdown' of github.com:wavetermdev/waveterm into red/chatview
2024-10-06 19:59:03 +08:00
Red Adaya
cadc694bd9
init
2024-10-05 21:49:05 +08:00
Red Adaya
6a41e3c0a8
menu stories
2024-10-04 21:38:02 +08:00
Red Adaya
4b8520b9fa
context menu stories cleanup
2024-10-04 20:56:55 +08:00
Red Adaya
f7d8ff3665
dropdown stopries
2024-10-04 20:56:21 +08:00
Red Adaya
0525efc1ce
save work
2024-10-03 13:30:35 +08:00
Red Adaya
74efd1a825
mixins for avatar
2024-10-03 10:32:29 +08:00
Red Adaya
02f8c02a44
put some styles in mixins
2024-10-03 10:11:00 +08:00
Red Adaya
06c04c0f24
save work
2024-10-02 22:38:31 +08:00
Red Adaya
f5c0503d1f
memoized
2024-10-01 21:04:56 +08:00
Red Adaya
af175f68e2
styling
2024-10-01 21:03:24 +08:00
Red Adaya
87255cf688
Merge branch 'red/menu-stories--fix' into red/chatview
2024-10-01 19:55:04 +08:00
Red Adaya
1861bfafe5
improvements
2024-10-01 14:03:58 +08:00
Red Adaya
829dffa589
initial implementation for list
2024-10-01 13:58:08 +08:00
Red Adaya
f998ca593f
avatar storries
2024-10-01 13:09:23 +08:00
Red Adaya
fb775eb975
avatar component
2024-10-01 13:00:30 +08:00
Red Adaya
248446fcf5
minor fix
2024-10-01 10:41:36 +08: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