Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Feature/35713 bulk actions #37199
Feature/35713 bulk actions #37199
Changes from 58 commits
bc020b1
f8bcd09
6b01648
aab0b73
8d96108
a1c7b3c
a811d75
7480bc0
ce0a424
7afd58c
9a6be7a
65de55f
9afe006
bdddc57
9bab577
8440181
a4c37a2
335aa49
6440417
4ab2e7a
632b3a5
0a560d5
55ded25
631e8c1
70988c3
6ad10d8
563f835
8d62e93
7ffa14f
435ce36
ea05d00
debb91b
4289987
ea7df2d
6a34a5f
93000ab
7257a0f
cedc07f
91c8f0a
9da8e79
6d11560
b58d23c
212014e
255d895
226270d
ab0d2f4
dffefd6
bcd44e9
2229ce2
dc8b825
1a23c3d
78de600
5552628
7bc882c
a3f70d8
5d4509c
0060083
1ad8d37
c151114
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
As this is general component, let's make sure that this doesn't cause any minor UI regression. Especially for the case of isDisabled = true, danger = true
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 was asked by @shawnborton to adjust the buttons styles according to the most recent design (not sure if you have access to it) - to cut the story short no matter in which state is the button (default, success or danger) we should lower its opacity by 50% in case it is disabled. I don't think this change would have huge impact on the App functionality - I've clicked through the app and it seems everything is ok. Do you want something more from me here?