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

Branding refresh and VerticalListMenu tweaks #256

Merged
merged 22 commits into from
May 19, 2016
Merged

Conversation

jondlm
Copy link
Contributor

@jondlm jondlm commented May 18, 2016

PR Checklist

  • Manually tested across supported browsers
    • Chrome
    • Firefox
    • Safari
    • IE11 (Win 7)
    • Edge (Win 10)
  • Unit tests written (common at minimum)
  • PR has one of the semver- labels
  • Two core team engineer approvals
  • One core team UX approval


// Recurse
.ColorPalette-loop(@i - 1);
}

.lucid-ColorPalette {
.ColorPalette {
padding: 15px;
Copy link
Contributor

Choose a reason for hiding this comment

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

should this be a variable

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah probably, I use it in lots of places. I've been cutting some corners on the demo page :/

@jondlm jondlm self-assigned this May 18, 2016
export function buildHybridComponent(baseComponent, {
setStateWithNewProps = true, // if true, new props will update state, else prop has priority over existing state
replaceEvents = false, // if true, function props replace the existing reducers, else they are invoked *after* state reducer returns
reducers = _.get(baseComponent, 'definition.statics.reducers', {}),
Copy link
Contributor

Choose a reason for hiding this comment

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

nice

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! I wrote a test for it too.

@jondlm jondlm changed the title Branding refresh Branding refresh and VerticalListMenu tweaks May 18, 2016
@jondlm jondlm merged commit 29eea4b into release/1.0.0 May 19, 2016
@jondlm jondlm deleted the quality/branding branch May 19, 2016 18:27
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