Task
Build an API key management page in the merchant dashboard.
Details
- Show list of active API keys with masked secrets
- Add create new key button with copy-to-clipboard
- Add delete/revoke key functionality with confirmation
- Show creation date and last used timestamp
- Handle API errors gracefully
Path
apps/frontend/app/dashboard/api-keys/
Test
Run pnpm --filter frontend build to verify.
Task
Build an API key management page in the merchant dashboard.
Details
Path
apps/frontend/app/dashboard/api-keys/Test
Run
pnpm --filter frontend buildto verify.