Feature: React Admin Screen
Replace the current PHP-rendered settings page with a modern React-based admin UI.
Backend
- New REST API endpoint:
/codetot-optimization/v1/settings
- PHP class to register route + handle CRUD
- Keep backward compatibility with existing
ct-optimization option
Frontend
- Built with
@wordpress/scripts (standard WP tooling)
- Modern UI with toggle switches, grouped sections, save states
- Dark sidebar navigation matching CODE TOT brand
- Toast notifications for save feedback
Build
- Webpack output to
admin/build/
package.json with build scripts
.gitignore for build artifacts
Feature: React Admin Screen
Replace the current PHP-rendered settings page with a modern React-based admin UI.
Backend
/codetot-optimization/v1/settingsct-optimizationoptionFrontend
@wordpress/scripts(standard WP tooling)Build
admin/build/package.jsonwith build scripts.gitignorefor build artifacts