-
Notifications
You must be signed in to change notification settings - Fork 192
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
Adds icons to navigation #499
Conversation
Hum travis failed, let's try to git rebase and git push --force |
@miketaylr maybe it's because I added another link on navigation ? |
@magsout yeah, probably something similar. The test failures are all related to not logging in or logging out: .findByCssSelector('.wc-Navbar-section--right .wc-Navbar-link').click() So it wouldn't be hard to break that. Maybe if we add a |
Hooray for this! Can you make login say Log in ? On Fri, Dec 19, 2014, 7:28 AM Mike Taylor [email protected] wrote:
|
@calexity ok . Hum question, with new link (all issues) there is enought space for small device I wonder if display only the icon is enough? |
We could give it a shot and see if people find it confusing. |
Maybe we need an icon for log in ? |
@magsout You are right. I would use the same icon for Log in and Log out. |
Yeah @magsout, would better if both login/logout had an icon. |
Tests are passing, so let's pull this in. |
Fixes #450 - Adds icons to navigation
Nice, thanks for your help @miketaylr |
I have updated the icons:
.wc-Icon
(naming conventions)r? @calexity