TeamNewPipe/NewPipe

Keep history control buttons visible when scrolling up long history lists

Open

#13487 opened on May 9, 2026

View on GitHub
 (6 comments) (2 reactions) (1 assignee)Java (38,153 stars) (3,577 forks)batch import
GUIfeature requestgood first issue

Description

Checklist

  • I am able to reproduce the bug with the latest version given here: CLICK THIS LINK.
  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.
  • I have read and understood the AI policy. The content of this bug report is not generated by AI.

Affected version

0.28.6 and all release versions

Description

On the history page, when the list of entries is long, and the user scrolls up to see more entries, the control buttons at the top (Sort button + action buttons: Background | Play All | Popup) scroll together with the list and disappear from view.

This can make it inconvenient for users to quickly sort or perform actions, as they have to scroll back to the top to access the buttons.

Suggestion:

Keep these buttons sticky at the top so they remain visible while scrolling through long history lists.

Why this improves User Experience:

  1. Reduces the number of times users have to scroll back and forth
  2. Makes sorting and actions more efficient and immediate

Screenshots/Screen recordings

Here is a screen recording to show the behavior:

https://github.com/user-attachments/assets/e27146f0-cac6-48bb-b7b0-a3e8f1a9b895

Contributor guide