-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Canvas] Expression reveal image. Async libs and images loading. #103399
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
Merged
Kuznietsov
merged 58 commits into
elastic:master
from
Kuznietsov:expression_reveal_image_async_libs
Jul 19, 2021
Merged
Changes from 46 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
3364eba
Added lazy loading of async libs to storybook.
Kuznietsov 0bf9246
Refactored lazy loading of import for a storybook.
Kuznietsov 03e3f4e
more refactoring stuff.
Kuznietsov 8d76d1e
more refactoring.
Kuznietsov 2ae8363
small refactor of waitFor.
Kuznietsov f58044a
Added support of async functions.
Kuznietsov d774c72
Types fix.
Kuznietsov 5c82d8b
fixed docs.
Kuznietsov 0cb68a5
Fixed some mistakes.
Kuznietsov cd546ba
Fixed type of tests.
Kuznietsov f1b6cc8
added type for async function to write dicts easier.
Kuznietsov cd2d713
Updated stories and view with async image.
Kuznietsov 949dce3
Changed all static to async imports.
Kuznietsov 9cbab0c
Removed static import of `elasticLogo`. Fixed type error.
Kuznietsov 77b85dc
Changed way of returning async functions in `functionWrapper`.
Kuznietsov d53a2f7
fixed renderer test.
Kuznietsov 24f74a8
fixed errors.
Kuznietsov d53e0f2
added outline and fixed types.
Kuznietsov b897ba9
added outline everywhere.
Kuznietsov 9f27c37
waitFor fixed.
Kuznietsov 0e52c75
removed useless exports.
Kuznietsov d32afa0
Fixed type error.
Kuznietsov dc8cb3b
fixed types of dropdown_control.test.ts
Kuznietsov 31635e0
fixed `csv.test.ts` types.
Kuznietsov f0834d0
Tests fixed.
Kuznietsov c405219
Fixed storybooks.
Kuznietsov 2188c26
Fixed failed tests.
Kuznietsov 58bc832
[Canvas] Expression reveal image. (#101987)
Kuznietsov e29fcec
Fixed mistake of merge.
Kuznietsov 8349176
Storybook fixed.
Kuznietsov 8041a7f
Merge branch 'master' into expression_reveal_image_async_libs
Kuznietsov 5432348
Fixed a mistake that occurred while resolving merge conflicts.
Kuznietsov 9a58448
removed registerFunctionAsync and changed functionWrapper from async …
Kuznietsov b6ccd44
Fixed async functionWrapper usage and fixed `image.test.js` to run.
Kuznietsov 06628e5
Added default value for image.
Kuznietsov c2f3fd9
More fixes of async.
Kuznietsov 0aa2255
Fixed a lot of legacy.
Kuznietsov 9acf1be
Merge branch 'master' into expression_reveal_image_async_libs
kibanamachine a30caa4
Type fixes.
Kuznietsov 18b7600
Merge branch 'expression_reveal_image_async_libs' of github.com:Kunze…
Kuznietsov ecf112d
Fix of fallen tests.
Kuznietsov 8b7e5b1
First part of suggestions completed.
Kuznietsov 75305ac
Made image required.
Kuznietsov e22ed32
Removed useless `async`
Kuznietsov 0afbb49
Jest test fixed.
Kuznietsov 3ded5d9
Merge branch 'master' into expression_reveal_image_async_libs
kibanamachine 5cc2539
Merge branch 'master' into expression_reveal_image_async_libs
kibanamachine 5978487
Fixed code, based on nits.
Kuznietsov 0262039
Merge branch 'master' into expression_reveal_image_async_libs
Kuznietsov 9f6eac3
Merge branch 'master' into expression_reveal_image_async_libs
kibanamachine 03577b6
Merge branch 'master' into expression_reveal_image_async_libs
Kuznietsov 6504547
Moved to `emotion`.
Kuznietsov ae6af74
Fixed prettier error.
Kuznietsov f0044d8
Merge branch 'master' into expression_reveal_image_async_libs
kibanamachine fa6f2bf
Merge branch 'master' into expression_reveal_image_async_libs
Kuznietsov 7ae5493
Merge branch 'master' into expression_reveal_image_async_libs
kibanamachine ca3f29a
replaced jsx pragma with react.
Kuznietsov 3d4badd
Removed unused jsx.
Kuznietsov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
why the double await here?
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.
Done.