Jul 20th Donor programs deletion process updates and New sizing of Donor programs Display.

  • New Sizing Options for Donor Programs Display Our magic workers tweaked the DonorProgramsTable.js to allow different page sizes for viewing the list of donor programs! Now, you can choose how many entries you want to see in one screen. This will provide a more flexible browsing experience. 🚀🧩

  • Enhanced Selection Change Functionality Rejoice! The onSelectChange function has become smarter! It can handle situations where the chosen value is not a number. This is a monumental step towards making our code cleaner and user interactions smoother. 🧠👏

  • Wise Use of Dispatch Calls The developers made an excellent change in the code for the better use of our vital resources. If a value is not a number, our system will cleverly use the total number of data entries (dataLength). A brilliant example of code optimization! 🦾🎮

  • Donor Programs Deletion Process Update Lastly, a design tweak was made. The delete confirmation component, DonorProgramsDeleteConfirmation, has been moved inside the Loading interface. This change can make our application flow feel more cohesive and intuitive to users during deletion processes. 🔄✂️

Last updated