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

no need to assume we are dealing with deadbeats #587

Merged
merged 2 commits into from
Dec 31, 2024

Conversation

krugerk
Copy link
Contributor

@krugerk krugerk commented Dec 30, 2024

Summary

App started off claiming user is a deadbeat.
The state resulted from recent changes in #583 where the deadbeat view was hidden or not only when a user was logged in and the default state being to show the deadbeat view.

For UI changes including screenshots of before and after is great.

before

Simulator Screenshot - iPhone 12 Pro

after

Simulator Screenshot - iPhone 12 Pro - 2024-12-30 at 14 33 48

Validation

signed out, started app anew, signed in
in simulator

Fixes #586

@krugerk krugerk requested a review from a team as a code owner December 30, 2024 13:36
@krugerk krugerk requested review from theospears and removed request for a team December 30, 2024 13:36
@@ -115,6 +115,7 @@ class GalleryViewController: UIViewController, UICollectionViewDelegateFlowLayou
make.left.equalTo(10)
make.right.equalTo(-10)
}
self.deadbeatView.isHidden = true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

show it when we know better

Copy link
Collaborator

@theospears theospears left a comment

Choose a reason for hiding this comment

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

Good catch, thanks for fixing this 🏅

BeeSwift/Gallery/GalleryViewController.swift Show resolved Hide resolved
@theospears theospears merged commit b0466d5 into beeminder:master Dec 31, 2024
1 check passed
@krugerk krugerk deleted the bugfix/586-you-are-a-deadbeat branch January 3, 2025 12:49
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.

upon cold app start, you are a deadbeat is shown briefly
2 participants