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

Backing screen loading indicator #90

Merged
merged 8 commits into from
Feb 10, 2017
Merged

Conversation

cdolm92
Copy link
Contributor

@cdolm92 cdolm92 commented Feb 10, 2017

WHAT

backing screen now includes activity indicator while fetching for backing info.
backing-screen-loader

Copy link
Contributor

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

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

we chatted about most of this stuff irl! just a few small things!

|> UIActivityIndicatorView.lens.color .~ .ksr_navy_900

_ = self.loadingOverlayView
|> UIView.lens.backgroundColor .~ UIColor(white: 1.0, alpha: 0.99)
Copy link
Contributor

Choose a reason for hiding this comment

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

we chatted irl about this but i think you can get rid of this since you did it in the storyboard


self.vm.inputs.viewDidLoad()

self.loadingOverlayIsHidden.assertValues([false])
self.backerPledgeAmountAndDate.assertDidNotEmitValue()
Copy link
Contributor

Choose a reason for hiding this comment

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

we don't need to test the loading outputs in each of our test cases, but instead let's create a separate test case for it.

@cdolm92 cdolm92 merged commit eebec31 into master Feb 10, 2017
@cdolm92 cdolm92 deleted the backing-screen-loading-indicator branch February 10, 2017 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants