tftsr-devops_investigation/src/components
Shaun Arman 1c4966256e
Some checks failed
Test / frontend-tests (pull_request) Successful in 1m59s
Test / frontend-typecheck (pull_request) Successful in 2m8s
PR Review Automation / review (pull_request) Failing after 4m6s
Test / rust-fmt-check (pull_request) Successful in 12m42s
Test / rust-clippy (pull_request) Successful in 14m29s
Test / rust-tests (pull_request) Successful in 15m58s
feat: implement 100% Proxmox PDM feature parity
- Add 8 new UI components: AclList, AddRemoteForm, ContainerConsole, ContainerOverview, EditRemoteForm, RemoveRemoteDialog, VMConsole, VMOverview
- Add 13 Proxmox management pages: ACLPage, BackupPage, CephPage, CertificatesPage, ContainersPage, FirewallPage, HAPage, NetworkPage, RemotesPage, SDNPage, StoragePage, TasksPage, VMsPage
- Add 13 new routes to App.tsx for Proxmox management pages
- All components use existing UI components from src/components/ui/index.tsx
- TypeScript and ESLint pass with 0 errors
- Rust clippy passes with 0 warnings
- All tests pass (406 Rust, 386 frontend)

Files changed: 24 files, +2060 insertions, -45 deletions
2026-06-11 13:09:10 -05:00
..
dock fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
Kubernetes fix(kube): fix PTY param names, ansi-to-react ESM interop, and dark mode badges 2026-06-09 20:38:24 -05:00
metrics feat(metrics): add frontend metrics integration with Chart.js 2026-06-09 17:05:24 -05:00
Proxmox feat: implement 100% Proxmox PDM feature parity 2026-06-11 13:09:10 -05:00
tables feat(tables): implement configurable columns infrastructure 2026-06-09 14:37:04 -05:00
ui feat: Implement Proxmox Datacenter Manager feature parity - Phases 1-11 2026-06-11 09:38:36 -05:00
Badge.test.tsx fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
Badge.tsx fix(kube): fix PTY param names, ansi-to-react ESM interop, and dark mode badges 2026-06-09 20:38:24 -05:00
BottomPanel.tsx fix(ui): critical UI fixes - logs, menus, dark mode, YAML 2026-06-09 13:33:37 -05:00
BottomPanelManager.tsx fix(ui): critical UI fixes - logs, menus, dark mode, YAML 2026-06-09 13:33:37 -05:00
ChatWindow.tsx feat: inline file/screenshot attachment in triage chat 2026-03-31 08:40:36 -05:00
DocEditor.tsx fix: improve download button visibility and add DOCX export 2026-04-03 12:33:27 -05:00
ErrorBoundary.test.tsx fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
ErrorBoundary.tsx fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
HardwareReport.tsx fix: provider test FK error, model pull white screen, RECOMMENDED badge 2026-03-31 07:46:36 -05:00
ImageGallery.tsx fix(ui): correct font contrast and background colors in dark mode 2026-06-07 21:30:50 -05:00
ModelSelector.tsx feat: initial implementation of TFTSR IT Triage & RCA application 2026-03-14 22:36:25 -05:00
PiiDiffViewer.tsx fix(ui): correct font contrast and background colors in dark mode 2026-06-07 21:30:50 -05:00
ResourceDetailsDrawer.tsx fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
ShellApprovalModal.tsx fix(ui): correct font contrast and background colors in dark mode 2026-06-07 21:30:50 -05:00
TriageProgress.tsx feat: initial implementation of TFTSR IT Triage & RCA application 2026-03-14 22:36:25 -05:00