toggle to hide username in TUI#4750
Conversation
|
Does it need to be a config thing or can we just make it togglable via the command bar and then persist the choice to kv? |
Open to ideas, anything that allows setting it globally is fine, making it togglable even better |
|
Yeah let's make it togglable then using the kv store & command palette and then drop global config |
|
Good feature, I'd love to see this merged... a few years back I made the unfortunate choice years ago of using my real name as my username on my MacBook and on a few occasions I've come pretty close to accidentally posting opencode screenshots including my username without redacting them first, having a way to persistently hide it to make sure that can never happen would be great. |
Any other features doing it this way to take as a reference? |
|
@kandros Glancing at my own {
"openrouter_warning": true,
"theme": "my-mellow",
"sidebar": "hide"
}So, perhaps the toggleable sidebar visibility state might be a good example of such a feature. |
|
the kv is super simple it just has get and set methods you should be able to find the example for light vs dark mode pretty easily i dont recall exactly where it is |
68bba2a to
91dd779
Compare
|
✅ updated to use KV CleanShot.2025-11-26.at.12.42.33.mp4 |
91dd779 to
26fbf5f
Compare
26fbf5f to
51a1b4d
Compare
f8ee907 to
6a9856d
Compare
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
No description provided.