Pulse/frontend-modern/src/components
rcourtman bf43d448cf fix: Robust OCI container detection with state persistence
Backend:
- Seed OCI classification from previous state so containers never
  'downgrade' to LXC if config fetching intermittently fails
- Prevent type regression in recordGuestSnapshot when OCI was previously detected
- Move metrics zeroing before snapshot recording for cleaner flow

Frontend:
- Add isOCIContainer() memo that checks both type and isOci flag
- Use isOCI helper in Dashboard.tsx for AI context building
- Include oci-container type in useResources container conversion
- Preserve isOci and osTemplate fields through legacy conversion

This ensures OCI containers retain their classification even when
Proxmox API permissions or transient errors prevent config reads.
2025-12-12 20:06:39 +00:00
..
__tests__
AI feat: AI security and policy improvements for 5.0 2025-12-12 17:38:55 +00:00
Alerts Frontend updates 2025-12-07 00:49:32 +00:00
Backups feat: Docker agent retry, UI column improvements, and IP tooltip enhancements 2025-12-12 08:26:36 +00:00
Dashboard fix: Robust OCI container detection with state persistence 2025-12-12 20:06:39 +00:00
Docker feat: Docker agent retry, UI column improvements, and IP tooltip enhancements 2025-12-12 08:26:36 +00:00
Hosts feat: Docker agent retry, UI column improvements, and IP tooltip enhancements 2025-12-12 08:26:36 +00:00
icons
PMG fix: Update Mail Gateway disconnect state for consistency 2025-12-02 20:34:32 +00:00
Proxmox feat: AI integration, Docker metrics, RAID display, and infrastructure improvements 2025-12-09 09:29:27 +00:00
Replication fix: Add reconnect button to Backups and Replication pages 2025-12-02 20:24:34 +00:00
Settings fix: Robust OCI container detection with state persistence 2025-12-12 20:06:39 +00:00
shared feat(ui): Add AI Insights Panel component 2025-12-12 14:55:08 +00:00
Storage feat: Docker agent retry, UI column improvements, and IP tooltip enhancements 2025-12-12 08:26:36 +00:00
Toast
DemoBanner.tsx
ErrorBoundary.tsx
FirstRunSetup.tsx Improve temperature proxy control-plane flow 2025-11-15 21:49:51 +00:00
Login.tsx AI Problem Solver implementation and various fixes 2025-12-06 23:46:08 +00:00
SecurityWarning.tsx
TokenRevealDialog.tsx
UpdateBanner.tsx
UpdateConfirmationModal.tsx
UpdateProgressModal.tsx