interface
interface copied to clipboard
An open source interface for the decentralized liquidity protocol Aave
## General Changes - Adds an under maintenance page to be used when necessary ## Developer Notes Add any notes here that may be helpful for reviewers. --- ## Author...
## General Changes - moves repay with aTokens to collateral tab with repay with collateral - TODO: remove aToken logic from RepayModalContent - ## Developer Notes Add any notes here...
## General Changes - Fixes visiting gho reserve bug ## Developer Notes Add any notes here that may be helpful for reviewers. --- ## Author Checklist Please ensure you, the...
## General Changes Fixes bug https://github.com/aave/interface/issues/1351 1351 ## Developer Notes Add any notes here that may be helpful for reviewers. --- ## Author Checklist Please ensure you, the author, have...
## General Changes - Fixes [#1156](https://github.com/aave/interface/issues/1156) ## Developer Notes Implementing getStaticProps will run at build time rather than query. To handle redirection based on route parameters, redirect on static. This...
## General Changes - Fixes bug [#1273](https://github.com/aave/interface/issues/1273) ## Developer Notes When a drawer or dialog opens, MUI adds 22px padding to the body by default. This can be fixed by...
## General Changes Fixes bug [#1140](https://github.com/aave/interface/issues/1140) Replace all buttons with endIcon="ExternalLinkIcon" to ExternalLinkButton ##### Replaced in 8/8 places - [x] FaucetButton.tsx - [x] [proposalId].governance.tsx - [x] GovernanceTopPanel.tsx - [x] ListItemAPYButton.tsx...
## General Changes Fixes #1581 ## Developer Notes Refactored token icons to be 24 *24px to match network icons --- ## Author Checklist Please ensure you, the author, have gone...
## General Changes - fixes #1639 ## Developer Notes fixed exhaustive-deps warning in the following files: - [x] pages/governance/ipfs-preview.governance.tsx - [x] pages/governance/proposal/[proposalId].governance.tsx - [x] pages/governance/proposal/index.governance.tsx - [x] src/components/primitives/TokenIcon.tsx - [x]...
## General Changes Fixes #1208 ## Developer Notes The core of the issue is when cancelling a to connect. The web3react plugin will quickly logout then log back in. I...