lamarios / clipious

Invidious client for android
GNU Affero General Public License v3.0
964 stars 32 forks source link

Add share to video modal sheet and bug fix #458

Closed Outlet7493 closed 9 months ago

Outlet7493 commented 9 months ago

Fixes https://github.com/lamarios/clipious/issues/457 - adds share button to sheet, padding is adjusted depending on device as on a phone it gets pushed beneath.

Phone: phone_sheet

Tablet: tablet_sheet

Also fixed a bug where if the user is not logged in, the "Add to playlist" button will just infinitely load (as request for user playlists fails) so made it return an empty list so the user can click it, to then login if they want to.

lamarios commented 9 months ago

Looks good, again, thank you so much :)