mirror of
https://github.com/lukaszraczylo/gohoarder.git
synced 2026-06-05 22:53:53 +00:00
0be529f7be
Backend: - Add blocked_packages count to stats API by checking vulnerabilities against thresholds - Add max_cache_size to stats API from config - Add isBlocked field to package API responses Frontend: - Add blocked_packages and max_cache_size to Stats interface - Add blocked packages counter card to stats page with fa-hand icon - Add storage usage progress bar with color coding (green/yellow/orange/red) - Add /blocked-packages route that filters vulnerable packages by isBlocked - Update VulnerabilityBadge to show BLOCKED badge with fa-hand icon - Fix TypeScript imports for useRoute in VulnerablePackages Features: - Stats page now shows blocked packages count (clickable) - Storage display shows usage vs max with visual progress bar - Blocked packages view accessible from stats page - All blocked indicators use fa-hand icon instead of fa-ban