-
Notifications
You must be signed in to change notification settings - Fork 90
fix(onboarding): Delay the keycard detection for when keycard is needed #19547
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
Open
alexjba
wants to merge
1
commit into
fix/keycard-nfc-1
Choose a base branch
from
fix/keycard-nfc-2
base: fix/keycard-nfc-1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+37
−3
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Member
✔️ status-desktop/prs/linux/x86_64/tests-ui/PR-19547#1 🔹 ~15 min 🔹 39ed060 🔹 📦 tests/ui package |
Member
Member
Member
Member
Member
✔️ status-desktop/e2e/prs-windowsPR19547 🔹 ~22 min 🔹 39ed060 🔹 📦 tests/e2e-windows package |
3eacf69 to
1bb9a1e
Compare
39ed060 to
d281472
Compare
Member
Member
Member
Member
Member
✔️ status-desktop/prs/linux/x86_64/tests-ui/PR-19547#2 🔹 ~24 min 🔹 d281472 🔹 📦 tests/ui package |
Member
Member
Member
Member
✔️ status-desktop/e2e/prspr19547 🔹 ~23 min 🔹 d281472 🔹 📦 tests/e2e package |
1bb9a1e to
e9d79a4
Compare
d281472 to
e64335b
Compare
Member
✔️ status-app/prs/linux/x86_64/tests-ui/PR-19547#3 🔹 ~1 hr 6 min 🔹 e64335b 🔹 📦 tests/ui package |
e64335b to
92e99e9
Compare
Member
✔️ status-app/prs/android/arm64/package/PR-19547#4 🔹 ~11 min 🔹 1e73bf1c 🔹 📦 android/arm64 package |
Member
✔️ status-app/prs/linux/x86_64/tests-nim/PR-19547#4 🔹 ~18 min 🔹 92e99e9 🔹 📦 tests/nim package |
Member
Member
Member
✔️ status-app/prs/linux/x86_64/tests-ui/PR-19547#4 🔹 ~23 min 🔹 92e99e9 🔹 📦 tests/ui package |
Member
e9d79a4 to
58d65b8
Compare
This is a fix for the mobile platforms that will show a drawer when the keycard is needed. We'll need to avoid showing the drawer every time at app start.
92e99e9 to
397f697
Compare
saledjenic
approved these changes
Dec 11, 2025
Member
Member
✔️ status-app/prs/linux/x86_64/tests-nim/PR-19547#5 🔹 ~17 min 🔹 397f697 🔹 📦 tests/nim package |
Member
Member
✔️ status-app/prs/linux/x86_64/tests-ui/PR-19547#5 🔹 ~22 min 🔹 397f697 🔹 📦 tests/ui package |
Member
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does the PR do
Iterates #19545 #19546
This is a fix for the mobile platforms that will show a drawer when the keycard is needed. We'll need to avoid showing the drawer every time at app start.
The UI will signal the onboarding module whenever the keycard is needed to start the session API.
NOTE: Tests can be done in the final PR #19549