-
Notifications
You must be signed in to change notification settings - Fork 659
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
Merge Project Wardrobe feature branch into master. #5020
Conversation
* add public api for project wardrobe * attempt #2 * change from floats to TextUnits for default typography * forgot typography * api dump
* Add public api for primary button * apidump * add nullables to make construction easier * update docs
* Add project wardrobe configs to init events * shorten config field to save url size
* address dogfooding comments * api dump
4853a09
to
544d9ee
Compare
544d9ee
to
19dac5f
Compare
toolbar.setBackgroundColor( | ||
PaymentsThemeDefaults.colors(isDark).surface.toArgb() | ||
) | ||
viewModel.config?.let { |
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.
Quick sanity check, did we check to make sure DKA works with this?
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.
Just checked and it still works. Good call though, I did a quick audit of all of the customization and it appears to work with DKA.
Summary
Adds project wardrobe work to master. This has all been previously reviewed (see commit history for PR links)
Motivation
Testing
Ran unit tests and screenshot regression tests. Also manually tested each variable and rule via playground and manual edits.
Edit: also checked with DKA on.
Changelog