From 801df1e85e359ef5e3477feda7466155ab45fcfd Mon Sep 17 00:00:00 2001 From: Breadway Date: Tue, 25 Aug 2026 11:46:50 +0800 Subject: [PATCH] bread-capture: add breadbar's capsule-sections and capsule-calc views Phase 6c screenshot coverage for spotlight's new query sections and = calc mode, alongside the existing capsule-collapsed/capsule-expanded pair. --- bread-capture/src/main.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bread-capture/src/main.rs b/bread-capture/src/main.rs index 8f3181d..d61c87b 100644 --- a/bread-capture/src/main.rs +++ b/bread-capture/src/main.rs @@ -55,6 +55,12 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[ // never places launcher_entry/launcher_results anywhere). ("capsule-collapsed", "capsule-collapsed.png"), ("capsule-expanded", "capsule-expanded.png"), + // Phase 6c: query sections (idle "Recent"/"Apps" headers) and + // the `=` calc mode — see breadbar's own `screenshot::KNOWN_VIEWS` + // doc comment for why the search-state width/radius change + // (item E) doesn't need a view of its own. + ("capsule-sections", "capsule-sections.png"), + ("capsule-calc", "capsule-calc.png"), ], ), ("breadbox", &[("launcher", "launcher.png")]),