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?