CodeNomad/packages
bluelovers 7f431aba8b
fix(ui): hide environment variable values and mask inputs as password (#284)
## Summary

- Display only environment variable names in instance info panel (hide
values)
- Display only environment variable names in logs view (hide values)
- Change environment variable value inputs to password type in settings
editor

## Motivation

Environment variable values (which may contain sensitive data like API
keys, tokens, or secrets) were displayed in plain text across multiple
UI surfaces. This change:

1. **Reduces visual exposure** — instance info and logs view now show
only variable names
2. **Masks input fields** — the settings editor uses `type="password"`
for value inputs, preventing shoulder-surfing and accidental exposure in
screenshots or screen recordings

---------

Co-authored-by: Pascal André <pascalandr@gmail.com>
2026-05-27 16:24:13 +02:00
..
cloudflare Increment version to 0.16.0 2026-05-14 10:40:21 +01:00
electron-app Reduce App package sizes (#453) 2026-05-15 19:13:13 +01:00
opencode-plugin Increment version to 0.16.0 2026-05-14 10:40:21 +01:00
server docs: add auth requirement and self-signed cert warning to quick-start (#481) 2026-05-26 22:29:42 +02:00
tauri-app Reduce App package sizes (#453) 2026-05-15 19:13:13 +01:00
ui fix(ui): hide environment variable values and mask inputs as password (#284) 2026-05-27 16:24:13 +02:00