-
Notifications
You must be signed in to change notification settings - Fork 9
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
WEB-2068 showLoadingOverlay / hideLoadingOverlay #152
Conversation
@@ -1257,6 +1257,70 @@ Writes the given text to the clipboard | |||
writeTextToClipboard: (text: string) => Promise<void>; | |||
``` | |||
|
|||
### showLoadingOverlay / hideLoadingOverlay |
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.
@dpastor, if you have a video with a demo I can add it to the docs
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 have, but probably is better to wait until we merge it, adding a video with the test page @dzayas has which simulates a more real vivo flow.
@@ -1257,6 +1257,70 @@ Writes the given text to the clipboard | |||
writeTextToClipboard: (text: string) => Promise<void>; | |||
``` | |||
|
|||
### showLoadingOverlay / hideLoadingOverlay | |||
|
|||
<kbd>App version >=24.10</kbd> |
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.
is this min app version ok, @dpastor ?
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.
Yes, thanks :)
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.
Thanks! :)
closes #145