todo-app/lib/ui
Krzysztof kuhy Rudnicki ca93791bf9 Fix guided-stepper scroll overshoot by waiting out the collapse animation
Scrolling on the next post-frame callback raced the Stepper's own
200ms expand/collapse transition, so ensureVisible measured a layout
that hadn't settled yet — the tapped step ended up hidden under the
fixed Priority/Status/Template bar. Delaying past kThemeAnimationDuration
before scrolling fixes it; verified on-device via ADB screenshots.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 11:48:23 +02:00
..
capture_screen.dart Fix device-flow connect: sync immediately and reload settings 2026-06-15 22:38:30 +02:00
markdown_view.dart Add full note view/editor with templates and Markdown render 2026-06-15 21:59:31 +02:00
note_detail_screen.dart Add full note view/editor with templates and Markdown render 2026-06-15 21:59:31 +02:00
note_editor.dart Fix guided-stepper scroll overshoot by waiting out the collapse animation 2026-06-19 11:48:23 +02:00
notes_list_screen.dart Add full note view/editor with templates and Markdown render 2026-06-15 21:59:31 +02:00
settings_screen.dart Fix device-flow connect: sync immediately and reload settings 2026-06-15 22:38:30 +02:00