Skip to content

Conversation

@foodaka
Copy link
Collaborator

@foodaka foodaka commented Jul 7, 2025

General Changes

  • Adds outbound link to the aptos market

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)

@vercel
Copy link

vercel bot commented Jul 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
interface ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 7, 2025 4:44pm

@github-actions
Copy link

github-actions bot commented Jul 7, 2025

@github-actions
Copy link

github-actions bot commented Jul 7, 2025

📦 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 Jul 7, 2025
subgraphUrl?: string;
logo?: string;
externalUrl?: string; // URL for external markets like Aptos
addresses: {
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe {...} | undefined?

return;
}

trackEvent(DASHBOARD.CHANGE_MARKET, { market: selectedMarket });
Copy link
Contributor

Choose a reason for hiding this comment

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

should we move the trackEvent before the IF to track these too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah good call

@foodaka foodaka dismissed stale reviews from mgrabina and JoaquinBattilana via 3a32e60 July 7, 2025 16:42
@github-actions
Copy link

github-actions bot commented Jul 7, 2025

@github-actions
Copy link

github-actions bot commented Jul 7, 2025

📦 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! 🙌

@foodaka foodaka merged commit 15e258d into main Jul 8, 2025
22 of 24 checks passed
@foodaka foodaka deleted the feat/add-aptos-market-selector branch July 8, 2025 07:38
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.

4 participants