Jul 26th Improvements on activity log feature.

Great work team! 💥 Here come some amazing enhancements!

  • 🌟 Improvement to the Activity Log Feature 🌟 We've gone ahead and made some tweaks to our existing code in src/views/account/ActivityLog/components/Log.js. We now utilize a neat little tool called a Regular Expression (or Regex) that transforms the outcomes of any donation (written in any case) to lowercase. The lowercased outcome is then stripped down through Regex to create a substring. The real magic happens when we then use this substring to format the donation amount - resulting in a stylish, highlighted text! Your activity log just got a makeover! 💃

  • 😍 Injecting Similar Enhancement to Recent Donations Section 😍 You know the cool feature we just introduced in the Activity Log? We thought, why not replicate it in our src/views/dashboard/components/RecentDonations.js too! So, we've done just that by using the same regex wizardry for formatting donation results into lowercase and creating highlighted text. It's consistency for the win, making your Recent Donations section look even more fabulous! 💫

Remember, every little improvement we make takes us one step closer to delivering a seamless product. Keep pulling your weight, team! 🚀

Last updated