WikiEducationFoundation / WikiEduDashboard

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

Refactor: Migrated settings_handler.jsx to functional component #5869

Closed Raman-Luhach closed 1 day ago

Raman-Luhach commented 2 days ago

What this PR does

This pull request refactors the settings_handler.jsx component from a class-based component to a functional component.

Screenshots

Before:

Screenshot 2024-06-30 at 6 37 23 PM

After:

Screenshot 2024-06-30 at 6 38 40 PM

Open questions and concerns

Please review and provide feedback on my changes. I am committed to addressing any issues promptly. Thank you!

ragesoss commented 1 day ago

This is already a functional component.