Skip to content

Comments

feat: add get support button to error modal#2879

Open
AGMASO wants to merge 3 commits intomainfrom
feat/add-getsupport-button-to-errors-modal
Open

feat: add get support button to error modal#2879
AGMASO wants to merge 3 commits intomainfrom
feat/add-getsupport-button-to-errors-modal

Conversation

@AGMASO
Copy link
Collaborator

@AGMASO AGMASO commented Feb 16, 2026

General Changes

  • As requested by the support team: This PR adds a button to the Error.tsx modal that opens the Support modal directly, automatically capturing the error code and including it in the message.
  • This feature will help users receive better support and make the process easier for them.
Screenshot 2026-02-16 at 1 24 44 PM Screenshot 2026-02-16 at 1 24 49 PM

Developer Notes

Add any notes here that may be helpful for reviewers.


Reviewer Checklist

Please ensure you, as the reviewer(s), have gone through this checklist to ensure that the code changes are ready to ship safely and to help mitigate any downstream issues that may occur.

  • End-to-end tests are passing without any errors
  • Code changes do not significantly increase the application bundle size
  • If there are new 3rd-party packages, they do not introduce potential security threats
  • If there are new environment variables being added, they have been added to the .env.example file as well as the pertinant .github/actions/* files
  • There are no CI changes, or they have been approved by the DevOps and Engineering team(s)

Copilot AI review requested due to automatic review settings February 16, 2026 13:34
@vercel
Copy link

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
interface Ready Ready Preview, Comment Feb 23, 2026 11:22am

Request Review

@github-actions
Copy link

@github-actions
Copy link

📦 Next.js Bundle Analysis for aave-ui

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

mgrabina
mgrabina previously approved these changes Feb 18, 2026
Copy link
Contributor

@mgrabina mgrabina left a comment

Choose a reason for hiding this comment

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

nice!

Copy link
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 pull request adds a "Get Support" button to the error modal that allows users to easily report transaction failures. When clicked, the button opens the Support modal with a pre-filled message containing the error details, streamlining the support process for users experiencing issues.

Changes:

  • Added state management for support message prefill in layoutSlice.ts
  • Modified error modal UI to include "Get Support" button alongside existing "Copy error text" button
  • Updated Support modal to populate message field with prefilled content when opened from error modal
  • Added localization for new UI text in English and Spanish

Reviewed changes

Copilot reviewed 4 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/store/layoutSlice.ts Adds supportPrefillMessage state and setter function to layout slice
src/components/transactions/FlowCommons/Error.tsx Adds "Get Support" button and handler to error modal
src/layouts/SupportModal.tsx Integrates prefill functionality and cleans up state after use
src/locales/en/messages.po Adds English translations for new UI text
src/locales/en/messages.js Compiled English translation file
src/locales/es/messages.js Compiled Spanish translation file with new translations

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

@github-actions
Copy link

📦 Next.js Bundle Analysis for aave-ui

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link

@github-actions
Copy link

📦 Next.js Bundle Analysis for aave-ui

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link
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

Copilot reviewed 4 out of 8 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants