feat: stack-based FeedbackScope + minimal FAB#2
Open
SkyWalker2506 wants to merge 5 commits into
Open
Conversation
Replace Overlay-based approach with Stack so FeedbackScope works regardless of its position in the widget tree (above or below MaterialApp). Hide FeedbackButton during capture mode. Add DevFileBackend for local development workflows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace FloatingActionButton.extended with FloatingActionButton.small for a more compact, less intrusive default appearance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Show radial gradient vignette overlay during interactive capture mode. Shrink capture/cancel buttons to a more compact size. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ev log - Add _FeedbackScopeInherited so FeedbackButton rebuilds reactively when capture state changes (fixes FAB not reappearing) - Add isRatingRequired, isNpsRequired, isMessageRequired params to FeedbackWidget and FeedbackButton with localized error messages - Add ratingRequired/npsRequired strings to all 8 locales - Update test for small FAB assertion - Add docs/dev_feedback_log.md for issue tracking Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove radial gradient overlay. Add _CornerFramePainter with red L-bracket corners — visible only at edges, center unaffected. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FloatingActionButton.extended→FloatingActionButton.small— kompakt, minimal görünümTest plan
🤖 Generated with Claude Code