Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
062a9cc
feat(IT Wallet): Add support for education degree and enrollment cred…
ale-mazz Aug 1, 2025
41aa5b0
feat(IT Wallet): Add education degree and enrollment support with nes…
ale-mazz Aug 4, 2025
503c44d
feat(IT Wallet): Update dependencies for io-react-native-iso18013 and…
ale-mazz Aug 4, 2025
a281a5d
Merge branch 'master' into SIW-2523
ale-mazz Aug 5, 2025
349963a
feat(DigitalVersionBadge): Enhance badge component to support gradien…
ale-mazz Aug 6, 2025
abfd58e
feat(DigitalVersionBadge): Add support for education degree and enrol…
ale-mazz Aug 6, 2025
85329a6
feat(CardClaim): Skip rendering for ParsedNestedClaim in Skeumorphic …
ale-mazz Aug 6, 2025
2cc00e0
feat(CardClaim): Skip rendering for ParsedNestedClaim in Skeumorphic …
ale-mazz Aug 6, 2025
aacd831
feat(actors): Remove console logs for trust federation verification a…
ale-mazz Aug 6, 2025
dedf325
feat(ItwIssuance): Add screen for inactive IT-Wallet and update navig…
ale-mazz Aug 6, 2025
d7218d9
feat(WalletCardOnboarding): Update tests to cover L3 rendering scenar…
ale-mazz Aug 6, 2025
778ec20
feat(ItwIssuance): Rename Invalid Wallet Screen to Inactive IT Wallet…
ale-mazz Aug 6, 2025
e6eb6df
Merge branch 'master' into SIW-2523
ale-mazz Aug 7, 2025
82c8830
Merge branch 'master' into SIW-2523
ale-mazz Aug 7, 2025
fd318d0
refactor(ItwCardMultiCredentialBadge, itwCredentialUtils, itwMocksUti…
ale-mazz Aug 7, 2025
c809b80
refactor(itwClaimsUtils): Remove outdated comment from SimpleListClai…
ale-mazz Aug 7, 2025
4836390
refactor(DigitalVersionBadge): Simplify background color handling in …
ale-mazz Aug 7, 2025
33e176c
refactor(ItwCredentialClaim): Improve type handling in claimsMap and …
ale-mazz Aug 7, 2025
1ed2d1f
refactor(DigitalVersionBadge): Reorganize import statements for bette…
ale-mazz Aug 7, 2025
2ca8f13
refactor(machine.test): Remove unnecessary expectation for actor tags
ale-mazz Aug 7, 2025
a80b1d1
Merge branch 'refs/heads/master' into SIW-2523
ale-mazz Aug 26, 2025
f48c848
refactor(ItwCredentialClaim): Enhance summary field retrieval with fa…
ale-mazz Aug 26, 2025
d475c42
chore(package): update io-react-native-wallet-v2 to version 2.0.0
ale-mazz Aug 27, 2025
185d571
feat(credential): add selector for parsed credentials and enhance mul…
ale-mazz Aug 27, 2025
730e2c3
Merge branch 'master' into SIW-2523
ale-mazz Aug 27, 2025
d19e65f
Merge branch 'refs/heads/master' into SIW-2523
ale-mazz Aug 27, 2025
3b47a9e
Merge remote-tracking branch 'origin/SIW-2523' into SIW-2523
ale-mazz Aug 27, 2025
2e829f7
feat(credential): add selector for parsed credentials and enhance mul…
ale-mazz Aug 28, 2025
4dde93d
Merge branch 'master' into SIW-2523
ale-mazz Aug 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions locales/en/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4162,7 +4162,8 @@
"active": "Già presente",
"unavailable": "Non disponibile",
"requested": "In corso",
"upcoming": "In arrivo"
"upcoming": "In arrivo",
"new": "Novità"
},
"options": {
"cgn": "Carta Giovani Nazionale",
Expand Down Expand Up @@ -4299,7 +4300,8 @@
"mdl": "Patente di guida",
"dc": "Carta Europea della Disabilità",
"ts": "Tessera Sanitaria - Tessera europea di assicurazione malattia",
"dgc": "Attestati di Laurea, Dottorato e Master"
"ed": "Titoli accademici",
"ee": "Iscrizioni universitarie"
},
"wallet": {
"active": "Attivo",
Expand Down Expand Up @@ -4808,6 +4810,12 @@
"subtitle": "Stiamo lavorando per rendere disponibili nuovi documenti in app IO.\nRiprova quandro vedrai il documento contrassegnato come \"Novità\".",
"primaryAction": "Ho capito"
},
"invalidWallet": {
"title": "Ottieni IT-Wallet per continuare",
"subtitle": "Per aggiungere nuovi documenti al tuo Portafoglio di IO ottieni IT-Wallet: ti bastano la Carta di Identità Elettronica (CIE) e il suo PIN.",
"primaryAction": "Inizia",
"secondaryAction": "Non ora"
},
"cieNotRegistered": {
"title": "Registra la CIE in app CieID per continuare",
"subtitle": "Per ottenere IT-Wallet, completa prima la registrazione della tua CIE in app CieID e poi riprova."
Expand Down
12 changes: 10 additions & 2 deletions locales/it/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4162,7 +4162,8 @@
"active": "Già presente",
"unavailable": "Non disponibile",
"requested": "In corso",
"upcoming": "In arrivo"
"upcoming": "In arrivo",
"new": "Novità"
},
"options": {
"cgn": "Carta Giovani Nazionale",
Expand Down Expand Up @@ -4299,7 +4300,8 @@
"mdl": "Patente di guida",
"dc": "Carta Europea della Disabilità",
"ts": "Tessera Sanitaria - Tessera europea di assicurazione malattia",
"dgc": "Attestati di Laurea, Dottorato e Master"
"ed": "Titoli accademici",
"ee": "Iscrizioni universitarie"
},
"wallet": {
"active": "Attivo",
Expand Down Expand Up @@ -4808,6 +4810,12 @@
"subtitle": "Stiamo lavorando per rendere disponibili nuovi documenti in app IO.\nRiprova quandro vedrai il documento contrassegnato come \"Novità\".",
"primaryAction": "Ho capito"
},
"invalidWallet": {
"title": "Ottieni IT-Wallet per continuare",
"subtitle": "Per aggiungere nuovi documenti al tuo Portafoglio di IO ottieni IT-Wallet: ti bastano la Carta di Identità Elettronica (CIE) e il suo PIN.",
"primaryAction": "Inizia",
"secondaryAction": "Non ora"
},
"cieNotRegistered": {
"title": "Registra la CIE in app CieID per continuare",
"subtitle": "Per ottenere IT-Wallet, completa prima la registrazione della tua CIE in app CieID e poi riprova."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@pagopa/io-react-native-login-utils": "^1.1.0",
"@pagopa/io-react-native-secure-storage": "^0.2.1",
"@pagopa/io-react-native-wallet": "^0.30.0",
"@pagopa/io-react-native-wallet-v2": "npm:@pagopa/io-react-native-wallet@2.0.0-next.8",
"@pagopa/io-react-native-wallet-v2": "npm:@pagopa/io-react-native-wallet@2.0.0",
"@pagopa/io-react-native-zendesk": "^0.3.30",
"@pagopa/react-native-cie": "^1.4.2",
"@pagopa/ts-commons": "^10.15.0",
Expand Down
Loading
Loading