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

CLI-653 Move Alerts to Profile and scaffolding the vault view #228

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

ruixhuang
Copy link
Contributor

Change guarded by feature flag.

untitled.webm

@ruixhuang ruixhuang changed the title Move Alerts to Profile and scaffolding the vault view CLI-653 Move Alerts to Profile and scaffolding the vault view Sep 19, 2024
Copy link

linear bot commented Sep 19, 2024

@@ -81,6 +84,11 @@ object DydxProfileView : DydxComponent {
item(key = "buttons") {
DydxProfileButtonsView.Content(Modifier.padding(horizontal = ThemeShapes.HorizontalPadding))
}
if (state?.hasAlerts == true) {
item(key = "vault") {
Copy link
Contributor

Choose a reason for hiding this comment

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

i think key should be alerts ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh yeah.. that's right.. I will update in the next PR

@ruixhuang ruixhuang merged commit adaec7c into develop Sep 19, 2024
5 checks passed
@ruixhuang ruixhuang deleted the feature/vault_1 branch September 19, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants