-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Description
This is remaining work for the new navigation / layout / skin design in 5.0. Original ticket here: #4837
Visual errors
- Letters for apps in the sidebar aren't vertically centered.
- new kibana logo
- move the
kbn-append-nav-controlsto the sidebar - remove the timepicker from the nav-controls registry
- remove the loading from kbn nav controls
- settings page top nav
- Dark Theme
- visually positioning the new logo proper
- move spinner to chrome
Code errors
- failing Functional tests
- normalize $appName-thing
- Remove old denormalized styles
- $appName-option
- $appName-actions
- $appName-info
- $appName-title
- $appName-search
- remove
timefilterfrom options on pages- discover
- visualize/editor
- remove kibana.gif
- cleanup color, and size non variables in less
- Use import statements where we have require
- remove gif from BaseOptimizer.js
- remove addLegend from visualize
- remove
to-bodyclass - remove important statements
Up for discussion
- remove hidden settings button, or move the current settings there?
- do we want to persist Less line numbers?
- what's up with
getActiveTabIdit now returns -none- all the time?
sandstrom