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
@@ -62,18 +62,18 @@ use std::{
sync::Arc,
};
use url::Url;
use warp_core::{channel::Channel, features::FeatureFlag};
use warp_graphql::{
use galaxy_core::{channel::Channel, features::FeatureFlag};
use galaxy_graphql::{
queries::get_updated_cloud_objects::UpdatedObjectInput, scalars::time::ServerTimestamp,
};
use warpui::{AppContext, SingletonEntity};
use galaxyui::{AppContext, SingletonEntity};
pub mod breadcrumbs;
pub mod grab_edit_access_modal;
pub mod model;
pub mod toast_message;
pub use warp_server_client::cloud_object::*;
pub use galaxy_server_client::cloud_object::*;
/// A CloudObject represents
/// therefore shareable and editable (i.e. Notebooks and Workflows). In order