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

Add logout button to bail #558

Merged
merged 1 commit into from
May 20, 2024
Merged

Conversation

bruce-glazier
Copy link
Contributor

@bruce-glazier bruce-glazier commented May 20, 2024

Changes

  • Add logout button that appears after 60 seconds have elapsed
  • Fix test align

Screenshots

Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-05-20.at.12.36.20.mp4

@coveralls
Copy link

coveralls commented May 20, 2024

Pull Request Test Coverage Report for Build 9162006822

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 84.476%

Totals Coverage Status
Change from base Build 9131017109: -0.01%
Covered Lines: 3887
Relevant Lines: 4470

💛 - Coveralls

@@ -32,6 +36,9 @@ export function ActivityIndicatorView({
</Text>
) : null;

const secondTimeoutComponents =
!!children && !!showChildren() ? children : null;

Choose a reason for hiding this comment

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

I'm not following what this is for...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In the attached video, at around the 45 second mark, you can see the Logout button appear. The idea is that after some secondary timeout you can have the child components rendered. Does that answer your question?

@bruce-glazier bruce-glazier merged commit ed4d055 into master May 20, 2024
3 checks passed
@bruce-glazier bruce-glazier deleted the improve-wait-for-subject-id branch May 20, 2024 18:41
Copy link

🎉 This PR is included in version 12.6.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Has been released to the package repository (NPM, etc) label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Has been released to the package repository (NPM, etc)
Projects
None yet
4 participants