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
+3 -3
View File
@@ -1,5 +1,5 @@
use warp_core::ui::builder::UiBuilder;
use warpui::{
use galaxy_core::ui::builder::UiBuilder;
use galaxyui::{
accessibility::{AccessibilityContent, WarpA11yRole},
elements::{Align, Container, Element, Flex, MouseStateHandle, ParentElement},
keymap::FixedBinding,
@@ -37,7 +37,7 @@ const BUTTON_MARGIN_BOTTOM: f32 = 14.;
const ACCESSIBILITY_HELP: &str = "Press enter to open the theme chooser or escape to dismiss.";
pub fn init(app: &mut AppContext) {
use warpui::keymap::macros::*;
use galaxyui::keymap::macros::*;
app.register_fixed_bindings([FixedBinding::new(
"enter",