Skip to content

Conversation

@ovitrif
Copy link
Collaborator

@ovitrif ovitrif commented Mar 27, 2025

Small ui adjustments to home screen:

  • Add profile icon to header
  • Use alpha dim effect on wallets and activity row click
dimOnHomeClicks.webm

@ovitrif ovitrif requested a review from jvsena42 March 27, 2025 12:46
Copy link
Member

@jvsena42 jvsena42 left a comment

Choose a reason for hiding this comment

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

We can set the gradient background in the sheets with


fun Modifier.gradientBackground(): Modifier {
    return Modifier.background(
        brush = Brush.verticalGradient(
            colors = listOf(Color(0xFF1A1A1A), Color(0xFF000000))
        )
    )
}

But the main problem is the SheetTopBar background. maybe it will be necessary to create a custom topbar with transparent background

@ovitrif
Copy link
Collaborator Author

ovitrif commented Mar 27, 2025

We can set the gradient background in the sheets with


fun Modifier.gradientBackground(): Modifier {
    return Modifier.background(
        brush = Brush.verticalGradient(
            colors = listOf(Color(0xFF1A1A1A), Color(0xFF000000))
        )
    )
}

But the main problem is the SheetTopBar background. maybe it will be necessary to create a custom topbar with transparent background

Thanks!
Added issue:

@ovitrif ovitrif merged commit d443f43 into master Mar 27, 2025
1 check passed
@ovitrif ovitrif deleted the feat/small-ui-tweaks branch March 27, 2025 14:00
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.

3 participants