spotube/lib/modules
Lars f2339bd9d3 fix: prevent transient bottom overflow from mini-player animation
SlidingUpPanel animates its own height between minHeight and maxHeight
(full screen) while opening/closing. Since it sits as a plain child in
the Scaffold's footers column, that transient height briefly exceeds
the fixed collapsed slot it was given, overflowing the footers column
by ~18-24px during the animation.

Wrap it in a fixed-size SizedBox + OverflowBox so the panel can still
paint at its actual (larger) size while reporting only the collapsed
height to its parent, avoiding the layout overflow.
2026-08-31 22:32:51 +02:00
..
album feat: enhance image handling 2025-07-16 22:34:59 +06:00
artist refactor: remove old spotify.dart types and custom spotube metadata types 2025-06-19 14:42:29 +06:00
connect chore: add back pull down to refresh 2025-03-02 22:04:22 +06:00
getting_started feat: show placeholder images where there is no item or on empty page 2025-01-12 14:16:18 +06:00
home/sections chore: fix alternative sources not persisting 2025-11-14 16:17:37 +06:00
library fix: download not working in different devices and slow 2025-11-11 10:39:13 +06:00
lyrics fix: SafeArea not working for bottom floating widgets 2024-12-29 13:36:44 +06:00
metadata_plugins fix: quality preset initialization fails and audio source auth 2025-11-04 12:02:10 +06:00
player fix: prevent transient bottom overflow from mini-player animation 2026-08-31 22:32:51 +02:00
playlist feat: add support for automatic plugin repository from github and codeberg 2025-07-17 01:02:04 +06:00
root fix: download not working in different devices and slow 2025-11-11 10:39:13 +06:00
search feat: add support for entity specific search 2025-07-13 15:11:56 +06:00
settings chore: upgrade dependencies 2025-08-23 10:07:41 +06:00
stats chore: uncomment important lines of code 2025-06-19 15:01:58 +06:00