- Replaced static hosts.json and staticConfig.ts with SQLite database (Prisma)
- Implemented JWT authentication and Login UI
- Added dynamic API routes for hosts, topology, and settings
- Updated UI components to fetch and manage state dynamically
- Added Settings interface for managing hosts and topology nodes
- Refactored useFilteredNodes to memoize logic and prevent re-rendering.
- Optimized LeftPanel useMemo dependencies and HostChart O(N) traversal.
- Fixed polling interval desync and added WebSocket throttling/React Strict Mode transport patch.
- Fixed Graph layout dependencies and 'ghost' children chevrons on collapsed nodes.
- Fixed RightPanel tab persistence UI bug and resolved React Hooks order crash.
No remaining known issues from the UI analysis.
- Add systemd service discovery to backend
- Add Proxmox LXC/VM detection
- Add hostType field to config for better host categorization
- Fix SSH trust between hosts (ubuntu/grizzley -> truenas/proxmox)
- Add SSH terminal support via xterm.js
- Add filebrowser for browsing host filesystems
- Update frontend types and components for new node types