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
@@ -6,8 +6,8 @@ use std::{
use command::blocking::Command;
use warp::features::FeatureFlag;
use warp::{
use galaxy::features::FeatureFlag;
use galaxy::{
integration_testing::{
code_review::{
assert_code_review_anchor, assert_code_review_line_text, assert_code_review_loaded,
@@ -20,7 +20,7 @@ use warp::{
},
workspace::WorkspaceAction,
};
use warpui::{
use galaxyui::{
async_assert,
integration::{AssertionCallback, TestStep},
App, WindowId,