aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/bundles/wallabagcore/themes/baggy
Commit message (Collapse)AuthorAgeFilesLines
* Fix baggy on small screensThomas Citharel2016-10-154-6/+2
|
* fix stylelintThomas Citharel2016-10-154-22/+22
|
* Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-154-17/+17
| | | | add links on small screens
* 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
* better tags on baggyThomas Citharel2016-10-042-2/+2
|
* use airbnb base rules and update eslintThomas Citharel2016-10-042-2/+2
|
* Fix icon positionThomas Citharel2016-10-042-17/+17
|
* Fixed icon position in share menuNicolas Lœuillet2016-10-042-17/+17
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-044-20/+20
|
* Fix font & TravisJeremy Benoist2016-10-049-18/+18
| | | | Grunt now copy fonts instead of symlink (node_modules won't exist for the end user)
* Basically, fix everythingThomas Citharel2016-10-0310-0/+30
* Remove install.sh * Assets are now provided * Icons font issues are fixed