interface
interface copied to clipboard
fix: ui bugs affecting reserve overview page
General Changes
-
Solved two UI bugs that were present on the reserve-overview page before the refactor.
- Bug 1: On mobile, the tooltips were missing the placement parameter, causing them to flicker up and down.
- Bug 2:
WrappedBaseAssetSelectorallowed selecting more than one asset (e.g., ETH), which caused the entire selector to appear in a pressed state and also reset all the data to zero.
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.examplefile 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)