aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/bundles/wallabagcore/themes/material/css
Commit message (Collapse)AuthorAgeFilesLines
* Optimize the way tag list is renderedJeremy Benoist2016-10-092-3/+3
| | | | | | 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
* better tags on materialThomas Citharel2016-10-052-2/+2
|
* typo and build on testThomas Citharel2016-10-041-1/+1
|
* Fix icon positionThomas Citharel2016-10-042-3/+3
|
* Fixed icon position in share menuNicolas Lœuillet2016-10-042-3/+3
|
* fix iconsThomas Citharel2016-10-042-2/+2
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-042-3/+3
|
* Fix font & TravisJeremy Benoist2016-10-042-2/+2
| | | | 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