diff --git a/rust/fleet-ui/src/lib.rs b/rust/fleet-ui/src/lib.rs index 3c59389..99dc283 100644 --- a/rust/fleet-ui/src/lib.rs +++ b/rust/fleet-ui/src/lib.rs @@ -13,6 +13,5 @@ pub mod segmented_control; pub mod session_switcher_overlay; pub mod spotlight_filter; pub mod spotlight_overlay; -pub mod tab_strip; pub mod text_input; pub mod tool_tip; diff --git a/rust/fleet-ui/src/tab_strip.rs b/rust/fleet-ui/src/tab_strip.rs deleted file mode 100644 index 663e612..0000000 --- a/rust/fleet-ui/src/tab_strip.rs +++ /dev/null @@ -1,439 +0,0 @@ -//! Glass-dock in-binary tab strip — the top-of-frame pill row each codex-fleet -//! bin renders to match the new tmux-level tab strip. -//! -//! Anatomy (single row, height = 1): -//! -//! ```text -//! [◆ codex-fleet HH:MM:SS] ( 0 ⊙ Overview 7 ) [ 1 ⊙ Fleet 12 ] [ 2 ⊙ Plan 3 ] [ 3 ⊙ Waves 1 ] [ 4 ⊙ Review – ] [● live · 1234] -//! └─ logo chip ──────────┘ └─ active pill ──┘ └─ inactive pills ────────────────────────────────────────────┘ └─ live chip ─┘ -//! ``` -//! -//! - **Logo chip** (left): `◆ codex-fleet` + a muted `HH:MM:SS` from -//! `std::time::SystemTime::now()` (no `chrono` in workspace; we format the -//! local wall clock by hand). -//! - **Tabs** (centre): fixed 5-tab order `Overview / Fleet / Plan / Waves / -//! Review`. Each pill carries `