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

Create interest rate comparison view #430

Closed zane-programs closed 3 years ago

zane-programs commented 3 years ago

I have now completed an MVP version of the interest rate comparison view that I proposed on Snapshot. If you'd like, you can take a look at my work using this live link.

If you notice any important issues, please let me know—I made a major refactor during a Monday-Tuesday all-nighter in order to improve performance.

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.

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/rari-capital/rari/AWKcDXA2BHZDAmznRfgy58fvXG5L
✅ Preview: https://rari-git-fork-zane-programs-master-rari-capital.vercel.app

zane-programs commented 3 years ago

Just fixed the version on the window-table package, which should fix the error given by Cypress.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1014083321


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/components/App.tsx 1 2 50.0%
src/hooks/interestRates/compound/CErc20.ts 0 2 0.0%
src/components/pages/InterestRates/InterestRates.tsx 0 3 0.0%
src/hooks/interestRates/aave/LendingPool.ts 0 3 0.0%
src/components/pages/InterestRates/TokenSearch.tsx 0 6 0.0%
src/components/shared/Header.tsx 9 15 60.0%
src/components/pages/InterestRates/MultiPicker.tsx 0 7 0.0%
src/hooks/interestRates/fuse/useFuseMarkets.ts 0 14 0.0%
src/hooks/interestRates/compound/useCompoundMarkets.ts 0 22 0.0%
src/hooks/interestRates/aave/useReserves.ts 0 27 0.0%
<!-- Total: 10 178 5.62% -->
Totals Coverage Status
Change from base Build 1012071008: 0.2%
Covered Lines: 867
Relevant Lines: 5811

💛 - Coveralls