-
Notifications
You must be signed in to change notification settings - Fork 24
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
Wrong redirect pressing QR icon in contacts screen #131
Comments
This is fixed. The QR code redirects to the QR scan screen. One point: There is a haptic feedback when I click the X on the QR scan screen. Is that intentional? |
yes it's intentional |
Okay, I would suggest to remove it, closing a scan/camera screen is a routine action. Adding haptic feedback might overemphasize its importance, making the user question whether they did something wrong or more significant than intended. but just my 2 sats. |
removing it now |
* update app config * Fixes #131 * Fixes #133 * fix mint url clipboard submit * update invoice screen * dont allow deleting a mint with remaining balance * add factory reset, update contacts onboarding text * update readme * update nostr contacts screen. Fixes #132 * fix adding npub * Fixes #128 * add missing translation in single contact screen * Fixes #143 * add try catch for dropAll method * fix * #Fixes #135 * update pin hint (add "no restore" warning) * remove vibration on closing scan screen #131 * update and use mainColors * maintain the CTA conventions, see #132 * u SDK49 compatible deps, update truncate func * clean up, add some JSDocs * update truncated components * update top-nav go-back btn in the left. Fixes #130 * update padding of top nav back icon * Fixes #126 * Fix send button txt in payment overview screen * fix sending process * Add scrollable onboarding. Fixes #138 * fix navigation screen name * add specific animations for auth and onboarding * adapt nostr onboarding screen * update onboarding translations * show onboarding screen first * update initial screen animations to default * add apple bundle identifier * update dashboard * Add recipient (nostr) to history entry * add nostr sender to history entry * Add multimint swap as history entry * add max 3 latest transaction to dashboard * add settings to hide latest transactions * update disclaimer screen * update disclaimer txt * add missing translations * add production scripts
Describe the bug
QR code icon takes me back to the home screen
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Redirect to QR scan screen
The text was updated successfully, but these errors were encountered: