Red Adaya
16c959daee
minor style fix
2024-10-09 20:47:33 +08:00
Red Adaya
a8e2e0fde6
style channels
2024-10-09 20:44:36 +08:00
Red Adaya
fa0c2791c5
chatbox component
2024-10-09 10:42:03 +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
f04774391c
Merge branch 'main' of github.com:wavetermdev/waveterm into red/chatview
2024-10-05 21:59:39 +08:00
Red Adaya
cadc694bd9
init
2024-10-05 21:49:05 +08:00
Mike Sawka
1bd2fe83cb
right click save image in webview ( #962 )
2024-10-04 16:34:05 -07: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
Evan Simkowitz
fe06e0d93e
Remove unnecessary log in helpview ( #951 )
2024-10-03 20:54:55 -07:00
Evan Simkowitz
74cda378f8
Embed static copy of docsite for help view ( #949 )
...
This will take the latest artifact from the waveterm-docs repo and embed
it in the app binary. When the help view is launched, it will be served
from our backend. If the embedded copy doesn't exist, such as in
unpackaged versions of the app or in locally packaged versions, it will
use the hosted site instead.
There is a sibling PR in the docs repository to build the embedded
version of the app (strips out some external links, removes Algolia
DocSearch, updates the baseUrl)
https://github.com/wavetermdev/waveterm-docs/pull/46
2024-10-03 20:28:05 -07: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
Evan Simkowitz
a1e0d03fcc
Better handle background color for dir preview table ( #944 )
2024-10-02 17:37:02 -07:00
Evan Simkowitz
1737c686c2
Fix double scrollbars in dir preview ( #932 )
...
Phew this took a while, but I think it's a good compromise. All the
scrolling for a preview view now must happen inside the individual
views, rather than at the root level. Now, the scrollbars render in the
right places and are always visible inside the block. I don't love the
blurred header for the table, but it was make it blurry or make it even
more opaque, which would ruin the transparency
2024-10-02 17:21:34 -07:00
Evan Simkowitz
c34fa963a7
Fix Alt+G on Windows/Linux ( #943 )
...
fixes #921
2024-10-02 17:18:16 -07:00
Red Adaya
06c04c0f24
save work
2024-10-02 22:38:31 +08:00
Mike Sawka
f21045d8dd
have terminal ignore all global keybindings ( #924 )
2024-10-01 14:07:28 -07:00
Sylvie Crowe
3f7af7bfb8
fix: modifier keys on windows and linux ( #922 )
2024-10-01 11:54:39 -07:00
Mike Sawka
538d4be8be
use makeIconClass for widgets, add 'brands' support ( #920 )
2024-10-01 09:51:22 -07: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
Sylvie Crowe
7df587d9a4
Speed Up Ai ( #911 )
...
fix: remove ai frontend throttling
2024-09-30 22:14:30 -07: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
Mike Sawka
72e24900f4
quick hack to try to reserve some alt keys from the terminal ( #915 )
2024-09-30 21:48:02 -07:00
Mike Sawka
2fa88c4e50
add term:localshellopts ( #914 )
2024-09-30 21:19:07 -07:00
Red Adaya
d3d7015cce
init
2024-10-01 10:44:47 +08:00
Red Adaya
248446fcf5
minor fix
2024-10-01 10:41:36 +08:00
Mike Sawka
8460620196
try to get meta tag to detect color ( #908 )
2024-09-30 13:51:01 -07:00
Mike Sawka
cacde1b0ba
fix use dimensions hook ( #905 )
2024-09-30 12:19:29 -07:00
Mike Sawka
cafce7aed3
fix app-background zindex ( #893 )
2024-09-27 13:42:18 -07:00
Mike Sawka
5d8fa2e8d9
all data urls in bg. also fix setmeta to only split on the first equal sign ( #889 )
2024-09-26 23:07:06 -07:00
Red J Adaya
5ecb285339
menu ( #846 )
2024-09-26 18:21:28 -07:00
Mike Sawka
29b80bc028
support fish shell with wsh ( #874 )
2024-09-26 15:34:52 -07:00
Sylvie Crowe
de92e53c38
Checkbox and Radio Context Menu Items ( #861 )
...
Expands the context menu to allow checkbox and radio button items.
2024-09-25 20:53:32 -07:00
Mike Sawka
fbbacbc09b
legacy message for v7 upgrades ( #858 )
2024-09-25 15:52:12 -07:00
Evan Simkowitz
168b5aca39
Add Legacy docs link, update primary docs link ( #848 )
2024-09-25 10:43:29 -07:00