Add ConfirmDelete modal and edit mode support
Add ConfirmDelete component and index export. Update
AddFile/AddSecret/AddVariable/AddVolume
modals to accept optional id props and toggle between Add/Edit. Enforce
UPPER_SNAKE_CASE for
secret/variable names and auto-transform input. Wire confirm-delete
modal into Files, Secrets,
Variables and Volumes pages (state + placeholder handler). Minor
UI/class cleanup and copy tweak.