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

Kibana 5 Settings Redesign #6527

Merged
merged 19 commits into from
Mar 17, 2016

Conversation

stormpython
Copy link
Contributor

Redesign for Settings Page.

Currently, this pull only lines up the navbar with the kibana logo in the sidebar.

As we continue to iterate on the Design for the Settings page, this pull request will need to be updated.

screen shot 2016-03-16 at 10 22 23 am

@stormpython
Copy link
Contributor Author

Added breadcrumbs to the Settings and Visualize tabs.

screen shot 2016-03-16 at 2 29 57 pm

screen shot 2016-03-16 at 2 29 41 pm

<ul>
<li ng-repeat="crumb in crumbs">
<a ng-href="{{ makeUrl(crumb) }}">{{crumb}}</a>
<span ng-hide="$index === (crumbs.length - 1)"> / </span>
Copy link
Contributor

Choose a reason for hiding this comment

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

you can use $last here

@panda01
Copy link
Contributor

panda01 commented Mar 17, 2016

Also, can you merge in feature/design so we can make sure the tests are passing?

import expect from 'expect.js';

import kbnAngular from '../angular';
import TabFakeStore from '../../__tests__/_TabFakeStore';
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like this file is missing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@panda01 That test file seems incomplete. Has this been updated on your branch? Should I merge in your updates?

@stormpython
Copy link
Contributor Author

@panda01 the tests have passed so its ready to be reviewed again.

@panda01
Copy link
Contributor

panda01 commented Mar 17, 2016

LGTM!

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

Successfully merging this pull request may close these issues.

4 participants