pendulum-chain / pendulum-webapp

Repository for the testnet prototype of the Pendulum web application
GNU General Public License v3.0
1 stars 0 forks source link

69 revamp the webapp design #70

Closed gonzamontiel closed 2 years ago

gonzamontiel commented 2 years ago

Closes #69

netlify[bot] commented 2 years ago

Deploy Preview for determined-khorana-670183 ready!

Name Link
Latest commit 5be9e98b0411036c1312804ea1b0edf3c2c04b79
Latest deploy log https://app.netlify.com/sites/determined-khorana-670183/deploys/62c550d51d24bd0008f06851
Deploy Preview https://deploy-preview-70--determined-khorana-670183.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

ebma commented 2 years ago

I changed/streamlined the way we use balances by modifying the useRealTimeBalances() hook and fixed a bug that caused an out-of-memory crash of the webpage (which was related to the balance handling). Note: I removed the functionality related to the gain/loss field shown in the Portfolio (the green +0% numbers) because it was too complex for what it's used for. I'd suggest we re-add this feature once we let the user filter the portfolio changes by day, week, month, etc.

I also changed the Swap view to make it similar to the provided design. @prayagd told me to only focus on the dashboard view for now and ignore the rest because we get other designs for those.