-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support scaling the UI based on terminal size #10
Comments
Aside: I'm currently testing omm also. I noticed it also seems to have the same issue. I hope it's enought to report this here only as both make use UI component libraries and look very much alike. 🙂 |
I've been meaning to do that. Since you already tried out |
Yup that would fill the need for I have a few ideas to consider in case you happen to be interested in experimenting. I'll use I'll let my MS Paint style annotations speak for themselves.... |
Other suggestions that might be more work to implement:
|
Thanks for the great suggestions 🙂
I'll experiment a bit with the other ones. |
Describe the solution you'd like
The position and width of the columns to scale based on terminal width.
Is your feature request related to a problem? Please describe.
I use a tiling window manager on an ultrawide monitor. I usually keep a column of relatively narrow (~80 character) terminals on one side of the monitor for secondary information. While
hours
is perfectly usable with 80 char width, it bugs me that the "worked on for" column isn't visible, even though there'd be plenty of room (with short task titles at least).Currently the Task List View requires around 90 character wide window to fit. The Task Log Entry view requires 115 character wide terminal to fit in all columns. At this width, it unnecessarily cuts the description shorter than the available space. The third column on the other hand is unnecessarily far apart from the second one.
Describe alternatives you've considered
N/A
Additional context
In case relevant: I'm using Ubuntu with i3 window manager and kitty as the terminal.
Task List View on a 80 character wide terminal:
Task Log Entry View on a 115 character wide terminal:
The text was updated successfully, but these errors were encountered: