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,5 +1,5 @@
use warp_core::safe_info;
use warpui::{keymap::Keystroke, Entity, ModelContext, ModelHandle, ViewContext};
use galaxy_core::safe_info;
use galaxyui::{keymap::Keystroke, Entity, ModelContext, ModelHandle, ViewContext};
use crate::register::{valid_register_name, BLACK_HOLE_REGISTER};
@@ -1744,8 +1744,8 @@ pub struct VimState<'a> {
pub showcmd: &'a str,
}
/// This struct is a wrapper around the VimFSA that turns it into a warpui::Entity. We want to keep
/// the VimFSA independent of our UI framework, so anything involving warpui should live here
/// This struct is a wrapper around the VimFSA that turns it into a galaxyui::Entity. We want to keep
/// the VimFSA independent of our UI framework, so anything involving galaxyui should live here
/// instead.
#[derive(Default)]
pub struct VimModel {