mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
* feat: initial logoConfirmation screen * fix: center text in buttons * fix: ensure biometric logo is not cropped * fix: add spacing to logo confirm screen, consistent padding for buttons * feat: add popup to logo confirmation screen * fix: handle Sumsub cancellation correctly in Other ID flow * feat: add pathway from logo confirmation -> sumsub -> success * feat: add document type pre-selection for Sumsub SDK * feat: add KycFailureScreen for when user clicks on failure notification * feat: add KycConnectionErrorScreen for sumsub_initiation error * refactor: edit RegistrationFallbackScreen for new design Now only to be used for MRZ/NFC scan errors, instead of kyc connection/registration issues. Also updated to newest design for screen from Figma * refactor: update AadhaarUploadErrorScreen for new design * fix: removed unused countryCode variable and useRoute import * fix: Sorted imports (moved kyc after documents/selection imports) fix CI * chore: lint/prettier * fix: CI error * refactor: Split RegistrationFallbackScreen into MRZ/NFC error versions * feat: add link from RegistrationFallbackNFCScreen -> DocumentNFCTrouble Clicking on the question mark now takes user to this screen that can help them diagnose issue * fix: on clicking question mark, dismiss screen returns to correct screen * chore: yarn prettier * test: fix failing test for CI