firoorg / campfire

Campfire, a Firo mobile and desktop wallet. Fork of Stack wallet
https://stackwallet.com
GNU General Public License v3.0
0 stars 0 forks source link

Bug: Not possible to scroll on "Choose your Campfire experience" screen #1

Closed nrsimha closed 2 months ago

nrsimha commented 2 months ago

Is there an existing issue for this?

Current Behavior

Currently scrolling doesn't work so Continue button and some text is not visible on "Choose your Campfire" experience screen.

image

Expected Behavior

I would expect to be able to scroll screen to see hidden text and Continue button.

Reproduce Steps

1) Install Campfire 2) Launch Campfire 3) Click on "Create new Campfire" button 4) If app window is smaller then "Choose your Campfire" screen hidden elements are not visible

Environment

Logs

No response

Further Information

No response

nrsimha commented 2 months ago

Solution will be to wrap Column widget in SingleChildScrollView (or in SingleChildScrollView > Center > ConstrainedBox as create_or_restore_wallet_view uses)

https://github.com/firoorg/campfire/blob/d46d378424c6a2eb08df5f54836a5f0215249f76/lib/pages/add_wallet_views/add_wallet_view/add_wallet_view.dart#L185

https://github.com/firoorg/campfire/blob/d46d378424c6a2eb08df5f54836a5f0215249f76/lib/pages/add_wallet_views/create_or_restore_wallet_view/create_or_restore_wallet_view.dart#L48C3-L51C35

justanwar commented 2 months ago

Fixed in https://github.com/cypherstack/stack_wallet/commit/3b38dd6464068ea7d3b3d17fd3739bc0d9861a9a