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.
This commit is contained in:
parent
00e8d4f28e
commit
801df1e85e
1 changed files with 6 additions and 0 deletions
|
|
@ -55,6 +55,12 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
|
||||||
// never places launcher_entry/launcher_results anywhere).
|
// never places launcher_entry/launcher_results anywhere).
|
||||||
("capsule-collapsed", "capsule-collapsed.png"),
|
("capsule-collapsed", "capsule-collapsed.png"),
|
||||||
("capsule-expanded", "capsule-expanded.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")]),
|
("breadbox", &[("launcher", "launcher.png")]),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue