equalizedigital / accessibility-checker

GNU General Public License v2.0
14 stars 8 forks source link

🚧 refactored - convert option page functions into classes 🚧 #507

Open vukvukovich opened 7 months ago

vukvukovich commented 7 months ago

Moved and refactored functions from the options page into several classes.

There is more refactoring I would do, e.g possible interface for admin pages, and also regarding admin class. Maybe introduce some interface to all components which are Initiable with init_hooks, but that is a topic for discussion and another PR.

Fixes #466