You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fix](advisor+ui): guided weight adjuster, separate 1/2 sections, single Export, tidy footer, deep labelled diagrams, responsive sliders, never-wrap chrome
Owner feedback rounds on the Fase 2d PR:
- ADJUST BUG: the weights adjuster was expert-gated, so guided users could
never customise — ungated (plain-language panel is newcomer-safe); verified
end-to-end: set 35% -> Done -> applied & persisted, reopen keeps the value.
- Project factors (1) and Quality priorities (2) are now SEPARATE collapsible
sections; PrioritiesCard/Toolbar internal headers removed ("4 Export" was
doubled); two newly-orphaned dict keys deleted.
- Footer: tidy two-line centered stack (glyph + wordmark, then (c) + short
licenses); browser guidance stays as hover title.
- Catalog detail diagrams rev.2: every part carries its own tiny label
(CLIENT/SERVER, EVENT BUS, WRITE/READ MODEL, PORTS/ADAPTERS/CORE, E1..E5,
TEAM A/B/C...) + flow arrows + an explanation line; hero canvas enlarged
(clamp 180-230px); label type scaled DOWN (6/7px) so text never overpowers
the drawing; event-driven boxes widened to fit their labels.
- Pattern Library slider: arrows now visible on phones/tablets too (smaller,
edge-tucked; swipe still works).
- How-it-works: grid on desktop, arrowless swipe slider on <=1024 (media block
relocated after the base rule so the cascade actually applies).
- Never-wrap app bar: compact-nav chrome breakpoint raised 1024 -> 1180 (any
width where the bar would wrap now gets the mobile chrome); docs updated
(design-spec 6.1, mobile-experience-plan 5).
119 unit + 14 e2e, lint, tsc, build, all 6 guards green; verified: guided
adjust applies, tablet-900 steps=flex/desktop=grid, 1100px uses compact
chrome, phone arrows visible.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|**Breakpoints**| canonical (cannot be `var()` in `@media`): **phone ≤ 640 px · tablet 641–1024 px · laptop ≥ 1025 px**. **Navigation chrome switches at ≤ 1024 px** (Fase 2b): phones AND tablets share the compact mobile chrome (bottom tab bar, action bar, settings sheet, compact top bar — brand left + Guide) so the app bar never wraps; content-density rules (`.f-div`, overlay padding, grid columns) keep the 640 px phone tier. Historical `-phone` class names mean "compact tier". |
282
+
|**Breakpoints**| canonical (cannot be `var()` in `@media`): **phone ≤ 640 px · tablet 641–1024 px · laptop ≥ 1025 px**. **Navigation chrome switches at ≤ 1180 px** (Fase 2b, raised Fase 2d: ANY width where the app bar would wrap gets the compact chrome): phones, tablets and small laptops share the compact mobile chrome (bottom tab bar, action bar, settings sheet, compact top bar — brand left + Guide) so the app bar never wraps; content-density rules (`.f-div`, overlay padding, grid columns) keep the 640 px phone tier. Historical `-phone` class names mean "compact tier". |
0 commit comments