aboutsummaryrefslogtreecommitdiffhomepage
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced navigation menu in material themeNicolas Lœuillet2020-04-262-2/+2
|
* Added mass actions for Material design in list viewNicolas Lœuillet2020-04-242-2/+2
|
* Changed visibility for article statsNicolas Lœuillet2020-04-221-1/+1
|
* Added more coherence with color links for material themeNicolas Lœuillet2020-04-211-1/+1
|
* Improved tags list for material viewNicolas Lœuillet2020-04-201-1/+1
|
* Enhanced article displayNicolas Lœuillet2020-04-063-3/+3
| | | | Fixes #4153
* Fix createdAt date range filterKevin Decherf2020-03-222-2/+2
| | | | | | | | | | | - hiddenName has been disabled in order to fix the missing date range values when using the material theme - data format has been changed to 'Y-m-d' in order to comply with the browser date input default format - tests: date() and strtotime have been replaced with DateTime-related objects Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* baggy: remove logo from printed pagesKevin Decherf2020-01-251-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: replace display: flex with block in print modeKevin Decherf2020-01-251-1/+1
| | | | | | | | | | | This change is a workaround for a reported issue with printing flex items on Firefox See: https://bugzilla.mozilla.org/show_bug.cgi?id=939897 Fixes #4251 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Entry action buttons displayed on page end reachedSimounet2020-01-212-2/+2
|
* Sticky nav on entry action button clickSimounet2020-01-212-2/+2
|
* Sidebar sub entries not conditioned by hover anymoreSimounet2020-01-191-1/+1
|
* Added prod js filesNicolas Lœuillet2019-09-273-3/+3
|
* material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1Simounet2019-08-216-2/+2
|
* Update translationsJeremy Benoist2019-07-092-2/+2
| | | | Remove log
* Copy client info to clipboardJeremy Benoist2019-07-091-1/+1
| | | | From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons.
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-05-151-1/+1
|\
| * assets: regenerate material.cssKevin Decherf2019-05-101-1/+1
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-04-011-1/+1
|\|
| * material: fix left padding on non-entry pages introduced by #3893Kevin Decherf2019-03-091-1/+1
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * material: update prod assetsKevin Decherf2019-03-031-1/+1
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Move icon into the top menu barJeremy Benoist2019-01-191-1/+1
| | | | | | | | | | | | | | Change the way to select a random entry: - select all ids from the given user (with filters) - choose randomly one in php - find that entry
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-151-1/+1
|\|
| * build: upgrade yarn dependencies, update prod assetsKevin Decherf2018-12-105-5/+4
| | | | | | | | | | | | Production assets are rebuilt against new dependency versions. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | CleanupJeremy Benoist2018-11-282-14/+5
| |
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2018-11-253-1/+49
|\| | | | | | | | | | | | | | | # 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-215-5/+5
| |
| * Merge pull request #3745 from burkemw3/patch-3Jérémy Benoist2018-10-161-1/+1
| |\ | | | | | | Add placeholder image to card-based gallery entries page
| | * Add placeholder image to card-based gallery entries page for #3651Matt Burke2018-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Merge pull request #3606 from mritzmann/masterJérémy Benoist2018-10-152-0/+48
| |\ \ | | |/ | |/| add manifest.json for android pwa
| | * add 512x512 appiconmritzmann2018-03-202-0/+5
| | |
| | * add manifest.json for android pwamritzmann2018-03-181-0/+43
| | |
* | | Update assetsJeremy Benoist2018-09-256-8/+7
| | |
* | | Add specific styles for the card tag form element.Stéphane HULARD2018-09-251-2/+2
|/ / | | | | | | Also add a `.hidden` class in the baggy theme to have consistency with material.
* | wallabag logo (side-nav) replaced by an SVG oneSimounet2018-07-112-0/+1
| |
* | wallabag logo with typo replaced by an SVG oneSimounet2018-07-113-2/+2
| |
* | Fake wallabag logo data image replaced by real SVGSimounet2018-07-111-300/+1
| |
* | Fix mobile viewport on big iframe and video elementsSimounet2018-06-281-1/+1
| |
* | Fix missing generated CSSSimounet2018-05-241-1/+1
| |
* | Fix Firefox mobile unneeded resizeSimounet2018-05-242-2/+2
| | | | | | | | | | | | 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-211-1/+1
|/
* Close add entry and search nav JS action improvedSimounet2018-01-121-1/+1
|
* Nav close button alignment and nav boxes improvedSimounet2018-01-122-2/+2
|
* Fix nav new entry and search form alignmentSimounet2018-01-121-1/+1
|
* Label replaced by a button on the nav search formSimounet2018-01-121-1/+1
|
* Label replaced by a button on the nav new entry formSimounet2018-01-121-1/+1
|
* Card tags template sharedSimounet2017-12-261-1/+1
|
* Useless span removed from the card's titleSimounet2017-12-261-1/+1
|
* Update prod assetsKevin Decherf2017-12-206-6/+6
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Updated robots.txt to prevent crawlingNicolas Lœuillet2017-12-151-3/+1
|