Skip to content
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

Add a welcome screen for new Kibana instances #21353

Merged
merged 22 commits into from
Aug 16, 2018
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b1cd9bb
Add a welcome screen to Kibana home if this is a "new" Kibana instance.
chrisdavies Jul 27, 2018
01e32b4
Merge branch 'master' of github.com:elastic/kibana into home/welcome
chrisdavies Jul 27, 2018
052fb9d
Add tests for welcome experience
chrisdavies Jul 27, 2018
b4c5362
Fix the security logout tests to hide the welcome screen if it exists.
chrisdavies Jul 27, 2018
f642473
Tweak home page to display instantly if welcome page has been disabled.
chrisdavies Jul 27, 2018
979e591
Make the hiding of the welcome screen a local user preference.
chrisdavies Jul 27, 2018
36921c9
Merge branch 'master' of github.com:elastic/kibana into home/welcome
chrisdavies Jul 30, 2018
9ae922f
Add a bit of commenting
chrisdavies Jul 30, 2018
9be2d33
Fix home test snapshot
chrisdavies Jul 30, 2018
015a633
Update welcome UI with new styles
chrisdavies Aug 10, 2018
f233a87
Merge master
chrisdavies Aug 10, 2018
2a64261
Add data-test-subj back into welcome screen
chrisdavies Aug 10, 2018
439a9b2
Merge branch 'master' of github.com:elastic/kibana into home/welcome
chrisdavies Aug 10, 2018
9a72c4a
Fix home snapshots, tweak welcome screen title
chrisdavies Aug 10, 2018
6a3fd5b
Merge branch 'master' of github.com:elastic/kibana into home/welcome
chrisdavies Aug 13, 2018
4af5702
Add gradient to welcome screen
chrisdavies Aug 13, 2018
c21ec44
Merge branch 'master' of github.com:elastic/kibana into home/welcome
chrisdavies Aug 13, 2018
4f1a60b
Bump up the welcome screen timeout to 500ms
chrisdavies Aug 13, 2018
0cb55fc
Remove welcome screen advanced settings
chrisdavies Aug 14, 2018
097e37b
Merge branch 'master' of github.com:elastic/kibana into home/welcome
chrisdavies Aug 14, 2018
4faae1f
Merge branch 'master' of github.com:elastic/kibana into home/welcome
chrisdavies Aug 15, 2018
15d3b4f
Merge branch 'master' of github.com:elastic/kibana into home/welcome
chrisdavies Aug 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions src/core_plugins/kibana/public/assets/bg_bottom_branded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions src/core_plugins/kibana/public/assets/bg_top_branded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading