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

Ensure dismiss action for AccountSetupSheet is anchored correctly #19

Merged
merged 5 commits into from
Jun 12, 2024

Conversation

Supereg
Copy link
Member

@Supereg Supereg commented Jun 11, 2024

Ensure dismiss action for AccountSetupSheet is anchored correctly

♻️ Current situation & Problem

Fixes the issue described in #18, where the Account Setup sheet wouldn't disappear after successfully logging in.
Further this PR fixes the issue where the display name wouldn't be saved upon signup. This issue was fixed upstream in StanfordSpezi/SpeziFirebase#36.

⚙️ Release Notes

  • Fixed an issue where the Account Setup sheet wouldn't disappear after a successful login.
  • Fixed an issue where the name details wouldn't be saved after a successful signup.

📚 Documentation

--

✅ Testing

UI test was added to verify the setup sheet is dismissed after login.

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

@Supereg Supereg linked an issue Jun 11, 2024 that may be closed by this pull request
1 task
Copy link

codecov bot commented Jun 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.56%. Comparing base (2300c0b) to head (385709b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
- Coverage   79.57%   79.56%   -0.01%     
==========================================
  Files          38       40       +2     
  Lines        1346     1360      +14     
==========================================
+ Hits         1071     1082      +11     
- Misses        275      278       +3     
Files Coverage Δ
ENGAGEHF/Account/AccountSetupSheet.swift 100.00% <100.00%> (ø)
ENGAGEHF/Account/InvitationCodeModule.swift 71.58% <100.00%> (+1.69%) ⬆️
ENGAGEHF/ENGAGEHFTestingSetup.swift 95.84% <100.00%> (ø)
ENGAGEHF/Home.swift 100.00% <100.00%> (+2.71%) ⬆️
ENGAGEHF/SharedContext/FeatureFlags.swift 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2300c0b...385709b. Read the comment docs.

@Supereg Supereg marked this pull request as ready for review June 11, 2024 21:11
@Supereg Supereg requested a review from PSchmiedmayer June 11, 2024 21:11
Copy link
Member

@PSchmiedmayer PSchmiedmayer left a comment

Choose a reason for hiding this comment

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

Amazing; thank you @Supereg!

@Supereg Supereg merged commit adf5392 into main Jun 12, 2024
7 checks passed
@Supereg Supereg deleted the fix/account-login-dismiss branch June 12, 2024 08:11
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.

Inability to log back in to test flight after log out
2 participants