-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [#175272158] Refactored CIE PIN screen to functional, added inf…
…ormative bottom sheet (#2612) * refactored component, missing refs typescript fix and actual bottom sheet * added the actual bottom sheet * contextual help restored and corrected bottom sheet which opens upon link tap * applied suggested changes * bottomsheet text is now in .md files * removed dev trickery * [#175272158] refactoring * removed uppercase acronym for consistency * corrected contextual help modal markdown content * restored condition Co-authored-by: Simone <[email protected]> Co-authored-by: Matteo Boschi <[email protected]> Co-authored-by: Cristiano Tofani <[email protected]>
- Loading branch information
1 parent
295ee6e
commit f05a443
Showing
8 changed files
with
188 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
The PIN code consists of 8 digits: | ||
• the first 4 digits you received at the registry office; | ||
• the last 4 digits you received at home, along with your electronic ID card. | ||
|
||
**Please enter them following this order.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
The **PIN** code consists of 8 digits: | ||
• the first 4 digits you received at the registry office; | ||
• the last 4 digits you received at home, along with your electronic ID card. | ||
|
||
Please enter them following this order. | ||
The PUK code is needed to unlock your **PIN**, in case of 3 wrong attempts. **PUK** consists of 8 digits and it's issued along with the **PIN**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Il codice PIN è composto da 8 cifre: | ||
• le prime 4 cifre ti sono state consegnate all’anagrafe; | ||
• le ultime 4 cifre ti sono state spedite a casa, insieme alla carta d’identità elettronica. | ||
|
||
**Mettile insieme e inseriscile in quest’ordine.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Il codice **PIN** è composto da 8 cifre: | ||
• le prime 4 cifre ti sono state consegnate all'anagrafe; | ||
• le ultime 4 cifre ti sono state spedite a casa, insieme alla carta d'identità elettronica. | ||
|
||
Mettile insieme e inseriscile in quest'ordine. | ||
Il codice PUK è necessario invece per sbloccare il **PIN** a seguito di tre tentativi errati. È composto da 8 cifre, e viene rilasciato insieme al **PIN**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.