-
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
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 44899 +10
Branches 5278 5279 +1
========================================
+ Hits 37261 37270 +9
Misses 5791 5791
- Partials 1837 1838 +1 ☔ View full report in Codecov by Sentry. |
82f150b
to
8b21efa
Compare
@@ -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?
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 can't think of a better idea, let's keep this for now.
Quality Gate passedIssues Measures |
A point missing in #3829
Figma: https://www.figma.com/design/pDlJZGBsri47FNTXMnEdXB/Compound-Android-Templates?node-id=41-10333
(see the recorded screenshot)