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

Chore/finish UI refresh #399

Merged
merged 26 commits into from
Jan 31, 2025
Merged

Chore/finish UI refresh #399

merged 26 commits into from
Jan 31, 2025

Conversation

kelianClerc
Copy link
Collaborator

@kelianClerc kelianClerc commented Jan 30, 2025

This PR does all the remaining things needed to consider the UI refresh batch 1 as finished:

Update grapes legacy fonts
Migrates all existing compose legacy tokens usage to new tokens
And then remove legacy compose tokens

Comment on lines -67 to -74
if (index < items.lastIndex && !items[index + 1].isSelected) {
Box(
modifier = Modifier
.width(1.dp)
.height(16.dp)
.background(GrapesTheme.colors.neutralLighter)
)
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Was not this here for something ? 🙈

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It was a separator between items and it has been removed from the designs.

Copy link
Collaborator

@Scythe14 Scythe14 left a comment

Choose a reason for hiding this comment

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

Yessay 👍

@kelianClerc kelianClerc merged commit a068d23 into develop Jan 31, 2025
3 checks passed
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.

2 participants