-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Ryan953/feedback async #10683
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
Ryan953/feedback async #10683
Conversation
cc3c2ce
to
ae4e49f
Compare
85eb75c
to
a181339
Compare
a181339
to
dbcbfba
Compare
size-limit report 📦
|
class="btn btn--default" | ||
type="button" | ||
onClick={() => { | ||
setIncludeScreeshot(prev => !prev); |
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.
Does this work properly when you press cancel on the prompt to allow it to see the tab?
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.
good question, and no it doesn't!
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.
dfa26b9
to
a4d23cd
Compare
This is building off a version of #10590, specifically working towards async loading of the Dialog component, and rewriting it in preact in order to host and interact with the screenshot feature in an easier way.
Setup in my test app is (gives screenshots):