aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2230 from modos189/issue_2055Nicolas Lœuillet2016-08-233-0/+46
|\ | | | | Cut entries title in card view: continued
| * Replacement plugin dotdotdot (6.7 KB) on my tinydot (315 bytes)Alexandr Danilov2016-08-234-772/+40
| |
| * Simplify the initialization of the plugin dotdotdotAlexandr Danilov2016-08-221-1/+0
| |
| * Added the jquery library dotdotdot ( http://dotdotdot.frebsite.nl/ ) that ↵Alexandr Danilov2016-08-224-0/+779
| | | | | | | | allows you to clip a text on the second line and fixed cut entries title in card view
* | FIX image inside a figure element max-width (baggy theme)Simounet2016-07-201-1/+1
| |
* | FIX image inside a figure element max-widthSimounet2016-07-201-1/+2
|/
* Fix pagination bar on small devicesNicolas Lœuillet2016-05-031-0/+3
| | | | Fix #2008
* Fix display for Next/Previous link when they are disabledNicolas Lœuillet2016-04-121-0/+5
|
* Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-122-7/+22
| | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* Remove keybaord shortcut and add tagging rule panel in baggyNicolas Lœuillet2016-04-051-13/+0
|
* Remove useless CSSNicolas Lœuillet2016-04-031-14/+0
|
* fix tabs display on mobile viewThomas Citharel2016-03-161-0/+11
|
* Regenerate Annotator with idAnnotation instead of idCommentNicolas Lœuillet2016-02-261-17/+15
|
* Comment work with annotator v2Thomas Citharel2016-02-261-0/+25
| | | | | | - add missing annotator.js file and fix typo - edit & delete routes, started tests - basic tests
* Merge pull request #1672 from wallabag/v2-improve-baggy-themeNicolas Lœuillet2016-02-152-4/+20
|\ | | | | improve baggy theme (add new tag panel)
| * improve baggy theme (add new tag panel)Thomas Citharel2016-02-142-4/+20
| |
* | display pictures properlyThomas Citharel2016-02-141-0/+5
|/
* Merge pull request #1654 from wallabag/fix-add-button-mobile-viewJeremy Benoist2016-02-111-4/+6
|\ | | | | fix #1636
| * fix #1636Thomas Citharel2016-02-081-4/+6
| |
* | Better design of the close buttonAlexandr Danilov2016-02-111-0/+4
|/
* [#1604] First draft to fix SensioLabsInsight reportNicolas Lœuillet2016-01-221-1/+1
|
* Move public assets for themesJeremy Benoist2016-01-2284-0/+18881
So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`