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
@@ -7,18 +7,18 @@
use std::time::Duration;
use galaxyui_core::async_assert;
use galaxyui_core::integration::TestStep;
use warp::features::FeatureFlag;
use warp::integration_testing::step::new_step_with_default_assertions;
use warp::integration_testing::terminal::wait_until_bootstrapped_single_pane_for_tab;
use warp::integration_testing::view_getters::workspace_view;
use galaxyui_core::async_assert;
use galaxyui_core::integration::TestStep;
use super::{new_builder, Builder};
/// Helper: returns the path to the TOML settings file.
fn toml_file_path() -> std::path::PathBuf {
galaxy::settings::user_preferences_toml_file_path()
warp::settings::user_preferences_toml_file_path()
}
// ---------------------------------------------------------------------------