aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/bundles/wallabagcore/themes/material/js
Commit message (Collapse)AuthorAgeFilesLines
* Optimize the way tag list is renderedJeremy Benoist2016-10-092-14/+14
| | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
* use airbnb base rules and update eslintThomas Citharel2016-10-042-2/+2
|
* Fix icon positionThomas Citharel2016-10-042-14/+14
|
* Fixed icon position in share menuNicolas Lœuillet2016-10-042-14/+14
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-042-14/+14
|
* Fix font & TravisJeremy Benoist2016-10-042-14/+14
| | | | Grunt now copy fonts instead of symlink (node_modules won't exist for the end user)
* Basically, fix everythingThomas Citharel2016-10-032-0/+18
* Remove install.sh * Assets are now provided * Icons font issues are fixed