]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Optimize the way tag list is rendered
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 9 Oct 2016 16:41:19 +0000 (18:41 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 9 Oct 2016 16:55:22 +0000 (18:55 +0200)
commit28bb48905a2104adad65508f51737f987dc1ad4c
tree41922f46efae593fc786b561486a40ee70e25383
parentb4fcd60e7f217bf0b23fa99c83698e7407bee54b
Optimize the way tag list is rendered

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
13 files changed:
app/Resources/static/themes/material/css/main.css
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
src/Wallabag/CoreBundle/Controller/TagController.php
src/Wallabag/CoreBundle/Repository/EntryRepository.php
src/Wallabag/CoreBundle/Repository/TagRepository.php
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig
web/bundles/wallabagcore/themes/baggy/js/baggy.min.js
web/bundles/wallabagcore/themes/baggy/js/baggy.min.js.map
web/bundles/wallabagcore/themes/material/css/style.min.css
web/bundles/wallabagcore/themes/material/css/style.min.css.map
web/bundles/wallabagcore/themes/material/js/material.min.js
web/bundles/wallabagcore/themes/material/js/material.min.js.map