Skip to content

Conversation

@jeevikar14
Copy link

Fixes the feedback form submission bug on documentation pages and adds UI enhancements.
The feedback form was failing for all users with "Could not submit feedback" error.

  • Fixed origin validation by replacing undefined process.env.URL with hardcoded production URL
  • Added scroll-to-top button component for better UX

Technical Details
The bug was in actions.ts line 512 where it compared origin to process.env.URL which doesn't exist, causing all validations to fail.

Fixes #315

Screenshots

Screenshot 2025-12-15 224318 Screenshot of Arrow button Screenshot 2025-12-15 224343

@netlify
Copy link

netlify bot commented Dec 15, 2025

👷 Deploy request for storybook-frontpage pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit cdb2515

@netlify
Copy link

netlify bot commented Dec 15, 2025

👷 Deploy request for storybook-addon-catalog pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit cdb2515

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot submit feedback for the documentation

1 participant