-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: Elm theme improvements for modals and alerts #91
Conversation
self?.analytics.externalLinkOpenAction( | ||
url: url.absoluteString, | ||
screen: self?.sourceScreen.value ?? "", | ||
action: "continue" |
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 we use CoreLocalization.Webview.Alert.continue
here?
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.
It's for the analytics, if we use the localized string then it will be different as per the language and it will be hard to group the event based on value.
self?.analytics.externalLinkOpenAction( | ||
url: url.absoluteString, | ||
screen: self?.sourceScreen.value ?? "", | ||
action: "cancel" |
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 we use CoreLocalization.Webview.Alert.cancel
?
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.
Description
Jira Ticket: LEARNER-10148