mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
* refactor(inji-245): refactor the esignet vc item template, loader component, changed usage to vcitem containers * refactor(INJI-245): remove isValidUrl check for issuer If logoUrl is passed to issuer it will be rendering else Digit icon will be rendered by default * fix(INJI-245): perform relevant action on pressing the issuer * refactor(INJI-245): move vc type files to types folder * refactor(INJI-245): modify style of VC details * refactor(INJI-245): move VcItemTags to VC/common folder * refactor(INJI-245): modify loader style * fix(INJI-245): make issuer component testIDs visible For a FlatList, the component passed should have a unique testID set to make accessiblity id visible in appium inspector * fix(inji-245): fix download credential in the android * refactor(inji-245): modify the credential endpoint and aud from config * refactor(inji-245): handle UIN display in the esignet vcitem template * refactor(inji-245): method naming corrections --------- Co-authored-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>