-
Notifications
You must be signed in to change notification settings - Fork 21
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
implement next version of Duck Player #1004
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @shakyShane and the rest of your teammates on Graphite |
efc8e64
to
4b418a9
Compare
28d644c
to
e480031
Compare
07c993e
to
2633484
Compare
95689e2
to
c4f5e9e
Compare
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.
👍
a594582
to
d369580
Compare
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
e562912
to
0fa5330
Compare
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
a0cd95c
to
a7b6347
Compare
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
https://app.asana.com/0/1201141132935289/1207942137400007/f
This is DuckPlayer as components, with the following core changes:
1 - schema based messaging
2 - full support for mobile layouts
3 - full support for localization
4 - better error handling
5 - lots more tests, covering every feature now
6 - some added screenshots to ensure the UI cannot regress
Note: I'm not happy with the lack of css custom properties for brand stuff, nor the heavy use of px-based values. However, given the scale of the change, I'm opting for adding screenshots this time around, allowing us to refactor the CSS later.
Note: This initial merge is to enable the desktop variants to ship - so we can restrict manual testing to macOS + Windows