Skip to content

🐛 Fix screenshot success screen and add paste support in FeatureRequestModal#4055

Merged
clubanderson merged 1 commit intomainfrom
fix-screenshot-success-screen
Apr 1, 2026
Merged

🐛 Fix screenshot success screen and add paste support in FeatureRequestModal#4055
clubanderson merged 1 commit intomainfrom
fix-screenshot-success-screen

Conversation

@clubanderson
Copy link
Copy Markdown
Collaborator

Summary

  • Replace stale amber "paste your screenshots into GitHub" banner on success screen with green "screenshots uploaded" confirmation (matching FeedbackModal.tsx)
  • Add handlePaste + onPaste={handlePaste} on textarea for Ctrl+V screenshot capture (was missing — already worked in FeedbackModal)

Closes #3519

Test plan

…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>
Copilot AI review requested due to automatic review settings April 1, 2026 01:37
@kubestellar-prow kubestellar-prow bot added the dco-signoff: yes Indicates the PR's author has signed the DCO. label Apr 1, 2026
@kubestellar-prow
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign clubanderson for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 1, 2026

Deploy Preview for kubestellarconsole ready!

Name Link
🔨 Latest commit b96f2dd
🔍 Latest deploy log https://app.netlify.com/projects/kubestellarconsole/deploys/69cc76ea60ba26000877c280
😎 Deploy Preview https://deploy-preview-4055.console-deploy-preview.kubestellar.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@clubanderson clubanderson merged commit a7f143d into main Apr 1, 2026
19 of 20 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

👋 Hey @clubanderson — thanks for opening this PR!

🤖 This project is developed exclusively using AI coding assistants.

Please do not attempt to code anything for this project manually.
All contributions should be authored using an AI coding tool such as:

This ensures consistency in code style, architecture patterns, test coverage,
and commit quality across the entire codebase.


This is an automated message.

@kubestellar-prow kubestellar-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 1, 2026
@kubestellar-prow kubestellar-prow bot deleted the fix-screenshot-success-screen branch April 1, 2026 01:37
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

Thank you for your contribution! Your PR has been merged.

Check out what's new:

Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 handlePaste handler and wired onPaste on 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates the PR's author has signed the DCO. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

screenshot bug

2 participants