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

Icon list changed with link #225 #6664

Open
wants to merge 245 commits into
base: v1-dev
Choose a base branch
from
Open

Icon list changed with link #225 #6664

wants to merge 245 commits into from

Conversation

MadhaviMandalia
Copy link

Proposed changes

Removed icon list from the page and change the text with the relevant link which is Search Google's Icons

Screenshots:

Marked text and links are changed as specified in materializecss#225

Capture1

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to change).

Checklist:

  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Talagozis and others added 30 commits October 7, 2018 00:28
Signed-off-by: Stefan Weil <sw@weilnetz.de>
…erTrigger-false

fix dropdown position when coverTrigger is false
This is 99% original Waves.js code.
The only thing added was the initialization on DomLoad in line 31.
LoganTann and others added 23 commits October 3, 2021 14:09
…rt of the code fixes

this commit applies this review comment :
materializecss#187 (comment)
…dropdown

changed all occurences of 1.1.0 to 1.0.0, then added a 1.0.0 link option than points to the official
docs, and edited the 0.100.0 docs links to use https instead of http

fix #179
…as the v1-upgrade-guide.md file

Since it's no longer needed. 0.100.2 is very very old.
- moved from `bower:materialize` to `yarn:@materializecss/materialize`
- removed Meteor and Ember packages (since they are using 0.100)
fix(issue180): handling invalid clickedIndex in carousel.js
…de-guide

Since there are still many projects which use the original version and some 0.x release, it has been
decided to not delete the v1-upgrade-guide.md file
docs(getting_started): update the ways to install materialize
I'm still wondering why the font section have been deleted...
See : https://git.io/JK9is

Closes #175
I'm removing the most of the section about the Roboto Font by just
keeping the "how to change the font stack" part.

Fixes #175
Fix #175 : Add a docs section on how to change the font stack
…sion, and minor changes

- Added the community as part of the team, by explaining why we forked the repo and by adding a
dynamic image that show the top 24 contributors. Prob is that it don't sort by team members but
rather by commit numbers - Added a message in the index page that says this version is a fork -
Changeed the catchphrase in the homepage - Rephrased a sentence inside the introduction grid shown
in the homepage and grid section

fix #194
docs: rework about and home page to mention this is the community fork
docs(select): rephrase a sentence in select docs, issue 171
if (!!iconUrl) {
let imgEl = $(`<img alt="" src="${iconUrl}">`);
let imgEl = $(`<img alt="" class="${classes}" src="${iconUrl}">`);
Copy link

Choose a reason for hiding this comment

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

className instead i think.

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.

None yet