An admin dashboard built with Flask, featuring component-based CSS architecture with section-specific theming.
pip install -e ".[dev]"
playwright install chromiumflask --app dashboard.app runpytest tests/ -vdashboard/- Flask application packagestatic/css/- Layered CSS: base → layout → components → dashboardtemplates/- Jinja2 templatestests/- Unit and integration tests