-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat: update rating specs #816
Conversation
# Conflicts: # catalog/src/main/kotlin/com/adevinta/spark/catalog/model/Components.kt # gradle/libs.versions.toml # spark/dependencies/releaseRuntimeClasspath.txt
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.
LGTM
spark/src/main/kotlin/com/adevinta/spark/components/rating/RatingLong.kt
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/rating/RatingLong.kt
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/rating/RatingSmall.kt
Outdated
Show resolved
Hide resolved
spark/src/test/kotlin/com/adevinta/spark/rating/RatingStarStateTest.kt
Outdated
Show resolved
Hide resolved
spark/src/test/kotlin/com/adevinta/spark/rating/RatingStarStateTest.kt
Outdated
Show resolved
Hide resolved
import kotlin.test.assertEquals | ||
|
||
@RunWith(TestParameterInjector::class) | ||
class RatingStarStateTest { |
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.
Is this our first unit-test? 🙌
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.
Yes! I plan to re-add the one we had for the button progress and one for the tag traversalGrouping 👍
🚨 UI regression detected! Checkout the paparazzi-delta artifact.
|
📋 Changes
Change the specs from Brikke to Spark and Polaris as it was based on Brikke specs.
This mean that we will temporary provide the Polaris component from Spark to not break consumers in this update
🤔 Context
Close #807
✅ Checklist
📸 Screenshots