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

Fixing kbn append nav controls #6502

Closed
wants to merge 12 commits into from

Conversation

panda01
Copy link
Contributor

@panda01 panda01 commented Mar 10, 2016

  • Modifies the Config object
  • Changes the kibana logo to the latest
  • Fixes spacing issue with timepicker showing a bottom border
  • Moves append nav controls to the sidebar on the left
  • Removes the timepicker and loading indicator from the kbn append nav controls

@panda01 panda01 changed the title Feature/design Fixing kbn append nav controls Mar 10, 2016
@@ -52,7 +52,8 @@
ng-click="configTemplate.toggle('options');">
<span>Options</span>
</button>
<div class="chrome-actions"kbn-chrome-append-nav-controls></div>
<kbn-loading-indicator></kbn-loading-indicator>
Copy link
Contributor

Choose a reason for hiding this comment

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

As discussed yesterday, move this loading indicator out to the chrome.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Was discussed this can be push until after launch.

@rashidkpc
Copy link
Contributor

@panda01 whats the status here?

@panda01
Copy link
Contributor Author

panda01 commented Mar 14, 2016

@rashidkpc made some changes, if you fetch you'll see a new logo. Next is tests.

@panda01
Copy link
Contributor Author

panda01 commented Mar 17, 2016

jenkins, test it

@rashidkpc
Copy link
Contributor

This helps to resolve some of the timefilter concerns in #6239, but timefilter still needs to be removed from scope in discover and visualize per #6387

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
@tylersmalley
Copy link
Contributor

@panda01 this is passing now.

@rashidkpc
Copy link
Contributor

@panda01 I'm removing the review tag from this, re-it when you're ready for someone to look at it again.

@panda01 panda01 force-pushed the feature/design branch 2 times, most recently from 116d8e8 to ec21570 Compare March 22, 2016 15:41
transclude: true,
template: `
<div class="config" ng-show="kbnTopNavbar.currTemplate">
<div id="template_wrapper" class="container-fluid"></div>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ideally this would use ng-bind-html, but that requires $sanitize and such

@panda01
Copy link
Contributor Author

panda01 commented Mar 25, 2016

Continued in the above PRs.

@panda01 panda01 closed this Mar 25, 2016
cee-chen pushed a commit that referenced this pull request Feb 9, 2023
## Summary

`eui@74.0.1` ⏩ `eui@74.1.0`

___

## [`74.1.0`](https://github.com/elastic/eui/releases/tag/v74.1.0)

- Added new `EuiSkeletonText`, `EuiSkeletonTitle`, `EuiSkeletonCircle`,
and `EuiSkeletonRectangle` components
([#6502](elastic/eui#6502))
- Updated `EuiSuperSelect` screen reader instructions to be more
specific ([#6549](elastic/eui#6549))
- Added `error` and updated `alert` glyphs to `EuiIcon`
([#6550](elastic/eui#6550))
- All `EuiSkeleton` components now accept an `isLoading` flag and
`children`, which automatically handles conditionally rendering loading
skeletons vs. loaded content (`children`)
([#6562](elastic/eui#6562))
- All `EuiSkeleton` components now accept a `contentAriaLabel` prop,
which more meaningfully describes the loaded content to screen readers
([#6562](elastic/eui#6562))
- Updated `EuiPopover` screen reader instructions for mobile and click
behaviors ([#6567](elastic/eui#6567))

**Bug fixes**

- Fixed `EuiCard` to ensure `onClick` method only runs once when `title`
contains a React node
([#6551](elastic/eui#6551))

**Deprecations**

- Deprecated `EuiLoadingContent` - use `EuiSkeletonText` instead
([#6557](elastic/eui#6557))

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
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.

3 participants