-
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
[Graph] Save modal #44261
Merged
Merged
[Graph] Save modal #44261
Changes from 37 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
067158a
create graph listing page
flash1293 5fddc10
clean up app folder
flash1293 95f003b
remove inline loading menu
flash1293 ae44388
also add badge to workspace route
flash1293 2f1056f
fix tests
flash1293 5d637f5
fix graph spaces functional test
flash1293 9d17862
generate documentation for new breadcrumb property
flash1293 db1d740
fix test subject names
flash1293 e09b70d
remove unused translations
flash1293 2dab994
start implementing save modal flow for Graph
flash1293 c34d845
fix spaces functional test
flash1293 2d775e6
wip save modal
flash1293 ebe80d1
wip save modal
flash1293 fab1577
add and style save modal
flash1293 a9d31c8
add placeholder to description field
flash1293 9d2822e
Merge remote-tracking branch 'upstream/master' into graph/listing-page
flash1293 d0b9247
Merge remote-tracking branch 'upstream/master' into graph/listing-page
flash1293 d187eae
disable dirty check on breadcrumb navigation and fix delete function
flash1293 21ba056
Merge branch 'graph/listing-page' into graph/savemodal
flash1293 a289d7d
improve onClick typing on breadcrumb
flash1293 989481c
Merge branch 'graph/listing-page' into graph/savemodal
flash1293 be1e59a
fix newline error and use new types in dashboard app controller
flash1293 c5ac49b
fix translation errors
flash1293 8d6cec1
fix i18n translation for real
flash1293 0472505
Merge remote-tracking branch 'upstream/master' into graph/savemodal
flash1293 173804a
code review
flash1293 54e9a7b
Merge remote-tracking branch 'upstream/master' into graph/savemodal
flash1293 6f1bbca
fix i18n phrases
flash1293 7c94337
remove fragments
flash1293 f489b07
Merge remote-tracking branch 'upstream/master' into graph/savemodal
flash1293 bcc280f
remove unnecessary max-width and add commentary
flash1293 a578814
move to async syntax
flash1293 4897b52
clean up implementation
flash1293 7b2b91b
use description instead of title
flash1293 208b4db
Merge remote-tracking branch 'upstream/master' into graph/savemodal
flash1293 e4b9aa0
fix snapshot
flash1293 1195f36
adress review comments and set width for all save modals
flash1293 372f3b4
fix bug and improve typing
flash1293 3de7e4f
fix classname
flash1293 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@import '../../../../plugins/kibana_react/public/saved_objects/index'; |
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
8 changes: 2 additions & 6 deletions
8
...ins/kibana_react/public/saved_objects/__snapshots__/saved_object_save_modal.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@import './saved_object_save_modal'; |
3 changes: 3 additions & 0 deletions
3
src/plugins/kibana_react/public/saved_objects/saved_object_save_modal.scss
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.saveModal { | ||
width: $euiSizeXXL * 10; | ||
} |
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
17 changes: 0 additions & 17 deletions
17
x-pack/legacy/plugins/graph/public/angular/directives/graph_save.js
This file was deleted.
Oops, something went wrong.
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
62 changes: 0 additions & 62 deletions
62
x-pack/legacy/plugins/graph/public/angular/templates/save_workspace.html
This file was deleted.
Oops, something went wrong.
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.
This className needs a prefix to be less specific and match BEM naming conventions. Since this is a Kibana global component I'd call it
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 suggestion, I renamed it