-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: Add MediaPlayerElement styles and sample pages #1042
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
7c36795
to
bf08fe9
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
src/library/Uno.Material/Styles/Controls/v2/MediaPlayerElement.xaml
Outdated
Show resolved
Hide resolved
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
095f33d
to
69cde4f
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
src/library/Uno.Material/Styles/Controls/v2/MediaPlayerElement.xaml
Outdated
Show resolved
Hide resolved
src/library/Uno.Material/Styles/Controls/v2/MediaPlayerElement.xaml
Outdated
Show resolved
Hide resolved
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I've just a small comment
...WP/Uno.Themes.Samples.Shared/Content/NestedSamples/MediaPlayerElementSample_NestedPage5.xaml
Outdated
Show resolved
Hide resolved
6652ccd
to
ebf6a85
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we're going to need to bump the WinAppSDK version to at least 1.2 in order to have support for MediaTransportControls (https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.mediatransportcontrols?view=windows-app-sdk-1.3#applies-to)
FYI @agneszitte / @Xiaoy312
Also when this PR is merged @kazo0, @Xiaoy312, @nguyeenvy we will need to add more samples for the Gallery app |
7f15542
to
88abc79
Compare
src/samples/UWP/Uno.Themes.Samples.Wasm/Uno.Themes.Samples.Wasm.csproj
Outdated
Show resolved
Hide resolved
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
...WP/Uno.Themes.Samples.Shared/Content/NestedSamples/MediaPlayerElementSample_NestedPage2.xaml
Outdated
Show resolved
Hide resolved
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
@nguyeenvy let's bump the versions of |
src/library/Uno.Material/Styles/Controls/v2/MediaPlayerElement.xaml
Outdated
Show resolved
Hide resolved
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
aa27e69
to
4e74244
Compare
@kazo0 Microsoft.WindowsAppSDK has been successfully bumped to 1.2.0 |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
2 similar comments
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
I have opened an issue for it unoplatform/Uno.Gallery#909 |
9304e2c
to
8df75c0
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
5003bf4
to
bb3e61a
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1042.eastus2.azurestaticapps.net |
@nguyeenvy Thanks for that PR. I don't recall if I or @mtmattei had sent you an Uno Platform t-shirt as a small token of appreciation for the contribution. If not , please get in touch with me at sasha at platform . uno. Thanks again! |
closes #1032
GitHub Issue: #1032
PR Type
What kind of change does this PR introduce?
Description
Add MediaPlayerElement styles and sample pages
PR Checklist
Other Information