-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [IOPID-1436], [IOPID-1453] Delete helper button and header title…
… on email validate screen and add logic to show support buttons in faq screen (#5484) ## Short description delete helper button and header title on email validate screen and add logic to show support buttons in faq screen. ## List of changes proposed in this pull request ### [IOPID-1436]: delete helper button and header title on email validate screen Delete header title and helper in validate/validated email screens. <p> | validate email | validated email | | - | - | | <img width="250" alt="delete_header_validate_Email" src="https://github.com/pagopa/io-app/assets/83651704/837eb4c9-2779-4382-a1cb-680e2eed551a"> | <img width="250" alt="delete_header_email_validated" src="https://github.com/pagopa/io-app/assets/83651704/ca48a02e-c311-4c1d-af1e-37bc5d59ec29"> | </p> ### How to test Run the application and execute the email validation flow ### [IOPID-1453]: add logic to show support buttons in faq screen Change logic to show support buttons. The buttons for requesting assistance are only shown if the user has the e-mail validated or if the user is not yet logged in with SPID/CIE. If the user has not validated the email, the buttons are not shown. <p> | not logged | logged with validated email | logged no validated email | | - | - | - | | <img width="250" alt="visible_assistence_buttons_before_auth" src="https://github.com/pagopa/io-app/assets/83651704/91bde7bb-7020-4cee-ac42-6bb6ba06d06b"> | <img width="250" alt="visible_assistence_buttons" src="https://github.com/pagopa/io-app/assets/83651704/e8984f68-9c31-4529-b878-541adaf21ca1"> | <img width="250" alt="not_visible_assistence_buttons_email_not_validated" src="https://github.com/pagopa/io-app/assets/83651704/decdb415-b17f-432b-ac15-b98d353a5f7f"> | </p> ### How to test Run the application with [this line commented](https://github.com/pagopa/io-app/blob/6c076a1fee25c0a0853644d63aa894ff26854aa3/ts/sagas/startup.ts#L492) in order to disable the blocks that do not allow you to continue in the app if you do not have a validated email [IOPID-1436]: https://pagopa.atlassian.net/browse/IOPID-1436?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [IOPID-1453]: https://pagopa.atlassian.net/browse/IOPID-1453?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information
Showing
5 changed files
with
64 additions
and
73 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
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
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