WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
385 stars 600 forks source link

"Refactor AdminUser component from createReactClass to functional com… #5871

Open Yash121l opened 2 days ago

Yash121l commented 2 days ago

What this PR does

This PR refactors the "AdminUser" component from createReactClass to a functional component. This will help towards aims to modernize the codebase and improve the performance and readability of the component.

Screenshots

Before:

https://github.com/WikiEducationFoundation/WikiEduDashboard/assets/98008765/afa973f0-a881-4165-9c7b-20629a08d5af

After:

https://github.com/WikiEducationFoundation/WikiEduDashboard/assets/98008765/d7ee62ca-7e2e-4d1b-a994-625bd83eb841

Open questions and concerns