Red Adaya
d734bf9442
fix conflicts
2024-11-28 14:50:15 +08:00
Sylvie Crowe
24103213aa
SSH without using WSH ( #1355 )
2024-11-27 16:52:00 -08:00
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
Evan Simkowitz
416ba8d5da
Add settings to control the size of the magnified/ephemeral nodes and their blur ( #1319 )
2024-11-18 14:41:09 -08:00
Mike Sawka
1210313d2b
activity updates ( #1302 )
2024-11-15 16:09:26 -08:00
Evan Simkowitz
eb00716e00
Don't drag for ephemeral blocks ( #1288 )
2024-11-14 10:16:08 -08:00
Red J Adaya
b429e967e6
use color var for connection status overlay ( #1278 )
2024-11-13 18:39:46 -08:00
Evan Simkowitz
3fcf209b52
Add ephemeral block support ( #1275 )
...
Ephemeral blocks can now be added to the LayoutModel for a tab. Only one
ephemeral block can exist at a time. It is placed above all other
blocks, including the magnified blocks.
Updates how magnified and ephemeral blocks overlay the other blocks.
Now, there's a blurred backdrop behind them that will obscure the other
blocks. As a result of this, the overlayed blocks are now translucent.
2024-11-13 18:00:13 -08:00
Mike Sawka
3fc45c63f3
vdom terminal toolbar ( #1263 )
2024-11-11 13:11:09 -08:00
Mike Sawka
eeda49bbde
vdom 7 ( #1180 )
2024-11-02 10:58:13 -07:00
Mike Sawka
473225d94b
issue squashing #1175 #1038 #1086 #1081 #1066 #1020 ( #1177 )
2024-10-31 12:34:30 -07:00
Sylvie Crowe
bf8cc732af
feat: add checkmark next to current connection ( #1159 )
...
The is specifically for the typeahead dropdown for connections.
2024-10-27 23:55:43 -07:00
Mike Sawka
a782d83628
vdom 6 ( #1145 )
2024-10-25 18:36:09 -07:00
Mike Sawka
416c26c1cd
vdom 5 ( #1143 )
2024-10-25 13:45:00 -07:00
Mike Sawka
701d93884d
vdom 4 ( #1110 )
2024-10-23 22:47:29 -07:00
Sylvie Crowe
8248637e00
WSL Integration ( #1031 )
...
Adds support for connecting to local WSL installations on Windows.
(also adds wshrpcmmultiproxy / connserver router)
2024-10-23 22:43:17 -07:00
Red Adaya
34bc735d5c
bg selector widget
2024-10-23 10:53:06 +08:00
sawka
0590ba2509
merge main to dev 0.9
2024-10-18 09:29:39 -07:00
Sylvie Crowe
a5999aa02a
Plot Sysinfo ( #1054 )
...
Expands the cpuplot with memory plots and individual cpu plots. Also
improves the styling and handling of multiple plots.
2024-10-17 15:19:13 -07:00
Mike Sawka
46783ba315
vdom 3 ( #1033 )
2024-10-17 14:50:36 -07:00
Mike Sawka
c1c90bb4f8
browser view ( #1005 )
2024-10-17 14:34:02 -07:00
Evan Simkowitz
69c99dd13a
Add button to mute audio when media is playing in webview ( #1036 )
...
![image](https://github.com/user-attachments/assets/202636dc-aab5-4164-9729-fecd0cc804ae )
Also fixes atom usage for the url bar so it will properly update when
any upstream atom states change
2024-10-15 15:15:33 -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
9dd4188810
fix: add error messages to ai chat ( #999 )
...
This will print error messages to the chat when there is an error
getting an ai response. The actual content of the responses are not
forwarded to the models in future requests.
<img width="389" alt="Screenshot 2024-10-09 at 2 36 13 PM"
src="https://github.com/user-attachments/assets/e6c6b1c1-fa19-4456-be3b-596feaeaafed ">
2024-10-09 14:50:56 -07:00
Evan Simkowitz
e2bd3cd94a
Add per-block WebView homepage setting, help view is now just a skinned webview ( #982 )
...
Adds a meta field `pinnedurl` that can be set to override the
`web:defaulturl` setting for a given block. Also adds a home button to
the webview to reset the block url to the homepage
The help view is now an extension of the webview with some of the chrome
removed.
Also updates the cookie dependency to resolve a vulnerability
2024-10-07 17:20:18 -07:00
Mike Sawka
447596b5e7
new config preview:showhiddenfiles and term:theme ( #981 )
2024-10-07 14:08:57 -07:00
Mike Sawka
d9d19f8368
allow metadata to override the frame title, icon, and text ( #972 )
2024-10-06 22:08:26 -07:00
Mike Sawka
f05032bcd4
add webcontents id to helpview webview. ( #969 )
...
also allow contextmneu items to have sublabel, visible, and enabled
2024-10-06 13:55:26 -07:00
Mike Sawka
cacde1b0ba
fix use dimensions hook ( #905 )
2024-09-30 12:19:29 -07:00
sawka
8fb831fac6
focus selection stuff
2024-09-19 16:47:59 -07:00
Sylvie Crowe
f4c52d0037
Tips Component ( #789 )
...
Add the tips as a component in addition to the initial modal.
2024-09-19 11:32:24 -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
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
Mike Sawka
3939648bbb
fe wsh router + wsh client impl ( #381 )
2024-09-16 11:59:39 -07:00
Evan Simkowitz
936d4bfb30
Migrate websocket eventbus messages to wps ( #367 )
...
This migrates all remaining eventbus events sent over the websocket to
use the wps interface. WPS is more flexible for registering events and
callbacks and provides support for more reliable unsubscribes and
resubscribes.
2024-09-11 18:03:55 -07:00
sawka
766a976718
errorboundary fallback, errorboundary in block frame header. fix workspace error boundary
2024-09-09 18:20:57 -07:00
Sylvia Crowe
639e796296
fix: clamp connection rowIndex to list size
2024-09-09 17:06:48 -07:00
Sylvie Crowe
663cb2cce7
Connection Typeahead Arrow Keys ( #352 )
...
This is a first pass to get arrow keys to work with the connection
typeahead.
2024-09-09 16:26:24 -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
88158289d2
remove debug log
2024-09-06 17:13:30 -07:00
sawka
c00749efeb
fix useWidth usage, use overlayref directly
2024-09-06 11:10:45 -07:00
Red J Adaya
a00dc5682e
connection status overlay ( #337 )
2024-09-06 10:33:26 -07:00
Mike Sawka
acae25f6e3
connmodal updates. connection colors, conn status in modal ( #335 )
2024-09-05 23:09:30 -07:00
sawka
975b77e728
updates for suggestions
2024-09-05 22:15:14 -07:00
sawka
a22b1cb9f5
fix reconnect suggestion
2024-09-05 19:25:52 -07:00
sawka
a3296fc530
fix icon position, plus sign, etc.
2024-09-05 18:58:51 -07:00
sawka
98a55b2290
updates for local
2024-09-05 18:54:12 -07:00
Evan Simkowitz
9ef6745d66
fix regression in nodeModel.innerRect
2024-09-05 18:07:55 -07:00
Sylvie Crowe
fc0b1929ec
Connection Typeahead/Suggestions ( #332 )
...
Adds a list of potential remotes to add and filters it as you type. It
also provides options for reconnecting on a disconnection and
specifically connecting to a local connection
2024-09-05 17:02:44 -07:00
Mike Sawka
a5f563b52d
new directory structure and oldmigrate ( #327 )
2024-09-05 14:05:42 -07:00