-
Notifications
You must be signed in to change notification settings - Fork 0
SOV-5196: money-market-dashboard #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for sovryn-layer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this 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 implements a comprehensive Money Market dashboard feature, introducing new UI components for managing lending and borrowing positions, along with associated assets tables and statistics displays.
Key Changes:
- Added new Money Market dashboard with lending and borrowing position management
- Created reusable UI components (Heading, InfoButton, Accordion) for consistent styling
- Implemented sortable asset tables with collateral toggles and APY information
Reviewed Changes
Copilot reviewed 36 out of 37 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| apps/web-app/src/routes/money-market.tsx | Integrated Money Market dashboard components with lending/borrowing positions |
| apps/web-app/src/components/ui/table/table.types.ts | Added table sorting types and column enumerations |
| apps/web-app/src/components/ui/table/table.tsx | Updated horizontal padding for table headers |
| apps/web-app/src/components/ui/info-button.tsx | Created reusable info tooltip button component |
| apps/web-app/src/components/ui/heading/* | Added heading component with type variations (h1, h2, h3) |
| apps/web-app/src/components/ui/accordion/* | Created accordion component for collapsible sections |
| apps/web-app/src/components/StatsCard/StatsCard.tsx | Refactored to use new InfoButton component |
| apps/web-app/src/components/MoneyMarket/* | Implemented TopPanel, StatisticsCard, and asset list components |
| apps/web-app/src/components/Lend/* | Updated to use refactored table imports and InfoButton |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
apps/web-app/src/components/MoneyMarket/components/StatisticsCard/StatisticsCard.tsx
Outdated
Show resolved
Hide resolved
…ard/StatisticsCard.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this 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 36 out of 37 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...rc/components/MoneyMarket/components/BorrowAssetsList/components/AssetsTable/AssetsTable.tsx
Outdated
Show resolved
Hide resolved
...nts/MoneyMarket/components/BorrowAssetsList/components/AssetsTable/AssetsTable.constants.tsx
Outdated
Show resolved
Hide resolved
apps/web-app/src/components/MoneyMarket/components/BorrowAssetsList/ BorrowAssetsList.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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 36 out of 37 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this 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 36 out of 37 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...c/components/MoneyMarket/components/LendPositionsList/components/AssetsTable/AssetsTable.tsx
Outdated
Show resolved
Hide resolved
.../src/components/MoneyMarket/components/LendAssetsList/components/AssetsTable/AssetsTable.tsx
Outdated
Show resolved
Hide resolved
...components/MoneyMarket/components/BorrowPositionsList/components/AssetsTable/AssetsTable.tsx
Outdated
Show resolved
Hide resolved
...rc/components/MoneyMarket/components/BorrowAssetsList/components/AssetsTable/AssetsTable.tsx
Outdated
Show resolved
Hide resolved
...components/MoneyMarket/components/BorrowPositionsList/components/AssetsTable/AssetsTable.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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 36 out of 37 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
https://sovryn.atlassian.net/browse/SOV-5196