Jul 20th Admin table enhancements
This pull request is a brilliant step forward in the wizarding world of code! ๐งโโ๏ธ Here's what our extraordinary devs just did:
Admin Table Enhancements ๐ผ In
AdminsTable.js
, we improved the performance of our system. We updated a function (we call ituseEffect
) to keep track of main table's settings like current page index, size and sorting more efficiently with every change happening on the table. This means our admin table now responds faster to your commands. ๐๏ธPrograms Filtering Magic ๐ฉ In
ProgramsMainFilter.js
, the magical word, known asprog_name
, now uses a fantastic solution calleduseSelector
. This offers an even quicker and cleaner way for you to filter your programs. Now, it's easier than ever for you to find what you're looking for! ๐ต๏ธโโ๏ธTable Tool Wielding ๐ ๏ธ In
ProgramsTableTools.js
, we have summoned some spells to significantly enhance the experience:We've replaced
useParams
with a more powerful magical tool,useLocation
, allowing us to fetch information better and faster. ๐Our mighty
entitiesId
variable now uses the power ofstate
, courtesy ofuseLocation
. This change helps us better manage and access vital information when we need it. ๐As we cleaned up our potion ingredients, we found and removed some unused imports. Less clutter for a better coding experience! ๐งน
We've made some changes to the
popNotification
function. Though mysterious, these changes are sure to improve your experience with our enchanted notifications! ๐๏ธWe have updated the
loading
andmdata
variables using what we calluseState
. This update makes our system faster, smarter and overall more fantastic. ๐
So, buckle up, because your coding experience is about to get a turbo boost!
Last updated
Was this helpful?