- Add settings handler with endpoints for:
- GET/PUT /api/admin/settings (enable_limitations toggle)
- POST /api/admin/settings/seed-lookups (run 001_lookups.sql)
- POST /api/admin/settings/seed-test-data (run 002_test_data.sql)
- Add settings page to admin panel with:
- Toggle switch to enable/disable subscription limitations
- Button to seed lookup data (categories, priorities, etc.)
- Button to seed test data (with warning for non-production use)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>