aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/bundles/wallabagcore/themes/baggy/js
Commit message (Collapse)AuthorAgeFilesLines
* Added unmark.it sharingNicolas Lœuillet2016-11-091-17/+17
| | | | Fix #668
* avoid eslint warning by disabling lineThomas Citharel2016-11-031-17/+17
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added translations and baggy partNicolas Lœuillet2016-10-311-1/+1
|
* Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-19/+20
|
* Fix baggy on small screensThomas Citharel2016-10-152-3/+1
|
* fix stylelintThomas Citharel2016-10-152-20/+20
|
* Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-152-15/+15
| | | | 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
* 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-042-18/+18
|
* Fix font & TravisJeremy Benoist2016-10-042-17/+17
| | | | Grunt now copy fonts instead of symlink (node_modules won't exist for the end user)
* Basically, fix everythingThomas Citharel2016-10-032-0/+21
* Remove install.sh * Assets are now provided * Icons font issues are fixed