-
Notifications
You must be signed in to change notification settings - Fork 155
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
Disable button during the "verifying" step. #3832
base: develop
Are you sure you want to change the base?
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3832 +/- ##
========================================
Coverage 83.00% 83.00%
========================================
Files 1782 1782
Lines 44889 44890 +1
Branches 5278 5278
========================================
+ Hits 37261 37262 +1
Misses 5791 5791
Partials 1837 1837 ☔ View full report in Codecov by Sentry. |
82f150b
to
8b21efa
Compare
Quality Gate passedIssues Measures |
@@ -118,6 +119,14 @@ fun TextButton( | |||
leadingIcon = leadingIcon | |||
) | |||
|
|||
@Composable | |||
fun InvisibleButton( |
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.
I think it's a bit weird to have an InvisibleButton
api?
A point missing in #3829
Figma: https://www.figma.com/design/pDlJZGBsri47FNTXMnEdXB/Compound-Android-Templates?node-id=41-10333
(see the recorded screenshot)