Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
mod items;
pub use items::Items;
use warp_core::context_flag::ContextFlag;
use warp_core::features::FeatureFlag;
use galaxy_core::context_flag::ContextFlag;
use galaxy_core::features::FeatureFlag;
use crate::appearance::Appearance;
use crate::search::command_palette::FilterChipRenderer;
@@ -11,8 +11,8 @@ use crate::search::QueryFilter;
use crate::settings::AISettings;
use crate::workspace::Workspace;
use std::collections::HashMap;
use warpui::elements::{Container, Flex, MouseStateHandle, ParentElement, Shrinkable, Wrap};
use warpui::{
use galaxyui::elements::{Container, Flex, MouseStateHandle, ParentElement, Shrinkable, Wrap};
use galaxyui::{
AppContext, Element, Entity, ModelHandle, SingletonEntity, TypedActionView, View, ViewContext,
WindowId,
};