[FEATURE]: permission required section too small for reviewing code before approving it
Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Reviewing code within this small section is pretty annoying and really hard to read.
This issue might be a duplicate of an existing issue. Please check:
- #6849: Theme colors issue with
orngtheme in the permission dialog
While #6849 focuses on color rendering in the permission dialog, it's related to the same permission dialog UI component that you're reporting on. It might be worth reviewing that issue to see if it's addressing the same underlying permission dialog rendering problem, though your concern about space for code review is a separate usability issue.
I think so too, and I need to be able to turn pages and browse with pgup and pgdn at this time, and I don't want to use a mouse on the terminal
Same here, I feel there should me an option to disable the scrollbars entirely for the diff views
I would love to see this get fixed
This is a major UI/UX regression IMHO.
The actual code view now takes 25% of screen space and rest of the UI takes 75% screen space. It should be exact opposite. Code view is primary for a coding tool.
Such breaking change was pushed without a beta/testing build with no alternative to switch to earlier inline code view mode.
I think this PR tries to mitigate it: https://github.com/anomalyco/opencode/pull/7260