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 @@
use pathfinder_color::ColorU;
use settings::Setting as _;
use warp_editor::editor::NavigationKey;
use warpui::{
use galaxy_editor::editor::NavigationKey;
use galaxyui::{
accessibility::{AccessibilityContent, WarpA11yRole},
elements::{
Align, ChildAnchor, ConstrainedBox, Container, CornerRadius, CrossAxisAlignment,
@@ -150,7 +150,7 @@ pub struct ThemeChooser {
search_editor: ViewHandle<EditorView>,
referral_theme_status: ModelHandle<ReferralThemeStatus>,
tips_completed: ModelHandle<TipsCompleted>,
window_id: warpui::WindowId,
window_id: galaxyui::WindowId,
}
#[derive(Debug)]
@@ -165,7 +165,7 @@ pub enum ThemeChooserAction {
}
pub fn init(app: &mut AppContext) {
use warpui::keymap::macros::*;
use galaxyui::keymap::macros::*;
app.register_fixed_bindings(vec![
FixedBinding::new("up", ThemeChooserAction::Up, id!("ThemeChooser")),