aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-151-20/+18
|\
| * Merge pull request #3783 from wallabag/issue-3780Kevin Decherf2018-11-261-1/+3
| |\ | | | | | | material: decrease size of tags on list view
| | * material: decrease size of tags on list viewKevin Decherf2018-11-251-1/+3
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | material: fix missing thumbnail on list viewKevin Decherf2018-11-251-19/+15
| |/ | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2018-11-251-1/+6
|\| | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js
| * Card no preview replaced by wallabag logoSimounet2018-11-211-6/+5
| |
| * Add placeholder image to card-based gallery entries page for #3651Matt Burke2018-10-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | I referenced https://css-tricks.com/using-svg/ for using the SVG icon. The icon has a black foreground and white background, which doesn't look very good as a placeholder. So, using the background-image style to show the svg and the inversion filter to make it white on gray. With the image always present, there isn't much difference between the with and without image preview templates, so I merged them. Tested on Chrome, Firefox, and Safari on OSX.
* | Add specific styles for the card tag form element.Stéphane HULARD2018-09-252-1/+21
| | | | | | | | Also add a `.hidden` class in the baggy theme to have consistency with material.
* | Update tag list template to allow renaming.Stéphane HULARD2018-09-251-0/+19
|/ | | | | | | | * Add a form on each tag to handle rename action. * Add JavaScript to handle action on the corresponding page inside the global index.js file. * Add support for the 2 active themes : material / baggy The form solution is cleaner than an Ajax one because it let the browser validate input data and make the POST easier without the need to handle JSON response.
* Fixes another typoAleksandar Todorović (r3bl)2018-08-101-2/+2
|
* wallabag logo (side-nav) replaced by an SVG oneSimounet2018-07-112-0/+1
|
* wallabag logo with typo replaced by an SVG oneSimounet2018-07-112-0/+4
|
* Fake wallabag logo data image replaced by real SVGSimounet2018-07-111-300/+1
|
* Fix mobile viewport on big iframe and video elementsSimounet2018-06-281-0/+6
|
* Merge pull request #3636 from flozz/syntax-highlightJérémy Benoist2018-06-072-1/+11
|\ | | | | Highlight code in articles using highlight.js
| * Highlight code in articles using highlight.jsFabien LOISON2018-04-232-1/+11
| |
* | Merge pull request #3646 from Quenty31/masterJérémy Benoist2018-06-011-2/+2
|\ \ | | | | | | [i18n] Occitan update
| * | Update CraueConfigBundle.oc.ymlQuentí2018-05-051-1/+1
| | |
| * | Update CraueConfigBundle.oc.ymlQuentí2018-05-051-2/+2
| |/
* | Fix Firefox mobile unneeded resizeSimounet2018-05-242-3/+5
| | | | | | | | | | | | Before that, on Firefox Mobile, when you were moving to the top or to the bottom of the page, you were stopped before to go to the opposite side.
* | Fix overflow wrap issueSimounet2018-05-212-0/+11
|/
* Close add entry and search nav JS action improvedSimounet2018-01-121-11/+11
|
* Nav close button alignment and nav boxes improvedSimounet2018-01-122-41/+31
|
* Fix nav new entry and search form alignmentSimounet2018-01-121-1/+2
|
* Label replaced by a button on the nav search formSimounet2018-01-122-10/+10
|
* Label replaced by a button on the nav new entry formSimounet2018-01-122-1/+11
|
* Card tags template sharedSimounet2017-12-261-0/+4
|
* Useless span removed from the card's titleSimounet2017-12-261-1/+0
|
* Removed duplicated lineNicolas Lœuillet2017-12-171-1/+0
|
* Update PT translationsPaulino Michelazzo2017-12-171-4/+6
|
* More space for navbar actions on mobileSimounet2017-12-081-1/+1
|
* Toggle menu anchor replaced by a buttonSimounet2017-12-081-0/+8
|
* Fix nav title nowrap on mobileSimounet2017-12-071-10/+23
|
* Border radius on every corner of tag's listSimounet2017-12-081-1/+2
|
* Fix duplicated code removedSimounet2017-12-081-14/+0
|
* Tags list view improvedSimounet2017-12-081-2/+42
| | | | | No text ellipsis so we can see the whole tag, better responsiveness, bigger touch height on links.
* Footer's stats displayed on mobileSimounet2017-12-061-7/+2
|
* Fix line-height issue on the footerSimounet2017-12-061-4/+0
|
* Merge pull request #3438 from strobeltobias/patch-1Nicolas Lœuillet2017-12-051-2/+2
|\ | | | | Translate new strings
| * Translate new stringsTobias Strobel2017-11-261-2/+2
| |
* | Fix wrong selected page number alignment on paginationSimounet2017-12-041-0/+2
| |
* | Fix pagination on list modeSimounet2017-12-043-16/+20
| |
* | Figure image and figcaption centered on share pageSimounet2017-12-031-0/+8
| |
* | Share page improved (mobile + header's padding)Simounet2017-12-031-11/+20
|/
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-2514-0/+14
| | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3419 from NatJNP/patch1Jérémy Benoist2017-11-251-0/+36
|\ | | | | Add Thai language
| * Add CraueConfigBundle.th.ymlNatPi2017-11-181-0/+36
| |
* | Added internal setting to enable/disable headers storageNicolas Lœuillet2017-11-2013-0/+39
| |
* | "for the public wallabag demo", paywalled websites, diaspora*Allan Nordhøy2017-11-181-3/+3
| |
* | Spelling: diaspora, e-mail, moved ?, URL, sharingAllan Nordhøy2017-11-181-8/+8
|/