Version / branch / commit
0.1.0
OS and environment
NixOS 26.05, kitty and ghostty, go 1.26
Steps to reproduce
- run zero
- just click
?
- the help overlay will replace the entire tui view.
Expected behavior
expected behavior is to be like the other popups like the model picker and suggestions picker etc.
examples:
Actual behavior
The issue is that the help overlay renders in the same layer instead of using lipgloss vs newCanvas and newLayer
which make it looks like that and hides the whole view
its not following the other popups like suggestion picker and provider wizard and model picker
Relevant logs, screenshots, or error messages
No response
Version / branch / commit
0.1.0
OS and environment
NixOS 26.05, kitty and ghostty, go 1.26
Steps to reproduce
?Expected behavior
expected behavior is to be like the other popups like the model picker and suggestions picker etc.
examples:
Actual behavior
The issue is that the help overlay renders in the same layer instead of using lipgloss vs newCanvas and newLayer
which make it looks like that and hides the whole view
its not following the other popups like suggestion picker and provider wizard and model picker
Relevant logs, screenshots, or error messages
No response