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
Red J Adaya
55558d441e
fix buttons ( #1308 )
2024-11-15 21:26:48 -08:00
Mike Sawka
1210313d2b
activity updates ( #1302 )
2024-11-15 16:09:26 -08: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
Red J Adaya
55c8e5a213
workspace switcher + new elements (in storybook) ( #1148 )
2024-10-27 13:22:06 -07:00
Evan Simkowitz
a173468e02
Fix telemetry link in TOS ( #1087 )
...
closes #1085
2024-10-21 11:56:29 -07:00
Mike Sawka
a629b28194
implement a config error button + message modal that shows the errors ( #1030 )
2024-10-14 14:57:12 -07: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
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
fbbacbc09b
legacy message for v7 upgrades ( #858 )
2024-09-25 15:52:12 -07:00
Evan Simkowitz
47ad232901
Add back the acknowledgements readme, update about modal link ( #818 )
2024-09-24 16:58:18 -07:00
Mike Sawka
62cc9d8a6b
telemetry fix, log no-telemetry ( #802 )
2024-09-23 13:33:39 -07:00
Red J Adaya
a50431ce2b
fix link styles regression in about modal ( #400 )
2024-09-19 10:43:32 -07:00
Evan Simkowitz
e5e6259dec
Show updater status banner for all statuses ( #396 )
...
Also adds updater channel to about modal
2024-09-18 14:25:52 -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
Sylvie Crowe
040bcf49b7
Remove Tips Modal ( #393 )
...
This tips modal wasn't discovered often enough in tests, so we are
removing it.
2024-09-17 14:29:44 -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
Mike Sawka
3939648bbb
fe wsh router + wsh client impl ( #381 )
2024-09-16 11:59:39 -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
2715c2ce30
shrink tos modal and make it scrollable when vertical space is not enough ( #373 )
2024-09-12 23:10:18 -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
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
sawka
30c1d56be6
fix condition
2024-09-06 16:13:16 -07:00
Sylvie Crowe
11e4f6074d
Input Modal Fixes ( #336 )
...
A couple small things:
- make the timer more robust in case of a timing issue where the timer
skips 0
- make the x button in the corner work
- style the title to stand out
The title will need more styling in the future, but this is still an
improvement.
2024-09-06 04:15:42 -07:00
sawka
a3296fc530
fix icon position, plus sign, etc.
2024-09-05 18:58:51 -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
Evan Simkowitz
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
Red J Adaya
9a361d21d5
responsive typeahead modal ( #324 )
2024-09-05 14:38:36 -07:00
Evan Simkowitz
0de41fab08
Fix the client version in the about modal ( #315 )
...
The client version in the about modal was hard-coded. Now, it will use
the same values that powered the Electron about modal.
2024-09-03 21:45:44 -07:00
sawka
70ef76be62
implement cmd:i, hook up telemetry switch, fix some settings types
2024-09-02 20:21:35 -07:00
Mike Sawka
e3b7ab73c0
preview refactor for keyboard/focus ( #303 )
2024-09-02 16:48:10 -07:00
Mike Sawka
a104a6e446
new focus system part 1 ( #290 )
2024-08-29 16:06:15 -07:00
Red J Adaya
c440fb774e
suggestions UI ( #286 )
2024-08-28 23:47:45 -07:00
sawka
c2d2ad9136
separate cmd+o from switch connection (disconnect typeaaheadatom), and allow width to 95%
2024-08-26 21:03:12 -07:00
Red J Adaya
a665d372e3
telemetry toggle ( #278 )
...
<img width="1316" alt="image"
src="https://github.com/user-attachments/assets/01dc517c-2e9c-46ea-aaf0-4fff1fd3909d ">
2024-08-26 18:03:32 -07:00
Red J Adaya
7d98aeb2c9
fix dynamic setting of suggestions modal ( #272 )
2024-08-26 16:33:05 -07:00
Sylvie Crowe
636d71e652
Change Connection UI ( #269 )
...
This allows the user to select different connections from the terminal
block. Some features include:
- a status bar at the top of the term block that shows your current
connection
- an icon next to the status bar that shows whether the connection is
currently connected
- the ability to click the status bar and type in a new connection in
order to change the current connection
---------
Co-authored-by: sawka <mike.sawka@gmail.com>
2024-08-23 18:12:40 -07:00
Red J Adaya
b9c87a0ce3
hide when Enter is pressed ( #262 )
2024-08-23 09:46:04 -07:00
Red J Adaya
c1684d28d1
suggestions modal ( #260 )
2024-08-23 00:18:49 -07:00
Evan Simkowitz
bd4bf93d4a
Update copyright indicators on a bunch of files ( #255 )
2024-08-20 17:01:29 -07:00
Red J Adaya
964c422a02
about modal ( #244 )
2024-08-19 15:49:40 -07:00
Red J Adaya
9233b3dbd7
modals component and model and TOS modal ( #164 )
...
Co-authored-by: Sylvia Crowe <software@oneirocosm.com>
Co-authored-by: sawka <mike.sawka@gmail.com>
2024-07-30 11:44:19 -07:00