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

refactor(core): convert sticky-header to a component #3537

Merged
merged 1 commit into from
Apr 17, 2017
Merged

refactor(core): convert sticky-header to a component #3537

merged 1 commit into from
Apr 17, 2017

Conversation

jrsquared
Copy link
Contributor

@jrsquared jrsquared commented Apr 16, 2017

React world doesn't have an analog to attribute directives. Convert sticky-header to a component so we can start to use sticky-header in react components.

Eventually we will convert this to a React component, but this is a logical first step.

@anotherchrisberry PTAL

@@ -1,6 +1,5 @@
<div class="cluster-container" ng-class="{disabled: serverGroup.isDisabled}">
<div class="server-group-title" sticky-header added-offset-height="69"
sticky-if="headerIsSticky()">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

headerIsSticky() was always undefined, so this was never sticky.

@anotherchrisberry
Copy link
Contributor

LGTM

@jrsquared jrsquared merged commit aff3b4c into spinnaker:master Apr 17, 2017
@jrsquared jrsquared deleted the sticky-component branch April 17, 2017 14:57
meerajose added a commit to meerajose/deck that referenced this pull request May 22, 2019
meerajose added a commit to meerajose/deck that referenced this pull request May 23, 2019
…spinnaker#3537

spinnaker/spinnaker#3537

Update app/scripts/modules/google/src/help/gce.help.ts

Co-Authored-By: Maggie Neterval <mneterval@google.com>

fix(google): FR: Help text on GCE load balancer type selection screen

spinnaker/spinnaker#3537
Made the changes to show helptext in each of the Load Balancer Type
maggieneterval pushed a commit that referenced this pull request Jun 7, 2019
)

* fix(deck) : FR: Help text on GCE load balancer type selection screen #3537

spinnaker/spinnaker#3537

* Update app/scripts/modules/google/src/help/gce.help.ts

Co-Authored-By: Maggie Neterval <mneterval@google.com>

* fix(google): FR: Help text on GCE load balancer type selection screen

spinnaker/spinnaker#3537
Made the changes to show helptext in each of the Load Balancer Type

* fix(google) : FR: Help text on GCE load balancer type selection screen #3537

spinnaker/spinnaker#3537

Update app/scripts/modules/google/src/help/gce.help.ts

Co-Authored-By: Maggie Neterval <mneterval@google.com>

fix(google): FR: Help text on GCE load balancer type selection screen

spinnaker/spinnaker#3537
Made the changes to show helptext in each of the Load Balancer Type

* Update app/scripts/modules/google/src/help/gce.help.ts

Co-Authored-By: Dave Dorbin <ddorbin@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants