todo-app/lib/ui
Krzysztof kuhy Rudnicki 6398ce9275 Fix guided mode: full-screen TextField and hide Save FAB
Rework guided-mode layout so the text field fills the full available
screen height. The previous approach nested _buildStepPage (a Column
with its own Expanded) inside NoteEditor's outer Expanded — a
nested-Column/Expanded chain that collapses silently in release builds.

Fix: return _buildStepPage directly from build() when in guided mode,
making the TextField a first-level Expanded child of the same Column
as _buildRaw uses. This is the same depth at which expands:true works.

Also hide the Save FAB (_chromeVisible gate in CaptureScreen) while
guided mode is active so it cannot overlap the Next/Done button.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017Cb7oE5Xsc8zSBHHtT6qwa
2026-06-27 17:32:50 +02:00
..
capture_screen.dart Fix guided mode: full-screen TextField and hide Save FAB 2026-06-27 17:32:50 +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 priority/template wizard and raw-as-default for guided mode 2026-06-27 12:10:21 +02:00
note_editor.dart Fix guided mode: full-screen TextField and hide Save FAB 2026-06-27 17:32:50 +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