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
@@ -33,10 +33,10 @@ pub use auth_state::AuthStateProvider;
use itertools::Itertools;
pub use login_failure_notification::LoginFailureReason;
pub use user_uid::UserUid;
use warpui::modals::{AlertDialogWithCallbacks, ModalButton};
use galaxyui::modals::{AlertDialogWithCallbacks, ModalButton};
use warp_core::user_preferences::GetUserPreferences as _;
use warpui::{AppContext, SingletonEntity};
use galaxy_core::user_preferences::GetUserPreferences as _;
use galaxyui::{AppContext, SingletonEntity};
use crate::cloud_object::model::persistence::CloudModel;
use crate::focus_running_window_and_show_native_modal;