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

[chrome/nav] allow link properties to change over time #8837

Merged
merged 1 commit into from
Oct 25, 2016

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Oct 25, 2016

The current implementation uses Array#filter() to produce a list of "shown links", this changes it to a live filter with ng-if that will update the view, should the hidden property of the link change over time

The current implementation uses Array#filter() to produce a list of "shown links", this changes it to a live filter with `ng-if` that will update the view, should the hidden property of the link change over time
Copy link
Contributor

@cjcenizal cjcenizal left a comment

Choose a reason for hiding this comment

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

LGTM

@spalger spalger merged commit da9ae10 into elastic:master Oct 25, 2016
elastic-jasper added a commit that referenced this pull request Oct 25, 2016
---------

**Commit 1:**
[chrome/nav] allow link properties to change over time

The current implementation uses Array#filter() to produce a list of "shown links", this changes it to a live filter with `ng-if` that will update the view, should the hidden property of the link change over time

* Original sha: e80ad49
* Authored by spalger <[email protected]> on 2016-10-25T20:23:38Z
@spalger spalger deleted the fix/forever-hidden-nav branch October 25, 2016 22:58
spalger added a commit that referenced this pull request Oct 25, 2016
[backport] PR #8837 to 5.x - [chrome/nav] allow link properties to change over time
@spalger spalger restored the fix/forever-hidden-nav branch November 27, 2016 09:57
@epixa epixa added v5.1.1 and removed v5.1.0 labels Dec 8, 2016
airow pushed a commit to airow/kibana that referenced this pull request Feb 16, 2017
---------

**Commit 1:**
[chrome/nav] allow link properties to change over time

The current implementation uses Array#filter() to produce a list of "shown links", this changes it to a live filter with `ng-if` that will update the view, should the hidden property of the link change over time

* Original sha: d68c85796f26704535815888d415a3244bb5ea89 [formerly e80ad49]
* Authored by spalger <[email protected]> on 2016-10-25T20:23:38Z


Former-commit-id: 32432d5
airow pushed a commit to airow/kibana that referenced this pull request Feb 16, 2017
[backport] PR elastic#8837 to 5.x - [chrome/nav] allow link properties to change over time

Former-commit-id: df18307
@spalger spalger deleted the fix/forever-hidden-nav branch October 18, 2019 17:40
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