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
@@ -6,8 +6,8 @@ use std::sync::atomic::{AtomicUsize, Ordering};
use cynic::{GraphQlError, GraphQlResponse};
use futures::executor::block_on;
use galaxy_graphql::client::{GraphQLError, RequestOptions};
use http::StatusCode;
use warp_graphql::client::{GraphQLError, RequestOptions};
use warp_server_auth::auth_state::AuthState;
use super::send_graphql_request;
@@ -124,7 +124,7 @@ impl FakeGraphqlOperation {
}
}
impl warp_graphql::client::Operation<()> for FakeGraphqlOperation {
impl galaxy_graphql::client::Operation<()> for FakeGraphqlOperation {
fn operation_name(&self) -> Option<Cow<'_, str>> {
Some(Cow::Borrowed("FakeGraphqlOperation"))
}