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
@@ -3,13 +3,13 @@ use pathfinder_geometry::rect::RectF;
use pathfinder_geometry::vector::Vector2F;
use std::collections::HashSet;
use std::{fmt, iter, mem};
use warpui::elements::{
use galaxyui::elements::{
ChildAnchor, Container, DispatchEventResult, Empty, OffsetPositioning, ParentAnchor,
ParentOffsetBounds, PositionedElementAnchor, PositionedElementOffsetBounds, SavePosition,
Stack,
};
use warpui::AppContext;
use warpui::{
use galaxyui::AppContext;
use galaxyui::{
elements::{
ConstrainedBox, Element, EventHandler, Flex, Hoverable, MouseStateHandle, ParentElement,
Rect, Shrinkable,
@@ -21,7 +21,7 @@ use warpui::{
use super::{ActivationReason, PaneGroup, PaneId};
use crate::pane_group::{get_minimum_pane_size, DraggedBorder, PaneGroupAction};
use crate::themes::theme::WarpTheme;
use warp_core::features::FeatureFlag;
use galaxy_core::features::FeatureFlag;
#[cfg(test)]
#[path = "tree_tests.rs"]