-
-
Notifications
You must be signed in to change notification settings - Fork 352
misc(feedback): Improve Feedback Sheet interactions #4571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
krystofwoldrich
merged 29 commits into
feedback-ui
from
kw-improve-feedback-interactions
Feb 20, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
38a6085
Save form state for unsubmitted data
antonis 56a113e
Show selected screenshot
antonis d2dd1f3
Use image uri instead of UInt8Array in onAddScreenshot callback
antonis 9212cb8
Merge branch 'feedback-ui' into antonis/feedback-save-state
antonis 1efb23e
Omit isVisible from state
antonis 59f2f57
Save/clear form state on unmount
antonis 797611f
Pass the missing attachment parameter in the onSubmitSuccess
antonis dbf8c90
Merge branch 'antonis/feedback-save-state' into antonis/feedback-show…
antonis 91117e3
Merge branch 'antonis/feedback-show-screenshot' into antonis/feedback…
antonis f14197d
Use only the uri parameter for the onAddScreenshot callback
antonis e63ee11
Merge branch 'feedback-ui' into antonis/feedback-save-state
antonis f220540
Merge branch 'antonis/feedback-save-state' into antonis/feedback-show…
antonis aae3a98
Merge branch 'antonis/feedback-show-screenshot' into antonis/feedback…
antonis 41cb1ca
Handle attachments on the web
antonis f5c306f
Use window for showing alerts on the web
antonis 42ab16c
Disable keyboard handling on the web
antonis f17106e
Use instance variable for _didSubmitForm
antonis f95ed97
Fixed callback function parameter name for clarity
antonis 869f22b
Merge branch 'antonis/feedback-save-state' into antonis/feedback-show…
antonis 6e2d6ec
Fixes lint issue
antonis 082ef57
Merge branch 'antonis/feedback-save-state' into antonis/feedback-show…
antonis e5a9bcc
Merge branch 'antonis/feedback-show-screenshot' into antonis/feedback…
antonis 4336622
Merge branch 'antonis/feedback-simplify-onaddscreenshot' into antonis…
antonis 28738bf
Use RN_GLOBAL_OBJ for web alert
antonis 01cb31d
Merge branch 'feedback-ui' into antonis/feedback-webfixes
antonis 5713417
misc(feedback): Improve Feedback Sheet interactions
krystofwoldrich a74f36f
small fixes
krystofwoldrich 2eeaa46
update snapshots
krystofwoldrich 040fd4a
Merge branch 'feedback-ui' into kw-improve-feedback-interactions
antonis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason I was blind to this typos 😓
Thank you for fixing this Krystof 🙇