tftsr-devops_investigation/src/components
Shaun Arman 11b77806eb feat(config): add edit/delete actions to all policy resources and secret viewer
- Create SecretDataModal component for viewing and decoding base64 secret data
- Add View Data action to SecretList that opens SecretDataModal
- Add Edit and Delete actions to PodDisruptionBudgetList
- Add Edit and Delete actions to PriorityClassList
- Add Edit and Delete actions to RuntimeClassList
- Add Edit and Delete actions to LeaseList
- Add Edit and Delete actions to MutatingWebhookList
- Add Edit and Delete actions to ValidatingWebhookList
- Update KubernetesPage to pass onRefresh to all config resource lists
- Export SecretDataModal from index.tsx
- Add comprehensive test suite for SecretDataModal (8 tests, all passing)

SecretDataModal features:
- Parses secret YAML and extracts data keys
- Decodes base64 values with native atob()
- Individual reveal/hide toggle per key
- Copy to clipboard with visual feedback
- Handles empty secrets and malformed base64

All 11 config resource types now have complete Edit/Delete functionality.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-06-09 13:34:36 -05:00
..
dock fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
Kubernetes feat(config): add edit/delete actions to all policy resources and secret viewer 2026-06-09 13:34:36 -05:00
ui fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -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(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -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