Commit Graph
4 Commits
Author SHA1 Message Date
Lago 27e6c29ee1 feat: enhance network status tracking and display in dashboard
CI / lint-and-test (push) Has been cancelled
2026-07-12 21:52:43 +02:00
Lago 05adf2035a Refactor templates for improved UI and UX
CI / lint-and-test (push) Has been cancelled
- Updated ads.html to enhance the display of recent ads with better styling and layout.
- Modified base.html to introduce a new color scheme and typography using Inter font and Phosphor icons.
- Revamped dashboard.html to provide a clearer overview of statistics with improved card layouts.
- Enhanced keyword_detail.html for better presentation of keyword configurations and recent matches.
- Improved keywords.html to display keyword filters and subscriber counts more effectively.
- Updated users.html to present user information in a more structured format with clear status indicators.
2026-07-12 21:49:22 +02:00
Lago ec3cea94c9 feat: add support for HTTP proxy configuration and display status in dashboard
CI / lint-and-test (push) Has been cancelled
2026-07-12 21:39:21 +02:00
Lago 8151c530da feat: Phase 3 — web dashboard, testing, and CI/CD
CI / lint-and-test (push) Has been cancelled
- Remove multi-marketplace from Phase 3
- Add FastAPI web UI on port 8766 with basic auth
- Add 6 Jinja2 templates (dashboard, keywords, users, ads, stats)
- Add pytest test suite (45 tests, 49% coverage)
- Add GitHub Actions CI/CD workflow
- Update docker-compose.yml to expose web UI port
- Update Dockerfile to include tests
2026-07-10 22:28:18 +02:00