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
+2 -2
View File
@@ -3,7 +3,7 @@ use instant::Duration;
use serde::{Deserialize, Serialize};
use session_sharing_protocol::common::{Role, Scrollback, ScrollbackBlock, SessionId};
use session_sharing_protocol::sharer::SessionSourceType;
use warpui::{id, keymap::ContextPredicate, AppContext};
use galaxyui::{id, keymap::ContextPredicate, AppContext};
use crate::{
channel::{Channel, ChannelState},
@@ -249,7 +249,7 @@ impl SharedSessionScrollbackType {
#[cfg(not(test))]
pub fn max_session_size(ctx: &AppContext) -> Byte {
use crate::workspaces::user_workspaces::UserWorkspaces;
use warpui::SingletonEntity;
use galaxyui::SingletonEntity;
UserWorkspaces::as_ref(ctx)
.current_team()