Jul 14th User Interface Update for cards and cleaner code base.

  • User Interface Update for Cards in Stats Section ๐Ÿš€๐Ÿ–ฑ๏ธ We've made your viewing experience smoother! Now, when you put your mouse over a card in the Statistics section, it turns into a pointer. You can actually click on the cards! We have accomplished this by adding a cursor-pointer class to the impressive Cards in the Donor, Programs, and Sponsorship statistics sections. Also, there's a small refinement - removed an unused class definition from two of these statistic files.

  • Cleaner Codebase ๐Ÿงน๐Ÿ’ป We've tidied up our code a bit! We've gotten rid of an unnecessary console.log print statement from our data handling script. This keeps our development process cleaner, ensuring that unexpected logs do not cloud our console.

  • Better Data Management in Programs Statistics ๐ŸŽ›๏ธ We've made our data fetching process smarter! We imported and used an important tool known as useDispatch hook in the Programs Statistics file. This tool allows our program to react and fetch data as per your interactions on the page. Plus, we have made a change so that when the label value is checked, our great app wisely dispatches certain actions! We also improved the label name to ensure clarity.

Let's celebrate these fantastic changes. Here's to making our application more responsive, efficient, and user-friendly! ๐ŸŽ‰๐ŸŽŠโญ

Last updated