✨ Features
- Threshold Monitoring & Logging: Added the ability for users to configure thresholds for various metrics and view logs related to threshold events.
- Refactored
app.js
into modular components for better clarity and maintainability. (Related commits: 559ae61, 4ac24ea, 210f22e, 6065814) - Standardized tab structure, styling, and status text across the UI. (5befa6f)
- Added search functionality to the Backups tab filter. (54fb2f2)
- Harmonized the filter bar UI between the dashboard and backups tabs. (a49a696)
- Added an automated Playwright script (
scripts/take-screenshots.js
) to generate UI screenshots. (800af62, 223ec4c)
📚 Documentation
- Updated various screenshots in the README and documentation, including those for the new threshold/logging feature. (Related commits: 0a4464f, 7a52697, 880cad1, 38f37ac, d4ce73c, 2a8c9bb, 3ff41fd)
- Updated
index.html
for the new JS structure. (c2b358b) - Updated frontend files (ba991a8)