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 -2
View File
@@ -14,8 +14,6 @@ use std::path::Path;
use std::rc::Rc;
use std::sync::Arc;
use galaxy_util::path::ShellFamily;
use anyhow::Result;
pub use app::AppCallbacks;
use async_task::Runnable;
@@ -24,6 +22,7 @@ pub use file_picker::{
FilePickerCallback, FilePickerConfiguration, FileType, SaveFilePickerCallback,
SaveFilePickerConfiguration,
};
use galaxy_util::path::ShellFamily;
use lazy_static::lazy_static;
use pathfinder_geometry::rect::{RectF, RectI};
use pathfinder_geometry::vector::{Vector2F, Vector2I};