chain-studio/lib/pages
flemming-it ec7417fef5
Some checks failed
Security / Security check (push) Failing after 2s
fix(store): wrap docs-panel hint in Expanded to prevent overflow
The 'Documentation' row in the module-detail sheet showed
a RenderFlex horizontal overflow when the sheet is narrow
(~340dp on mobile/portrait). The Row had:
  [Button] [Spacer] [Text(hint)]
without any Expanded/Flexible wrapper, so the hint text could
not break and pushed past the right edge.

Fix: wrap the hint Text in Expanded. Text now wraps to a
second line at narrow widths instead of overflowing. Also
explicitly set crossAxisAlignment.center so the wrapped text
visually aligns with the button on a single baseline.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-05-24 21:40:06 +02:00
..
approvals.dart feat(studio): operator QoL — flow runnability, audit grouping, batch approvals, welcome celebration (v0.42.0) 2026-05-09 11:24:57 +02:00
audit.dart feat(studio): operator QoL — flow runnability, audit grouping, batch approvals, welcome celebration (v0.42.0) 2026-05-09 11:24:57 +02:00
doctor.dart feat(studio): @-syntax file inputs in flows, copyable doc errors, services-row overflow (v0.40.0) 2026-05-09 02:07:31 +02:00
flows.dart feat(studio): contextual "Add registry token" CTA on install auth wall (v0.46.0) 2026-05-09 19:32:13 +02:00
modules.dart feat(studio): Doctor + Modules localized + sparse-store federation nudge (v0.25.0) 2026-05-08 01:39:42 +02:00
store.dart fix(store): wrap docs-panel hint in Expanded to prevent overflow 2026-05-24 21:40:06 +02:00
welcome.dart fix(welcome): defer doc-load to didChangeDependencies 2026-05-23 17:47:23 +02:00