Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

feat: use new navbar #27

Merged
merged 2 commits into from
May 18, 2018
Merged

feat: use new navbar #27

merged 2 commits into from
May 18, 2018

Conversation

neolitec
Copy link
Contributor

@neolitec neolitec commented May 4, 2018

Use new UI-Kit navbar component

Linked to
ovh-ux/ovh-ui-angular#183
ovh/ovh-ui-kit#207

@neolitec neolitec force-pushed the feature/newNavbar branch from a601963 to 8c5a784 Compare May 4, 2018 15:29
@AxelPeter
Copy link
Contributor

I've added the possibility to have a title next the logo brand with the linked PRs

}

if (this.secondLevelsChildren[state].children.undefined) {
subLinks.push(...this.getLinks(state, "undefined"));

Choose a reason for hiding this comment

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

Array.prototype.concat

}

(this.secondLevelsChildren[state].groupsOrder || []).forEach(groupName => {
if (groupName === "undefined") {

Choose a reason for hiding this comment

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

Why use a string ? Can't you use a true undefined (or even better, null) ?

@AxelPeter AxelPeter changed the base branch from master to develop May 18, 2018 11:58
@AxelPeter AxelPeter merged commit 2aa3785 into develop May 18, 2018
@AxelPeter AxelPeter deleted the feature/newNavbar branch May 18, 2018 11:59
AxelPeter pushed a commit that referenced this pull request May 18, 2018
* feat: use new navbar

* style(oui-navbar): add brand title
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

4 participants