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

Fixed navbar Mobile Collapse not giving correct example #1813

Closed
wants to merge 1 commit into from
Closed

Fixed navbar Mobile Collapse not giving correct example #1813

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jul 28, 2015

The example on the NavBar page, at Mobile Collapse, doesn't give the right example. It's saying you need to add

<i class="material-icons">menu</i>

But it should be

<i class="mdi-navigation-menu"></i>

Like how it is on the SideNav page under JavaScript.

This commit fixed that.

@drainx
Copy link
Contributor

drainx commented Jul 28, 2015

I'll just reference #1746
I have given up on Materialize and have moved to MDL, since the devs working on MDL actually know what they are doing.

@ghost ghost closed this Jul 28, 2015
@ghost ghost reopened this Jul 28, 2015
@ghost
Copy link
Author

ghost commented Jul 28, 2015

In regards to that PR you made, I'm actually going to make all those changes for the icons...

I'm closing this PR, in favor is a newer one.

@ghost ghost closed this Jul 28, 2015
@drainx
Copy link
Contributor

drainx commented Jul 28, 2015

I honestly wouldn't bother, because they will almost certainly give you the same reply they did me, and the PR will end up sitting for weeks, or just outright being rejected. Merging (no pun intended) all of the changes is rather useless, as others have tried to get them pulled and have been rejected.

In addition, the dev team here has outright refused to remove (and replace) dead demo links #1791 et al.

@ghost
Copy link
Author

ghost commented Jul 28, 2015

Fair enough.

@carlosperate
Copy link

The <i class="mdi-navigation-menu"></i> is the old icon system which is being phased out for the official google material icons, the ones using <i class="material-icons">menu</i>.

If there is any old documentation from the jade folder that is still using the old <i class="mdi-xxxx"></i> then a pull request will certainly be appreciated. If there are any problems using the new icons, then if you open an issue then the team can look into fixing those.

@ghost
Copy link
Author

ghost commented Jul 28, 2015

Those new icons aren't working indeed.

If what you're saying is true, then the documentation is ahead of the implementation. (Which is just as bad as the other way around)

@drainx
Copy link
Contributor

drainx commented Jul 28, 2015

@carlosperate As I pointed out in #1746 (and several others, this issue included,) the new implementation is broken.

There is no excuse for #1791 et al. though.

@carlosperate
Copy link

I'm not debating that there might be issues with the new icons, just that if anything is broken then it can be looked into and fixed, rather than revert back to the old implementation in the documentation.

About the specific icon issue you mentioned in your last comment from #1746, has 43d43c2 fixed that one? If not then we can open a new issue to capture that problem.

@ghost
Copy link
Author

ghost commented Jul 28, 2015

I'm updating the docs atm and I'll make a new PR for it.

@ghost
Copy link
Author

ghost commented Jul 28, 2015

@carlosperate See #1814

@ghost
Copy link
Author

ghost commented Jul 28, 2015

And about the buttons not working, please see this commit: https://github.com/TheSerenin/periodic-table/commit/3cf19df9df8fad62e0217cf936649f9358dea3a3

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants