aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/bundles/wallabagcore/themes/baggy/js
Commit message (Collapse)AuthorAgeFilesLines
* Added creation date on entries viewNicolas Lœuillet2016-11-141-14/+14
|
* Display a bigger image in case of image contentJeremy Benoist2016-11-081-13/+13
| | | | | | If the content is only an image, we can display a bigger preview image because we won’t have text to display. Also, split different card view to avoid too much complexity in the entries.html.twig
* Fix resolution issues and 'title' issuesThomas Citharel2016-11-031-13/+13
| | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Re-add bottom paginationJeremy Benoist2016-10-221-19/+19
| | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
* 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