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
@@ -8,8 +8,8 @@ use num_traits::Zero;
use ordered_float::OrderedFloat;
use serde::Serialize;
use sysinfo::ProcessesToUpdate;
use warp_core::channel::ChannelState;
use warpui::{App, AppContext, Entity, ModelContext, SingletonEntity};
use galaxy_core::channel::ChannelState;
use galaxyui::{App, AppContext, Entity, ModelContext, SingletonEntity};
use crate::{
send_telemetry_from_app_ctx, send_telemetry_sync_from_ctx, server::telemetry,
@@ -128,7 +128,7 @@ impl SystemInfo {
fn schedule_refresh(ctx: &mut ModelContext<Self>) {
ctx.spawn(
async {
warpui::r#async::Timer::after(REFRESH_INTERVAL).await;
galaxyui::r#async::Timer::after(REFRESH_INTERVAL).await;
},
|me, _, ctx| {
me.refresh(ctx);