app-monorepo
app-monorepo copied to clipboard
fix: fix the issue where the page background color is always white after using lazyLoad
PR Summary
-
Enhanced words exclusion for spell-checker
compatandreplacerwords were added in the skip list for the spell-checker feature, to prevent unnecessary error flags on them. -
Import services for QR code scanning A module enabling the QR code scanning services was imported in the file
BackgroundApiProxy.ts. -
Broad implementation of
LazyLoadPagecomponent The formerLazyLoadcomponent prevalent in several parts of our application is being replaced by the more efficientLazyLoadPagecomponent. This replacement was done in numerous files including but not limited toAddressBook/router/index.tsx,Modal/Discovery.tsx,AccountManagerStacks/router/index.tsx,AddressSelector/router/index.tsx,AssetSelector/router/index.ts, and many more. This streamlines the page loading process and could improve the overall user experience. -
Absence of
memoin specific component In the component structure ofPortal.tsx, thememoimport from the React library was removed for achieving simplified and efficient component rendering. -
Enriching QR Code scanning capabilities Improved functionality of the QR Code scanning feature through importing and implementing
ServiceScanQRCodeinBackgroundApiProxy.ts. This will enhance the user experience by providing a seamless QR code scanning procedure.