zyrouge / symphony

🎵 Lightweight, elegant music player for Android 9+.
https://zyrouge.github.io/symphony/
GNU Affero General Public License v3.0
1.27k stars 81 forks source link

[Feature] Tile size adjustment for all ResponsiveGrid tabs #664

Closed sevonj closed 2 days ago

sevonj commented 1 week ago

Description

Continuation from #498 and #661.

Solution

Implement the bottom sheet size adjustment for remaining tabs that use ResponsiveGrid. Each tab would track its own state separately.

Now that we have easily reusable components for this, it would be kind of dumb to not make use of them.

Alternatives

No response

Additional Context

I can take the job myself.

Contribution Guidelines