-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Single lane focus mode #135
Comments
Not sure I entirely understand what this feature provides. If one lane is 100% width, each card would be 100% width, which would make them very difficult to read. How would this feature help with processing the items? For the most part, the UI benefit is dragging items across lanes, unless you click into a specific item for more info. |
@benjaminapetersen I use lanes to represent phases (like sprints with no time limit) and once the tasks have been allocated to phases I only need to see the current phase while the rest are distractions and should ideally be hidden so I can focus on the current phase, where the main benefits are seeing what to work on, what is coming up soon, and being able to reorder tasks. As for the width, my task title lines often go up to the length of an 80 character line which is nice to see without wrapping since I might have 50 tasks in a phase and I want to see as many on the screen as possible so it is easier to reorder them. |
You have a customized UI for this? Curious about a screenshot (with dummy content, not real, of course). |
@benjaminapetersen I'm not using this app yet because it doesn't have all the features I need. I also submitted feature requests to another project here: https://github.com/apankrat/nullboard/issues |
When the user double clicks on the title bar of a lane, this could hide all the other lanes and center and expand the clicked lane to 100% width with max-width of 100ch. In the expanded mode the top menu bar could have a new home button and lane title added to the left of the search bar so that the lane title below the menu bar can be hidden.
The text was updated successfully, but these errors were encountered: