Is your feature request related to a problem?
When reading a long email in the EmailView, there is no indication of how far down the user is or how much content is left.
Describe the solution you'd like
Add a scroll progress indicator (e.g. "42%" or a small scrollbar character) to the status bar or the corner of the viewport in tui/email_view.go.
Describe alternatives you've considered
N/A
Additional context
Bubbles viewport (viewport.Model) has ScrollPercent() which can be used for this.
Is your feature request related to a problem?
When reading a long email in the
EmailView, there is no indication of how far down the user is or how much content is left.Describe the solution you'd like
Add a scroll progress indicator (e.g. "42%" or a small scrollbar character) to the status bar or the corner of the viewport in
tui/email_view.go.Describe alternatives you've considered
N/A
Additional context
Bubbles viewport (
viewport.Model) hasScrollPercent()which can be used for this.