-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[triggersActionsUi] Reduce page load bundle to under 100kB #97770
Merged
YulNaumenko
merged 21 commits into
elastic:master
from
YulNaumenko:alerting-ui-reduce-load-bundle-size
May 26, 2021
Merged
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2456a1a
[triggersActionsUi] Reduce page load bundle to under 100kB
YulNaumenko 348fe46
Merge remote-tracking branch upstream/master
YulNaumenko 5f424e9
removed old code
YulNaumenko 7d64e4d
Merge remote-tracking branch upstream/master
YulNaumenko acff73d
removed fragment
YulNaumenko 9a417f5
Merge remote-tracking branch upstream/master
YulNaumenko cdb81c6
Merge remote-tracking branch upstream/master
YulNaumenko 21dddf8
Merge remote-tracking branch upstream/master
YulNaumenko 9652975
changed svg logo to lazy react components
YulNaumenko 3abd58b
fixed type checks and translations
YulNaumenko 463f698
Merge remote-tracking branch upstream/master
YulNaumenko 92f71be
fixed type checks
YulNaumenko 41c25e8
fixed type checks
YulNaumenko 552e923
fixed type checks
YulNaumenko 08e1948
fixed tests
YulNaumenko 56e34aa
Merge remote-tracking branch upstream/master
YulNaumenko e2b9a55
fixed tests
YulNaumenko 3c32024
fixed iconClass
YulNaumenko 3cfe9b2
fixed due to comments
YulNaumenko a80b8da
added info about new IconType to readme file
YulNaumenko 9b85dfc
fixed key errors
YulNaumenko 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 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 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 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 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 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 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.
Should we add guidance in the README about using React components for logos instead of directly importing SVGs?
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 will add this