Jul 24th Augmenting first trade component, fixed typos and introduction of a new function.
Hey there, let's take a glimpse at all the splendid work done in this pull request! 🎉
Introduction of a new function - 'apiGetSponsorshipListData' 🌟 We've got a brand new function
apiGetSponsorshipListData
in the powerhouseFrontendServices.js
. This function is going to help us fetch details related to sponsorships more efficiently and smoothly.Incorporation of the 'getSponsorshipList' function 📋 The
getSponsorshipList
function was added toFastTrade.js
,Holding.js
,index.js
, anddataSlice.js
. This function plays a critical role - it fetches the updated sponsorship list for us!Out with the old, in with the new in
FastTrade.js
andHolding.js
🔄 ThegetCryptoDashboardData
references were switched out withgetSponsorshipList
in the modulesFastTrade.js
andHolding.js
. This change ensures we're focusing on getting the sponsorship info!Renaming and Typos ✏️ We took an opportunity to do some spring cleaning - fixed a typo and renamed the
title
in a toast notification inHolding.js
for better clarity.Augmenting FastTrade Component 🚀 We made the
FastTrade
component more flexible by passing an additionalonClose
prop to it inHolding.js
.Boosting CryptoDashboard Component 💪 The
CryptoDashboard
component inindex.js
received a fair amount of updates. We added a new feature,getSponsorshipList
, as well as two new variables,sponsorshipData
andsponsorshipLoading
. Moreover, we replaced alldashboardData
references withsponsorshipList
to match our new sponsorship-tracking purpose. 🎯
Take a moment to bask in the glow of these awesome updates! So proud of how our codebase is evolving and getting better with each PR. Kudos to the team! 🎊 😊
Last updated
Was this helpful?