aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/bundles/wallabagcore/themes/baggy/js/baggy.min.js
Commit message (Collapse)AuthorAgeFilesLines
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-20/+0
| | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* Added publication dateNicolas Lœuillet2017-04-051-1/+1
|
* Added migration for Scuttle sharingNicolas Lœuillet2017-03-281-1/+1
|
* Fix double overlay on expanded right sidenavSimounet2016-12-301-1/+1
|
* Fixed logout shortcutNicolas Lœuillet2016-11-231-1/+1
|
* Fixed entry shortcuts available in list viewNicolas Lœuillet2016-11-221-16/+16
|
* Added help about shortcutsNicolas Lœuillet2016-11-221-1/+1
|
* Fix card action overlapJeremy Benoist2016-11-201-15/+15
| | | | On smaller resolution
* Added shortcutNicolas Lœuillet2016-11-191-1/+1
|
* Added a simple search engineNicolas Lœuillet2016-11-191-15/+15
| | | | Fix #18
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-15/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * 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
* | Added CSS class on linksNicolas Lœuillet2016-11-161-17/+17
| |
* | Fix keyboard navigation on quickstart viewThomas Citharel2016-11-151-111/+7
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Bring navigation (with right, left and enter) on material entries page. ↵Thomas Citharel2016-11-151-0/+22
| | | | | | | | | | | | | | | | 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-151-0/+22
| |
* | es6 importsThomas Citharel2016-11-151-0/+4
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Added new shortcutsNicolas Lœuillet2016-11-151-0/+22
| |
* | Added shortcutsNicolas Lœuillet2016-11-151-1/+35
| |
* | 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-151-2/+1
|
* fix stylelintThomas Citharel2016-10-151-19/+19
|
* Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-151-14/+14
| | | | add links on small screens
* Optimize the way tag list is renderedJeremy Benoist2016-10-091-13/+13
| | | | | | 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-041-1/+1
|
* Fix icon positionThomas Citharel2016-10-041-16/+16
|
* Fixed icon position in share menuNicolas Lœuillet2016-10-041-16/+16
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-041-17/+17
|
* Fix font & TravisJeremy Benoist2016-10-041-16/+16
| | | | Grunt now copy fonts instead of symlink (node_modules won't exist for the end user)
* Basically, fix everythingThomas Citharel2016-10-031-0/+20
* Remove install.sh * Assets are now provided * Icons font issues are fixed