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
@@ -3,15 +3,15 @@ use std::{collections::HashSet, future::Future, path::PathBuf};
#[cfg(test)]
use virtual_fs::{Stub, VirtualFS};
use warp_util::standardized_path::StandardizedPath;
use galaxy_util::standardized_path::StandardizedPath;
#[cfg(test)]
use warpui::r#async::FutureId;
use warpui::{AppContext, Entity, ModelContext, ModelHandle};
use galaxyui::r#async::FutureId;
use galaxyui::{AppContext, Entity, ModelContext, ModelHandle};
use crate::DirectoryWatcher;
use crate::Repository;
use futures::future::{ready, Either};
use warpui::SingletonEntity;
use galaxyui::SingletonEntity;
/// Indicates why a repository detection event was emitted.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]