Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Banxa UI tweaks / first steps into app redesign #776

Merged
merged 37 commits into from
Aug 26, 2024
Merged

Conversation

mvaivre
Copy link
Member

@mvaivre mvaivre commented Aug 11, 2024

This is a first step towards a full redesign.
This allows us to test & tweak the new look and feel before going further. Tested mostly on iOS.
Android needs some fixes which will come in a subsequent PR (cf. Shopify/react-native-skia#2551)

  • Dashboard design evolution
  • New header / footer design
  • Dedicated NFT screen
  • Wider, cleaner lists

Copy link

changeset-bot bot commented Aug 11, 2024

🦋 Changeset detected

Latest commit: c17105b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@alephium/mobile-wallet Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mvaivre mvaivre changed the title Banxa UI tweaks Banxa UI tweaks / first steps into app redesign Aug 11, 2024
@mvaivre mvaivre marked this pull request as ready for review August 19, 2024 10:06
@mvaivre mvaivre requested a review from nop33 August 19, 2024 10:08
Copy link
Member

@nop33 nop33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First pass ✅

I see that this PR goes into banxa, which is good because I read that Android is not ready yet so it makes sense to merge this in a feature branch (like we do with Tanstack in DW).

However, the previous PR went into next. Do you think that blocks us from releasing MW (the auth fixes)?

pnpm-lock.yaml Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm, i don't like this downgrades, I don't see anything changed in our package.json...

Copy link
Member

@nop33 nop33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find it really hard to press on the bottom icon tabs on my iPhone12, they are too small and always need to make 2 or 3 taps to work. We should probably increase the clickable areas around them.

Copy link
Member

@nop33 nop33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know you said it already, but in any case, this is just a quick preview of how the changes look on Android Pixel 7 Pro

image

@nop33 nop33 added the 📱 MW Mobile wallet label Aug 20, 2024
@mvaivre
Copy link
Member Author

mvaivre commented Aug 23, 2024

I find it really hard to press on the bottom icon tabs on my iPhone12, they are too small and always need to make 2 or 3 taps to work. We should probably increase the clickable areas around them.

If it's okay for you, I'll improve this in the follow up PR #794

Comment on lines +141 to +149
{Platform.OS === 'android' ? (
<TransparentCardBackground style={StyleSheet.absoluteFill} />
) : (
<BlurView
style={StyleSheet.absoluteFill}
intensity={80}
tint={theme.name === 'dark' ? 'systemThickMaterialDark' : 'systemThickMaterialLight'}
/>
)}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BlurView does not work well on Android?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope..

@mvaivre mvaivre merged commit e92d3d3 into banxa Aug 26, 2024
4 of 5 checks passed
@nop33 nop33 deleted the banxa-UI-tweaks branch December 11, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📱 MW Mobile wallet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants