-
Notifications
You must be signed in to change notification settings - Fork 24
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: Add icon toggle button #644
Conversation
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.
The javadoc is missing on public components otherwise LGTM
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtons.md
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtons.md
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtons.md
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtons.md
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtons.md
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtons.md
Outdated
Show resolved
Hide resolved
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.
We are missing un deprication message for the old IconToggleButton in icons package.
β¦buttons/IconToggleButtons.md Co-authored-by: Scott RayapoullΓ© <[email protected]>
β¦buttons/IconToggleButtons.md Co-authored-by: Scott RayapoullΓ© <[email protected]>
β¦buttons/IconToggleButtons.md Co-authored-by: Scott RayapoullΓ© <[email protected]>
β¦buttons/IconToggleButtons.md Co-authored-by: Scott RayapoullΓ© <[email protected]>
β¦buttons/IconToggleButtons.md Co-authored-by: Scott RayapoullΓ© <[email protected]>
β¦buttons/IconToggleButtons.md Co-authored-by: Scott RayapoullΓ© <[email protected]>
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButton.kt
Outdated
Show resolved
Hide resolved
.../src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtonContrast.kt
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtonFilled.kt
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtonGhost.kt
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtonIcons.kt
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtonFilled.kt
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtonGhost.kt
Outdated
Show resolved
Hide resolved
.../src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtonOutlined.kt
Outdated
Show resolved
Hide resolved
spark/src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtonTinted.kt
Outdated
Show resolved
Hide resolved
catalog/src/main/kotlin/com/adevinta/spark/catalog/model/Components.kt
Outdated
Show resolved
Hide resolved
β¦buttons/IconToggleButtonIcons.kt Co-authored-by: Marina Romanova <[email protected]>
β¦buttons/IconToggleButtonIcons.kt Co-authored-by: Marina Romanova <[email protected]>
β¦buttons/IconToggleButton.kt Co-authored-by: Marina Romanova <[email protected]>
.../src/main/kotlin/com/adevinta/spark/components/icontogglebuttons/IconToggleButtonContrast.kt
Outdated
Show resolved
Hide resolved
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, I let @soulcramer to have a look as well
π Changes description
π€ Context
Adding a icon toggle component to Spark
β Checklist
spark-design
GitHub team.Contributing has more information and tips for a great pull request.