-
Notifications
You must be signed in to change notification settings - Fork 4
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
Greetings5.0 content #386
Greetings5.0 content #386
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of notes:
- It is safe to remove ScrollView (line 19) because content will fit on smallest device.
- After switching to this branch i couldn't find actual icons in Assets folder. Even though they're compiled and added to git, could you please double-check it on your side?
.squareFrame(40) | ||
.foregroundStyle(hint.iconTint) | ||
.padding(EdgeInsets(top: 8, leading: 8, bottom: 8, trailing: 8)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the mockups the icon's size is 24 pt and there's 8pt padding to each side. It is better to export image in Figma without padding and keep code as it was.
static let introSwitcherTitle = "INTRO_SWITCHER_TITLE" | ||
static let introBalanceTitle = "INTRO_BALANCE_TITLE" | ||
static let introCollectiblesTitle = "INTRO_COLLECTIBLES_TITLE" | ||
static let introMessagesTitle = "INTRO_MESSAGES_TITLE" | ||
|
||
static let introSwitcherBody = "INTRO_SWITCHER_BODY" | ||
static let introBalanceBody = "INTRO_BALANCE_BODY" | ||
static let introCollectiblesBody = "INTRO_COLLECTIBLES_BODY" | ||
static let introMessagesBody = "INTRO_MESSAGES_BODY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate of String.Constants?
* development: Mob 1832 tokens from diff layers are confused (#389) MOB-1833 - Fixed issue when wallet header could disppear sometimes (#387) RR view improvements (#388) Greetings5.0 content (#386) fixed the trigger logic for Greetings5.0 Removed default value to tokens Track token pct change Show greetings view if needed Created greetings view. Added verification and set flag about user upgraded to wallet feature Fixed issue when user could select rr domain to be rr domain MOB-1746 - Wallet functionality (#385) MOB-1785 - Fixed pull up UI (#372) HOTFIX: corrected parameters for the second request attempt MOB-1783 Handle the Profile API requests reduction (#364) update + minor change of API (#363) MOB-1676 Fix custom url links from dApps (#361) MOB-1773 - Block user in group (#359) # Conflicts: # unstoppable-ios-app/domains-manager-ios.xcodeproj/project.pbxproj - RESOLVED
No description provided.