[Feature]: scrollable lists #5

Open
opened 2024-05-06 14:16:22 +00:00 by tristonarmstrong · 0 comments
tristonarmstrong commented 2024-05-06 14:16:22 +00:00 (Migrated from github.com)

Guidelines

  • I agree to follow this project's Contributing 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

### Guidelines - [X] I agree to follow this project's Contributing 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
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Klectr/KStandup#5
No description provided.