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
+3 -6
View File
@@ -1,15 +1,12 @@
use std::ops::Range;
use galaxyui::{
AppContext, Entity, ModelAsRef, ModelContext, ModelHandle, clipboard::ClipboardContent,
};
use galaxyui::clipboard::ClipboardContent;
use galaxyui::elements::ListIndentLevel;
use galaxyui::{AppContext, Entity, ModelAsRef, ModelContext, ModelHandle};
use itertools::{Either, Itertools};
use line_ending::LineEnding;
use string_offset::{ByteOffset, CharOffset};
use vec1::{Vec1, vec1};
use galaxyui_core::clipboard::ClipboardContent;
use galaxyui_core::elements::ListIndentLevel;
use galaxyui_core::{AppContext, Entity, ModelAsRef, ModelContext, ModelHandle};
use crate::content::anchor::Anchor;
use crate::content::buffer::{