Fix cursor focus and selection in input box, add AWS env var warning box, and remove AWS Bedrock login banner
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use std::fs;
|
||||
|
||||
use virtual_fs::{Stub, VirtualFS};
|
||||
use galaxy_util::local_or_remote_path::LocalOrRemotePath;
|
||||
use galaxy_util::standardized_path::StandardizedPath;
|
||||
use galaxyui_core::App;
|
||||
use virtual_fs::{Stub, VirtualFS};
|
||||
|
||||
use crate::repositories::{stub_git_repository, DetectedRepositories, RepoDetectionSource};
|
||||
use crate::watcher::DirectoryWatcher;
|
||||
|
||||
Reference in New Issue
Block a user