-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FE-1499 Refactor RetryCardView as composable (#468)
* Refactor RetryCardView as composable * Feature/fe 1495 refactor headerview as a composable (#469) * Refactor HeaderView as composable * Enable previews in new composables * Fix detekt * Refactor InfoBannerCard as composable (#470) * Refactor InfoBannerCard as composable * Refactor RewardIssueCardView to composable. Fix ripple effect on buttons. (#472)
- Loading branch information
Showing
29 changed files
with
550 additions
and
648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 0 additions & 68 deletions
68
app/src/main/java/com/weatherxm/ui/components/HeaderView.kt
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
app/src/main/java/com/weatherxm/ui/components/InfoBannerCardView.kt
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
app/src/main/java/com/weatherxm/ui/components/RetryCardView.kt
This file was deleted.
Oops, something went wrong.
87 changes: 0 additions & 87 deletions
87
app/src/main/java/com/weatherxm/ui/components/RewardIssueCardView.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.