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
@@ -29,7 +29,7 @@ use repo_metadata::{
repository::{Repository, SubscriberId},
DirectoryWatcher, RepoMetadataModel, RepositoryUpdate,
};
use warpui::{AppContext, Entity, ModelContext, ModelHandle, SingletonEntity};
use galaxyui::{AppContext, Entity, ModelContext, ModelHandle, SingletonEntity};
#[derive(Debug, PartialEq)]
pub enum SkillWatcherEvent {
@@ -578,7 +578,7 @@ impl SkillWatcher {
}
let Ok(std_dir_path) =
warp_util::standardized_path::StandardizedPath::from_local_canonicalized(
galaxy_util::standardized_path::StandardizedPath::from_local_canonicalized(
&canonical_dir,
)
else {
@@ -827,7 +827,7 @@ impl SkillWatcher {
ctx: &mut ModelContext<Self>,
) {
let Ok(std_path) =
warp_util::standardized_path::StandardizedPath::from_local_canonicalized(path)
galaxy_util::standardized_path::StandardizedPath::from_local_canonicalized(path)
else {
return;
};