Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const DEFAULT_HOST_ENV_VAR: &str = "WARP_CLOUD_MODE_DEFAULT_HOST";
// ── Shared constants ────────────────────────────────────────────────

pub const ORCHESTRATION_WARP_WORKER_HOST: &str = "warp";
pub const ORCHESTRATION_ENV_NONE_LABEL: &str = "(no environment)";
pub const ORCHESTRATION_ENV_NONE_LABEL: &str = "Empty environment";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] For this user-facing change, please include screenshots or a screen recording demonstrating the updated empty-environment option in the affected orchestration picker surfaces end to end.


pub const ORCHESTRATION_PICKER_HEIGHT: f32 = 36.;
pub const ORCHESTRATION_PICKER_BORDER_WIDTH: f32 = 1.;
Expand Down
Loading