Rebasing, going about this another way

This commit is contained in:
Ryan Ward
2026-05-06 07:02:12 -05:00
parent d8d4ac9e5d
commit f4e2475c60
36 changed files with 3040 additions and 466 deletions
+2 -2
View File
@@ -541,7 +541,7 @@ pub enum WorkspaceAction {
ResetBuildPlanMigrationModalState,
/// Reset the AWS Bedrock login banner dismissed state (for debugging).
#[cfg(debug_assertions)]
DebugResetAwsBedrockLoginBannerDismissed,
DebugResetBedrockLoginBannerDismissed,
/// Open the Oz Launch Modal (for debugging)
#[cfg(debug_assertions)]
OpenOzLaunchModal,
@@ -941,7 +941,7 @@ impl WorkspaceAction {
#[cfg(debug_assertions)]
OpenBuildPlanMigrationModal
| ResetBuildPlanMigrationModalState
| DebugResetAwsBedrockLoginBannerDismissed
| DebugResetBedrockLoginBannerDismissed
| OpenOzLaunchModal
| ResetOzLaunchModalState
| OpenOpenWarpLaunchModal