feat(remix): add structured dialog scrolling - #92
Conversation
Related to #89.
Coordination: replay this feature onto canonical #80PR #84 has been closed as superseded. PR #80 now targets Synchronize the local workspace firstThe latest observed #80 head is git status --short
git fetch origin
git rev-list --left-right --count \
HEAD...origin/fix/remix-dialog-scroll-contractThe current PR head is expected to be Create a local safety branch, then replay the one feature commit after the old git branch backup/pr-92-before-final-fortal-contract
git rebase --onto origin/feat/fortal-polish \
ebe9ee1decf0a194c1d2b63c7b0fc18a6e7731d4Required integration
Verification and publicationRun clean generation and: fvm dart run melos run ci
fvm flutter analyze
git diff --checkAlso format every changed Dart file and confirm there are no After verification: git push --force-with-lease origin fix/remix-dialog-scroll-contract
gh pr edit 92 --repo conceptadev/remix --base feat/fortal-polishUpdate this PR body with the new test count and final #80 head used. Do not |
Coordination update: absorbed into canonical #80The earlier replay handoff on this PR is superseded. I replayed the handwritten The result is in #80 as No agent should rebase or force-push this branch now. Closing this draft without |
Description
Adds an opt-in
scrollablecontract to structuredRemixDialogandFortalDialogcontent. The description and child scroll within bounded heightwhile the title and actions remain fixed. The default and lone-child paths are
unchanged.
Validation:
fvm dart run melos ci(1,891 tests) andfvm flutter analyze packages/remix.Related Issues
Related to #89. Stacked on #84.
Checklist
///).Breaking Change