-
Notifications
You must be signed in to change notification settings - Fork 250
feat(feedback): comprehensive feedback system overhaul with screenshot protection #3017
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
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
62038e6
feat(feedback): add cancel option and primary submit
CharlVS f441b34
Add width and height to UiUnderlineTextButton in feedback form
cursoragent fdec9fc
Merge branch 'dev' into codex/add-cancel-button-next-to-submit
CharlVS 1bbfb3a
feat(feedback): replace custom Cancel with TextButton; tighten spacinβ¦
cursoragent 70d24f7
Merge branch 'dev' into codex/add-cancel-button-next-to-submit
CharlVS 87b60a6
Merge branch 'dev' into codex/add-cancel-button-next-to-submit
CharlVS 5b9caf1
chore(feedback): address PR comments β replace custom cancel with Texβ¦
cursoragent f2aa8e3
feat(feedback): add Cancel button next to Submit and centralize Betteβ¦
CharlVS 416422e
fix(feedback): always render form content; hide drag handle when no sβ¦
CharlVS b2898f0
Merge branch 'dev' of https://github.com/KomodoPlatform/komodo-walletβ¦
CharlVS c393699
ci: ci test fix
CharlVS 988667f
fix(feedback): Fix incorrect locale message
CharlVS 5630831
feat(feedback): attach recent logs (<=9MB) to submissions; refactor sβ¦
CharlVS 0c38441
Merge branch 'dev' into codex/add-cancel-button-next-to-submit
CharlVS c970a22
Merge branch 'dev' of https://github.com/KomodoPlatform/komodo-walletβ¦
CharlVS 602a08c
fix(deps): add missing import
CharlVS baa62ee
chore(analysis): exclude generated files from analysis (freezed, g.dart)
CharlVS 7bb7ea7
Add screenshot sensitivity to protect sensitive UI elements
cursoragent f73b169
feat(feedback-form): add Cancel button next to Submit
CharlVS 7fe9fb2
merge: integrate screenshot sensitivity and resolve conflicts in feedβ¦
CharlVS c932e4d
Merge branch 'dev' into codex/add-cancel-button-next-to-submit
CharlVS 98f8670
Merge branch 'dev' of https://github.com/KomodoPlatform/komodo-walletβ¦
CharlVS 7240906
feat(feedback): include coins commit hashes in feedback metadata; choβ¦
CharlVS 3cbc8b1
feat(feedback): add coins commit hashes to submission metadata and caβ¦
CharlVS 496a1f2
Merge branch 'dev' into codex/add-cancel-button-next-to-submit
CharlVS abb8110
Refactor: Improve feedback key formatting for clarity
cursoragent 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
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
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.
Bug: Flutter Build Step Removed, CI Pipeline Broken
The
Build for ${{ matrix.platform }}step, which executed theflutter buildcommand, was removed. WhileBUILD_COMMANDis now passed to thegenerate-assetsaction, the workflow no longer invokes the actual build. This prevents mobile artifacts (APK/IPA) from being produced, causing the 'Upload artifact' step to fail and breaking the mobile CI pipeline.