app-monorepo
app-monorepo copied to clipboard
fix: account selector perf test
PR Summary
-
Introduction of the
$$walletPressTSVariable This update adds a new variable termed$$walletPressTSinto theglobals.d.tsfile. -
Enhancements to the
ListItemTextandListItemComponentComponents Logging capabilities have been added to theListItemTextandListItemComponentcomponents, helping us track thetitleand the time elapsed since the action tied to$$walletPressTSwas initiated. -
Development of the
WalletDetailsSectionListComponent A new component designed to display a detailed list of wallet information has been created, namedWalletDetailsSectionList -
Refinement of the
WalletDetailsComponent TheWalletDetailscomponent receives an upgrade, integrating the newly createdWalletDetailsSectionListcomponent and removing redundant code. Unused imports have also been discarded from this component for enhanced performance and cleaner code. -
Logging Enhancements on the
onWalletPressEvent Handler This update adds logging into theonWalletPressevent handling function, benefiting debugging and issue tracking processes. -
Improvement in Markdown Formatting For better clarity and readability, the markdown formatting of the diff has been upgraded.