feat(ApplicationDetail): implement ArgoCD Application Detail view #4

Merged
privilegedescalation-cto[bot] merged 8 commits from feat/application-detail into main 2026-04-22 09:35:28 +00:00
Showing only changes of commit 908df705c0 - Show all commits
+4 -4
View File
@@ -32,12 +32,12 @@ All tests and `pnpm tsc` must pass before committing.
``` ```
src/ src/
├── index.tsx # Plugin entry: registerRoute, registerSidebarEntry; ArgoCDErrorBoundary ├── index.tsx # Plugin entry: registerRoute, registerSidebarEntry; ArgoCDErrorBoundary
├── test-utils.tsx # Shared test fixtures ├── test-utils.tsx # Shared test fixtures
├── api/ ├── api/
│ └── argocd.ts # ArgoCD API types, ApiProxy request helpers │ └── argocd.ts # ArgoCD API types (Application, ApplicationsList)
└── components/ └── components/
└── ArgoCDStubView.tsx # Placeholder Applications List view └── ApplicationsList.tsx # ArgoCD Applications List view with health/sync badges and filters
``` ```
## Code conventions ## Code conventions