[Feature]: scrollable lists #5
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Klectr/KStandup#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Guidelines
Description
Todo lists can vertically overflow the height available in each pane. It would be nice to be able to keep the item selected at the base of the pane while moving to the next item.
Problem
Items that are added that are placed beyond the height of the pane are not visible to the user
Proposed Solution
research if there is a solution for this in ratatui and impliment it. If there isn't will need to figure out the best approach to this. We will also need some indicator to tell the user they can "scroll", a "scroll bar" of sorts... I know, innovative..
Alternatives Considered
n/a