pagopa / io-app

IO, l'app dei servizi pubblici
https://io.italia.it
European Union Public License 1.2
567 stars 97 forks source link

chore(IT Wallet): [SIW-1018] Add discovery info activation screen #5696

Closed hevelius closed 3 weeks ago

hevelius commented 4 weeks ago

[!WARNING] This PR depends on #5688

Short description

This PR adds the info screen with some details before to start the DIW activation.

https://github.com/pagopa/io-app/assets/49342144/ae489364-9236-489c-9793-d9d474996800

List of changes proposed in this pull request

How to test

Using io-dev-server-api enable IT Wallet toggle in user profile screen and tap IT Wallet item under Playground section. Tap on Discovery list item and the discovery info screen should appears.

NOTE: in tos and privacy section the link not works because not yet defined

pagopa-github-bot commented 4 weeks ago

Affected stories

Generated by :no_entry_sign: dangerJS against 68e8a59355fbe8de52336e8fb0fa19ab65d554f5

dpulls[bot] commented 4 weeks ago

:tada: All dependencies have been resolved !

dmnplb commented 4 weeks ago

@hevelius Does the action block bounce along with the rest of the screen because you're waiting for a method to use RNavScreenWithLargeHeader in combination with GradientScrollView? 👀

hevelius commented 3 weeks ago

Does the action block bounce along with the rest of the screen because you're waiting for a method to use RNavScreenWithLargeHeader in combination with GradientScrollView

So the best way to get same ux now is to use RNavScreenWithLargeHeader in combination with ScrollView and use FooterWithButtons?

dmnplb commented 3 weeks ago

So the best way to get same ux now is to use RNavScreenWithLargeHeader in combination with ScrollView and use FooterWithButtons?

@hevelius For now, the best way is to use RNavScreenWithLargeHeader in combination with FooterWithButtons (using the fixedBottomSlot prop)

hevelius commented 3 weeks ago

So the best way to get same ux now is to use RNavScreenWithLargeHeader in combination with ScrollView and use FooterWithButtons?

@hevelius For now, the best way is to use RNavScreenWithLargeHeader in combination with FooterWithButtons (using the fixedBottomSlot prop)

and to get the footerwithbuttons with vertical buttons stacked?