mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
feat(INJI-394): show pinned vc on top in QRLogin & VCShare screen (#1048)
* refactor(INJI-503): remove unused locales Signed-off-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com> * refactor(INJI-394): modify prop in VCItemContent Remove passing iconType & iconName props in VCItemContent which is used to check if pinned or not to isPinned boolean prop Signed-off-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com> * feat(INJI-349): show pinned vc on top in QRLogin screen Signed-off-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com> * feat(INJI-349): show pinned vc on top in VCShare screen Signed-off-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com> * refactor(INJI-349): add type annotation to groupBy method Signed-off-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com> * refactor(INJI-449): create machine based on first selected vc in share screen Signed-off-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com> * refactor(INJI-394): extract method for vcs ordering by pin status Signed-off-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com> --------- Signed-off-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a642311845
commit
95fb0a5ccf
@@ -162,8 +162,6 @@
|
||||
"title": "Add new card",
|
||||
"description": "Please choose your preferred issuer from the options below to add a new card.",
|
||||
"searchByIssuersName": "Search by Issuer’s name",
|
||||
"itemHeading": "Download via {{issuer}}",
|
||||
"itemSubHeading": "Enter your national ID to download your card.",
|
||||
"loaders": {
|
||||
"loading": "Loading...",
|
||||
"subTitle": {
|
||||
|
||||
Reference in New Issue
Block a user