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:
2026-07-02 14:54:15 -05:00
parent 4770ac06b5
commit 3769646ca6
1194 changed files with 5312 additions and 8032 deletions
+1 -1
View File
@@ -8,6 +8,7 @@ use std::time::Duration;
pub mod home_watcher;
use anyhow::Result;
use futures::channel::oneshot;
use galaxyui_core::{Entity, ModelContext};
pub use home_watcher::{HomeDirectoryWatcher, HomeDirectoryWatcherEvent};
use notify_debouncer_full::notify::event::{ModifyKind, RenameMode};
use notify_debouncer_full::notify::{
@@ -17,7 +18,6 @@ use notify_debouncer_full::{
new_debouncer_opt, DebounceEventHandler, DebounceEventResult, DebouncedEvent, Debouncer,
NoCache,
};
use galaxyui_core::{Entity, ModelContext};
#[derive(Debug)]
enum BackgroundFileWatcherCommand {