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
apiGetSponsorshipListDatain 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
getSponsorshipListfunction 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.jsandHolding.jsπ ThegetCryptoDashboardDatareferences were switched out withgetSponsorshipListin the modulesFastTrade.jsandHolding.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
titlein a toast notification inHolding.jsfor better clarity.Augmenting FastTrade Component π We made the
FastTradecomponent more flexible by passing an additionalonCloseprop to it inHolding.js.Boosting CryptoDashboard Component πͺ The
CryptoDashboardcomponent inindex.jsreceived a fair amount of updates. We added a new feature,getSponsorshipList, as well as two new variables,sponsorshipDataandsponsorshipLoading. Moreover, we replaced alldashboardDatareferences withsponsorshipListto 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?