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

Feature/5.0 #6047

Merged
merged 15 commits into from
Feb 8, 2016
Merged

Feature/5.0 #6047

merged 15 commits into from
Feb 8, 2016

Conversation

panda01
Copy link
Contributor

@panda01 panda01 commented Jan 29, 2016

  • Moves the App level navigation to the left hand side.
  • Changes the kibana logo.
  • Exposes the line numbers for less files.
  • Adds dummy links as placeholders for users and settings.

@@ -19,7 +19,7 @@ var chrome = require('ui/chrome');
var routes = require('ui/routes');
var modules = require('ui/modules');

var kibanaLogoUrl = require('ui/images/kibana.svg');
var kibanaLogoUrl = require('ui/images/kibana.gif');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a temporary change to use gif instead of svg?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, will revert.

@@ -101,7 +102,7 @@ class BaseOptimizer {
test: /\.less$/,
loader: ExtractTextPlugin.extract(
'style',
`css${mapQ}!autoprefixer${mapQ ? mapQ + '&' : '?'}{ "browsers": ["last 2 versions","> 5%"] }!less${mapQ}`
`css${mapQ}!autoprefixer${mapQPre}{ "browsers": ["last 2 versions","> 5%"] }!less${mapQPre}dumpLineNumbers=comments`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this something we can do in a separate PR? to master maybe? it's going to increase filesizes a bit, probably something we don't want in production/

@jbudz
Copy link
Member

jbudz commented Feb 5, 2016

Status page doesn't have the logo:
image

edit: on second thought, is the status page supposed to have any navigation?

@jbudz
Copy link
Member

jbudz commented Feb 8, 2016

Hovering over the navbar shows a scrollbar causing the bottom content to shift up.
image


> * {
flex-shrink: 0;
}
}
.real-flex-parent(@display: flex, @flow: column nowrap) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make sense to have display a param given the function name? maybe we can name this something like flex-parent-flow?

@jbudz jbudz assigned panda01 and unassigned jbudz Feb 8, 2016

body { overflow: hidden; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is preventing scrolling on a few pages, discover for example

panda01 added a commit that referenced this pull request Feb 8, 2016
@panda01 panda01 merged commit 3a281ee into elastic:feature/design Feb 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants