flexprice/flexprice-front

Add confirmation dialog for deleting secret keys in developers section.

オープン

#412 opened on 2025/10/19

 (6 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (106 件のフォーク)auto 404
enhancementhacktoberfest

Repository metrics

Stars
 (32 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Description: Currently, on the API Keys admin page, the “Delete” button removes a key immediately without any confirmation. This can lead to accidental deletions, which could cause critical issues since API keys are sensitive and required for access.

Proposed Solution: Add a confirmation dialog or modal when the user clicks “Delete” to warn them before the key is permanently removed. The dialog should clearly indicate that deletion is irreversible, will likely use some shadcn component and modify it accordingly.

Screenshot:

コントリビューターガイド