Closed Shailendra1703 closed 1 month ago
@Shailendra1703 is attempting to deploy a commit to the manuelalferez's projects Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
flowinance | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 11, 2024 10:50am |
You nailed it! Everything is good to merge. Thanks, you make it easy to review it
Pull Request Template
What
This PR is related to issue #89, where I have worked on showing the currency symbols before the total amount
Here is the final version, tacked all the possibilities where the currency symbols are appearing from
pie-chart
toline-chart
I covered them allBefore
After
How
Most of the changes are simply done via putting the
currency
ticker before the amount, but in balance section I have used theusememo
hook to perform an optimized calculation between renders to avoid functioncalling each time.Additional Notes
I faced a lot of errors while setting up the project but thanks to @manuelalferez readme update which clarifies each and everything.