aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/bundles/wallabagcore
Commit message (Collapse)AuthorAgeFilesLines
* fix next/prev pageThomas Citharel2016-11-151-0/+4
|
* Bring navigation (with right, left and enter) on material entries page. ↵Thomas Citharel2016-11-154-0/+53
| | | | | | | | Supports going to next and previous page ! Also better indentation for js files (changed editorconfig for them). Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Reorganized JS folders for shortcutsNicolas Lœuillet2016-11-154-0/+53
|
* es6 importsThomas Citharel2016-11-152-0/+8
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added new shortcutsNicolas Lœuillet2016-11-158-4/+53
|
* Added shortcutsNicolas Lœuillet2016-11-158-4/+95
|
* Added unmark.it sharingNicolas Lœuillet2016-11-094-34/+34
| | | | Fix #668
* avoid eslint warning by disabling lineThomas Citharel2016-11-034-34/+34
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added translations and baggy partNicolas Lœuillet2016-10-312-2/+2
|
* Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-314-39/+41
|
* Fix baggy on small screensThomas Citharel2016-10-158-12/+4
|
* fix stylelintThomas Citharel2016-10-158-42/+42
|
* Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-158-31/+31
| | | | add links on small screens
* Optimize the way tag list is renderedJeremy Benoist2016-10-096-31/+31
| | | | | | 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
|
* better tags on baggyThomas Citharel2016-10-042-2/+2
|
* typo and build on testThomas Citharel2016-10-041-1/+1
|
* use airbnb base rules and update eslintThomas Citharel2016-10-044-4/+4
|
* Fix icon positionThomas Citharel2016-10-046-34/+34
|
* Fixed icon position in share menuNicolas Lœuillet2016-10-046-34/+34
|
* fix iconsThomas Citharel2016-10-042-2/+2
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-048-37/+37
|
* Fix font & TravisJeremy Benoist2016-10-0478-46/+129995
| | | | Grunt now copy fonts instead of symlink (node_modules won't exist for the end user)
* Basically, fix everythingThomas Citharel2016-10-0380-0/+132
* Remove install.sh * Assets are now provided * Icons font issues are fixed