Problem
The Secrets and environment variables UI masks values (****abc), but when inputting new critical environment configuration keys or checking configurations, it is helpful to have a transient "eye" icon toggle to reveal the full string temporarily.
Proposed Solution
Implement a simple showPassword style state toggle (using Lucide Eye and EyeOff icons) on the inputs within the Secrets dashboard panel.
File(s) to Modify
app/console/secrets/page.tsx
I want to work on this issue. Please assign it to me.
Problem
The Secrets and environment variables UI masks values (
****abc), but when inputting new critical environment configuration keys or checking configurations, it is helpful to have a transient "eye" icon toggle to reveal the full string temporarily.Proposed Solution
Implement a simple
showPasswordstyle state toggle (using LucideEyeandEyeOfficons) on the inputs within the Secrets dashboard panel.File(s) to Modify
app/console/secrets/page.tsxI want to work on this issue. Please assign it to me.