tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
2.89k stars 244 forks source link

Mask text in paste textarea #1739

Closed db39 closed 3 months ago

db39 commented 5 months ago

A user on the forum often enters secrets in TinyPilot's paste textarea. They have suggested an option to mask the text similar to how a password input field would, to prevent anyone seeing the plain text on screen.

bjs169 commented 5 months ago

Thumbs up!

KamalMikhail commented 4 months ago

+1 from me. I would keep this as the default too, so if a user selects to mask the field it remains masked for future uses until they unmask it.

jotaen4tinypilot commented 3 months ago

This is done now (see the linked PRs above):

Screenshot 2024-04-01 at 14 24 12

The UI also remembers the last toggle position.