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

Rework Feedback UI assets to allow tinting. #2439

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

avi-c
Copy link
Contributor

@avi-c avi-c commented Jul 6, 2020

Replacement for PR #2435

Needed because I incorrectly targeted nishantk/feedbackOverhaulPt4, in that PR and merged it in, which I since reverted from that branch.

@avi-c avi-c requested a review from 1ec5 July 6, 2020 20:37
@avi-c avi-c self-assigned this Jul 6, 2020
@@ -36,6 +44,7 @@ class FeedbackCollectionViewCell: UICollectionViewCell {
func commonInit() {
setupViews()
setupConstraints()
circleColor = .black
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of black, can we have the default tint color be the tint color of the surrounding view controller?

@1ec5 1ec5 added the bug Something isn’t working label Jul 6, 2020
@1ec5
Copy link
Contributor

1ec5 commented Jul 7, 2020

CarPlayManagerTests.testManagerTellsDelegateWhenNavigationStartsAndEndsDueToArrival() keeps crashing on CI, but that’s unrelated to this PR and can be ticketed separately.

The other build bots are failing because of a compiler error:

Testing failed:

	Type 'UIColor?' has no member 'systemBackground'

	Testing cancelled because the build failed.

@1ec5
Copy link
Contributor

1ec5 commented Jul 7, 2020

It looks like #2421 needs to be rebased onto release-v1.0-pre-registry. Once it gets rebased, the tests will no longer need to build on Xcode 10 where they’re failing.

@1ec5
Copy link
Contributor

1ec5 commented Jul 7, 2020

#2441 tracks the CarPlay test crash.

@avi-c avi-c force-pushed the nishantk/feedbackOverhaulPt3 branch from a2599fa to 29addd0 Compare July 7, 2020 16:43
@avi-c avi-c force-pushed the ac-FeedbackIconArtRetarget branch from 15d8c81 to 73b22e2 Compare July 7, 2020 16:47
Base automatically changed from nishantk/feedbackOverhaulPt3 to release-v1.0-pre-registry July 7, 2020 17:20
@avi-c avi-c merged commit 73b22e2 into release-v1.0-pre-registry Jul 7, 2020
@avi-c avi-c deleted the ac-FeedbackIconArtRetarget branch July 7, 2020 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants