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 -1
View File
@@ -3,7 +3,6 @@ use std::iter::FromIterator;
use std::path::{Component, Path, PathBuf};
use anyhow::Result;
use serde::{Deserialize, Deserializer, Serialize, Serializer};
pub use galaxy_core::ui::color::blend::Blend;
use galaxy_core::ui::color::pick_foreground_color;
pub use galaxy_core::ui::theme::*;
@@ -14,6 +13,7 @@ use galaxyui::elements::{
Shrinkable, Stack, Text,
};
use galaxyui::fonts::FamilyId;
use serde::{Deserialize, Deserializer, Serialize, Serializer};
use super::default_themes::*;
use super::theme_creator::{pick_accent_color_from_options, top_colors_for_image};
@@ -468,6 +468,8 @@ pub struct GalaxyThemeConfig {
theme_map: HashMap<ThemeKind, GalaxyTheme>,
}
pub type WarpThemeConfig = GalaxyThemeConfig;
impl GalaxyThemeConfig {
pub fn new() -> Self {
// preload with built-in themes