Commit e8151da
authored
Fix playlist scrolling showing only one track on page boundary (#185)
Replace paged scrolling with smooth scrolling for song tables. The old
paged mode would create incomplete visual pages when API page size
didn't divide evenly by visible rows, causing the UI to briefly show
just 1 song before loading the next page. Smooth scrolling keeps the
selected item visible and scrolls one item at a time, providing a better
user experience.1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | | - | |
695 | | - | |
| 694 | + | |
696 | 695 | | |
697 | 696 | | |
698 | 697 | | |
| |||
773 | 772 | | |
774 | 773 | | |
775 | 774 | | |
776 | | - | |
| 775 | + | |
777 | 776 | | |
778 | 777 | | |
779 | 778 | | |
780 | 779 | | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
| 780 | + | |
786 | 781 | | |
0 commit comments