Rari-Capital / rari-dApp

Rari Capital's Web3 Portal.
https://app.rari.capital
GNU Affero General Public License v3.0
151 stars 69 forks source link

Fix double "no assets found" and add "<0.01%" distinction on interest rates comparison page #435

Closed zane-programs closed 3 years ago

zane-programs commented 3 years ago

Hi y'all. Sorry I've been busy for the past few days—I'm currently doing a summer program that has made me busier than I had anticipated.

Anyway, while looking at the interest rate comparison page, I noticed that the "No assets match your search." message shows twice when you run a search and nothing comes up. I fixed it as soon as I noticed, and I also implemented the idea of a DAO Discord member to show "<0.01%" for interest rates that were rounded down by the toFixed call but were still greater than 0% APY.

If you have any questions or concerns, please let me know. Thanks so much!

vercel[bot] commented 3 years ago

@zane-programs is attempting to deploy a commit to the Rari Capital Team on Vercel.

A member of the Team first needs to authorize it.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1050844956


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/components/pages/InterestRates/InterestRates.tsx 0 1 0.0%
src/components/pages/InterestRates/InterestRatesView.tsx 0 1 0.0%
src/components/pages/InterestRates/TokenSearch.tsx 0 1 0.0%
src/components/pages/MultiPoolPortal.tsx 0 1 0.0%
src/utils/fetchFusePoolData.ts 0 1 0.0%
src/constants/saffron.ts 0 2 0.0%
src/context/RariContext.tsx 1 3 33.33%
src/components/pages/InterestRates/InterestRatesTable.tsx 0 5 0.0%
<!-- Total: 5 19 26.32% -->
Files with Coverage Reduction New Missed Lines %
src/components/pages/InterestRates/InterestRates.tsx 1 0%
src/components/pages/InterestRates/TokenSearch.tsx 1 0%
src/components/pages/PoolPortal.tsx 1 0%
src/components/pages/InterestRates/InterestRatesView.tsx 2 0%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 1016108272: 0.4%
Covered Lines: 865
Relevant Lines: 5775

💛 - Coveralls