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:
@@ -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()
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user