Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Improve ItemVideoPlayer Widget #95

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

ricoberger
Copy link
Member

This commit adds two improvements to the ItemVideoPlayer widget. These improvements are:

  1. The padding for the widget is now defined within the widget, so that is must not be defined in the parent widget. With this change the widget follows the styling of our other widgets like ItemMedia.
  2. On iOS the quality selection had a large bottom padding, this is now fixed, by using a Wrap widget instead of a ListView like we are using in the other modal bottom sheets which are showing some actions.

This commit adds two improvements to the `ItemVideoPlayer` widget. These
improvements are:
1. The padding for the widget is now defined within the widget, so that
   is must not be defined in the parent widget. With this change the
   widget follows the styling of our other widgets like `ItemMedia`.
2. On iOS the quality selection had a large bottom padding, this is now
   fixed, by using a `Wrap` widget instead of a `ListView` like we are
   using in the other modal bottom sheets which are showing some
   actions.
@ricoberger ricoberger self-assigned this Dec 2, 2023
@ricoberger ricoberger added the changelog: changed Something was changed or updated label Dec 2, 2023
@ricoberger ricoberger added this to the v1.3.0 milestone Dec 2, 2023
@ricoberger ricoberger merged commit 6c469e5 into main Dec 2, 2023
9 checks passed
@ricoberger ricoberger deleted the core-improve-item-video-player-widget branch December 2, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: changed Something was changed or updated
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant