Pulse/frontend-modern/src/hooks
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__ fix: Robust OCI container detection with state persistence 2025-12-12 20:06:39 +00:00
useBreakpoint.ts feat: improve responsive table layout with tighter columns 2025-11-25 20:37:28 +00:00
useColumnVisibility.ts feat: Docker agent retry, UI column improvements, and IP tooltip enhancements 2025-12-12 08:26:36 +00:00
useDebouncedValue.ts refactor: remove legacy DISABLE_AUTH flag and enhance authentication UX 2025-10-27 19:46:51 +00:00
usePersistentSignal.ts Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
useResources.ts fix: Robust OCI container detection with state persistence 2025-12-12 20:06:39 +00:00