-
Notifications
You must be signed in to change notification settings - Fork 9
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
[ABW-3562] Third party deposits UI updates #1226
Conversation
"revision" : "5b6d946221837aa6bed3b5ff725eb5fe4f844c6c", | ||
"version" : "1.0.31" | ||
"revision" : "b6342f791da0b29ca639b37abccdad04465501a1", | ||
"version" : "1.0.29" |
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.
revert to 1.0.31?
var textStyle: TextStyle { | ||
switch viewState.kind { | ||
case .info, .error, .warning: | ||
.body2HighImportance |
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.
Based on Zeplin it looks like there are situations where info
and error
should be body2Regular
🤔
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.
can you share those? I would still take care of it (after confirming with Aftab that we want them differently) on the other branch that makes more changes to Hint
though (it is branched off from this one).
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.
} | ||
.padding([.horizontal, .bottom], .medium1) | ||
addAssetButton(viewStore) |
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.
Separator above?
Jira ticket: ABW-3562
Description
Updates the Third-party deposits flow as well as:
PlainListRow
to render any view as accessoryPlainListRowCore.Context.general
: we will now always use.settings
(except forToogleView
that uses.toggle
).ResourcesListView
&PreferenceListView
to usePlainListRow
, instead of implementing similar views themselves.Hint
to allow.detail
, which uses orange like.warning
but with smaller font and no icon.Before vs After
before.mov
after.mov