KRTirtho / spotube

🎧 Open source Spotify client that doesn't require Premium nor uses Electron! Available for both desktop & mobile!
https://spotube.krtirtho.dev/
Other
28.78k stars 1.19k forks source link

Scrollbar #766

Open owencz1998 opened 11 months ago

owencz1998 commented 11 months ago

Is there an existing issue for this?

Pain

Maybe a scrollbar for the playlist section idea of just a scroll bar but having A B C ect

Suggested solution

U know the score haha

Useful resources

105130232-a58abc00-5b0c-11eb-930e-445ae498ba98

Additional information

No response

TDuffinNTU commented 11 months ago

Scrollbars for desktop is certainly a good suggestion. I'm not sure how easy the alphabetical scrolling would be namely because that might mean changing some state management stuff (and implications with translations!) but the initial case of adding scrollbars to common scrollviews around the app sounds easy enough. :)

GrampaWildWilly commented 7 months ago

Not sure if I should piggyback or open a new one. I'll piggyback & if you don't like that, I can open a new one. I find it annoying in the extreme that the scroll bar in V3.4.0 is non-standard. That is to say, there are no little arrow things at the top & bottom of the scroll bar that you can click to scroll one line. You can scroll a page by clicking in the empty area above or below the scroll button. That's standard. You can grab & drag the scroll bar to do coarse large distance scrolls. That's standard. But the single line scroll arrows at the top & bottom of the scroll bar simply aren't there. That's not standard. I vote to add the arrows to the GUI.

GrampaWildWilly commented 7 months ago

I suppose I should add that I am talking about the desktop version on Windows 11.

RokeJulianLockhart commented 7 months ago

https://github.com/KRTirtho/spotube/issues/766#issuecomment-1907717107

@GrampaWildWilly, https://www.google.com/search?q=flutter+scrollbar+top+bottom+arrows+site:stackoverflow.com doesn't return anything useful, and silly answers like https://stackoverflow.com/a/57795561/9731176 make me wonder whether this is even provided by the native flutter scrollbar element. I wonder whether this is an issue for Flutter. Regardless, I'd like this on every OS, not merely Windows 11, if possible.