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

Add explanation for buttons in settings #653

Merged
merged 2 commits into from
Jan 27, 2024
Merged

Conversation

wojtus7
Copy link
Contributor

@wojtus7 wojtus7 commented Jan 26, 2024

Kinda resolves #612 (No bottom tab icons update)

iOS:

image

Android:

image

@dcposch
Copy link
Member

dcposch commented Jan 27, 2024

Looks great

i'd like to avoid the word wrap.. maybe something like this?

Create a Passkey Backup
Secured by your password manager
[ADD BACKUP]

Add a Device
Use your account on another device
[ADD DEVICE]

cc @nalinbhardwaj thoughts

import { Path, Svg } from "react-native-svg";

export const ClockIcon = ({ style }: { style?: ViewStyle }) => (
<Svg width="24" height="25" viewBox="0 0 24 25" fill="none" style={style}>
Copy link
Member

Choose a reason for hiding this comment

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

minor: I think because the Figma was Hug x Hug rather than fixed width, the frame export made the height 25 instead of 24. In future, you can change it to fixed width in the right sidebar before exporting to make it even.

Copy link
Member

Choose a reason for hiding this comment

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

@nalinbhardwaj
Copy link
Member

fixed review comments:

@nalinbhardwaj nalinbhardwaj mentioned this pull request Jan 27, 2024
46 tasks
Copy link
Member

@dcposch dcposch left a comment

Choose a reason for hiding this comment

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

LGreatTM

@nalinbhardwaj nalinbhardwaj merged commit d32ec7c into master Jan 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Devices and Backups one-pagers
3 participants