🐛 Fix screenshot success screen and add paste support in FeatureRequestModal#4055
🐛 Fix screenshot success screen and add paste support in FeatureRequestModal#4055clubanderson merged 1 commit intomainfrom
Conversation
…stModal - Replace amber "paste your screenshots" banner with green confirmation matching FeedbackModal pattern (screenshots are auto-uploaded now) - Add handlePaste + onPaste on textarea for Ctrl+V screenshot capture Closes #3519 Signed-off-by: Andrew Anderson <andy@clubanderson.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for kubestellarconsole ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
👋 Hey @clubanderson — thanks for opening this PR!
This is an automated message. |
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
There was a problem hiding this comment.
Pull request overview
This PR updates the FeatureRequestModal UX to correctly reflect that screenshots are automatically uploaded/attached to the created GitHub issue, and adds missing paste-to-attach support so Ctrl+V screenshots are captured consistently (matching FeedbackModal behavior).
Changes:
- Added a
handlePastehandler and wiredonPasteon the request textarea to capture pasted images as screenshots. - Replaced the stale amber “paste your screenshots into GitHub” success-screen banner with a green “screenshots uploaded and attached” confirmation.
Summary
FeedbackModal.tsx)handlePaste+onPaste={handlePaste}on textarea for Ctrl+V screenshot capture (was missing — already worked inFeedbackModal)Closes #3519
Test plan