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::fmt::Write;
|
||||
|
||||
use itertools::Itertools;
|
||||
use settings::ToggleableSetting as _;
|
||||
use galaxyui::modals::{AlertDialogWithCallbacks, AppModalCallback, ModalButton};
|
||||
use galaxyui::{AppContext, EntityId, SingletonEntity, ViewContext, WeakViewHandle, WindowId};
|
||||
use itertools::Itertools;
|
||||
use settings::ToggleableSetting as _;
|
||||
|
||||
use crate::code::editor_management::{CodeEditorStatus, CodeEditorSummary};
|
||||
use crate::pane_group::{CodePane, PaneGroup, PaneId, TerminalPane};
|
||||
|
||||
Reference in New Issue
Block a user