sawka
d3eac06d7a
remove chatty logging
v0.7.5
2024-05-02 15:45:27 -07:00
sawka
5ad6a803b0
bump to v0.7.5
2024-05-02 15:39:54 -07:00
sawka
bd366e99f3
add onClose back in to infomsg view
2024-05-02 15:31:56 -07:00
sawka
4cb89e02df
use cmdinput keybindings even when auxview info is open
2024-05-02 15:26:17 -07:00
sawka
c711d32f54
bump version to v0.7.4
v0.7.4
2024-05-01 21:07:48 -07:00
sawka
89f117b922
remove k8s prompt commands (performance issue)
2024-05-01 21:06:57 -07:00
Mike Sawka
03cdc067e7
cmdinput keybindings ( #627 )
v0.7.3
2024-04-30 18:44:40 -07:00
Cole Lashley
6c3e5b8746
Block store ( #578 )
...
Contains the implementation of the block store
In this pr is a simple way to send and receive data through a database
I have implemented the base functionality as well as quite a few tests
to make sure that everything works
There are a few methods that have yet to be implemented, but
theoretically they should be implemented as calls to the other
functions, ie append should just be a call to WriteAt
This doesn't affect anything yet so it can safely be merged whenever. I
don't want this pr to stagnate like file view, so I'm happy to write
multiple prs for this
2024-04-30 18:21:31 -07:00
Evan Simkowitz
e1a931056c
Fix the sidebar X target so that there isn't a weird padding that shows the pointer cursor ( #626 )
2024-04-30 18:12:21 -07:00
Evan Simkowitz
1c2c0c5efc
Use FOSSA to generate license reports on every PR ( #625 )
2024-04-30 17:27:20 -07:00
Cole Lashley
f6881cf380
Ai chat select fix ( #622 )
2024-04-30 17:16:03 -07:00
Evan Simkowitz
345356d8d4
Make connections modal scrollable ( #623 )
2024-04-30 16:43:47 -07:00
Ian Jennings
8cea209823
TestDriver.ai: Validate that overlapping text does not appear in UI ( #528 )
2024-04-30 16:43:27 -07:00
Evan Simkowitz
a16e01f73b
Make Client Settings and connections views scrollable, fix regression in unused bookmarks feature ( #621 )
...
Makes clientsettings scrollable, adds an option for mainview to wrap the
mainview-content in an OverlayScrollbarsComponent
2024-04-30 16:05:49 -07:00
Mike Sawka
8c63be4ea0
fix cmdinput cursor positioning on mount ( #620 )
2024-04-30 14:28:52 -07:00
Evan Simkowitz
35e0488f7b
Call makeObservable for all cmdInput classes ( #619 )
2024-04-30 13:58:54 -07:00
Ian Jennings
c53e0a99f6
TestDriver.ai: Add comments to PRs ( #498 )
2024-04-30 12:37:22 -07:00
Cole Lashley
e6df2c216d
Client show defaults small fix ( #614 )
2024-04-30 11:37:01 -07:00
Evan Simkowitz
c6a8797ddd
Break out non-autocomplete changes from autocomplete PR ( #618 )
...
This improves the ephemeral command runner to allow for honoring of
timeouts and proper handling of overriding the current working
directory. It also fixes some partially transparent font colors in light
mode, making them solid instead. It also updates the InputModel to be
auto-observable and utilize some getters to ensure the cmdinput is
getting updated whenever necessary state changes take place.
2024-04-29 18:29:27 -07:00
Cole Lashley
ac91fa8596
fixed ai timeout bug ( #617 )
2024-04-29 15:56:20 -07:00
Evan Simkowitz
50662c2152
Fixes a regression that would unfocus from the history input ( #615 )
...
* Fixes a regression that would unfocus from the history input
* remove debug statements
* Update historyinfo.tsx
* fix scrolling the right way
2024-04-29 15:08:11 -07:00
Cole Lashley
4296856cc1
Fixed separator code in config path ( #616 )
...
* un quoted separator in config
* addressed review comments
2024-04-29 12:40:36 -07:00
Evan Simkowitz
d0867477ff
add path separator for config dir handler ( #613 )
2024-04-26 12:08:10 -07:00
Evan Simkowitz
25b77c7fee
Attempt 2 to resolve security warning ( #612 )
...
* replace path with filepath
* remove configPath from error
* remove unnecessary printf
* replace more paths with filepath
* remove unnecessary abs path call
* bad commit
2024-04-26 12:00:11 -07:00
Evan Simkowitz
db557e0b69
Validate config dir path to resolve security warning ( #611 )
...
* Attempt to validate config path to resolve security warning
* move above fullpath
* make sure path does not reference parent dir
2024-04-26 11:23:09 -07:00