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
Components: Add experimental
ConfirmDialog
#34153Components: Add experimental
ConfirmDialog
#34153Changes from all commits
72cd96b
335053a
f4a3396
1b2f104
d5e8d73
f7250b6
6062648
a01225f
a4d2453
18e0231
2391e35
a878802
b09651b
c221e9d
cac2732
0942707
7d629b8
12f0b18
f99c357
f746119
5fd979f
13bf86a
d68508f
56ea610
6245385
814fc6f
2b47a46
bf9c062
37befa2
31b88e2
2cd86e9
21600b0
b21c175
922c103
9c931c6
5494585
2c43770
fdab69f
835c2e6
61f7c1a
c1cf65a
20e2d23
33e97e1
566fe18
d1be655
81d9e76
8665ad6
29c8c3a
f59553d
55ac46a
c96f575
3abfc81
605c2ae
6a60f92
995f45f
40cb594
ceabb07
aa7025d
d130ed1
054caae
85e9510
c20f85d
e9ee813
316afc5
5b2b026
4e5abed
9bf6f88
64c2816
414ab15
49eaa0e
9f62ad3
af340b2
710932d
5e24ff0
7d5860c
febda4a
8bed797
16ce455
2ddbabc
bd6eb33
94f8b47
4d35f84
74c5293
f69a973
541490c
8eeb0c7
3c3f49a
173f2d4
4a81ba6
e2ce3ef
c2a9adb
a320d85
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.
I wonder what happens if:
isOpenProp
is set tofalse
— the dialog is not shownisOpenProp
is unset — would the dialog suddenly show?Definitely somewhat of an edge case, can be tackled in a follow-up PR
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.
Hmm, not sure. I can add a test case for that in a follow-up PR, I'll take note!
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.
👍🏻
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 should move away from
knobs
and rewrite this story to usecontrols
instead — perfect task for a follow-up PR !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.
Sounds good! Note taken!