aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material
Commit message (Collapse)AuthorAgeFilesLines
* Update entries.html.twigEloi Coutant2019-01-101-2/+2
| | | Should fix https://github.com/wallabag/wallabag/issues/3832
* Merge pull request #3782 from wallabag/issue-3779Kevin Decherf2018-11-261-6/+5
|\ | | | | material: fix missing thumbnail on list view
| * material: fix missing thumbnail on list viewKevin Decherf2018-11-251-6/+5
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge pull request #3765 from burkemw3/patch-2Jérémy Benoist2018-11-261-4/+0
|\ \ | |/ |/| Remove preview picture from single entry view page for #1875
| * Remove preview picture from single entry view page for #1875Matt Burke2018-11-241-4/+0
| | | | | | | | | | | | Showing the preview picture usually leads to showing a duplicate image, and frequently leads to showing duplicate images directly adjacent to each other.
* | Card no preview replaced by wallabag logoSimounet2018-11-211-5/+2
| |
* | Add rel=noopener to target=_blank linksMatt Burke2018-11-072-10/+10
|/ | | | | | | From https://developers.google.com/web/tools/lighthouse/audits/noopener: - new pages will run in separate processes, avoiding any performance intermingling impacts - new pages won't have access to current page's window object via JavaScript
* Add placeholder image to card-based gallery entries page for #3651Matt Burke2018-10-153-17/+5
| | | | | | | | | | | | 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.
* Show tags on non-image gallery preview cardMatt Burke2018-10-111-0/+7
| | | | | Tags and images aren't coupled, so they shouldn't be coupled in the UI, either. This also makes the titles and source domains show up consistently for image and non-image entry cards.
* wallabag logo (side-nav) replaced by an SVG oneSimounet2018-07-111-1/+1
|
* wallabag logo with typo replaced by an SVG oneSimounet2018-07-111-1/+1
|
* Fix authors and preview alt encoding displaySimounet2018-06-041-2/+2
|
* Merge pull request #3592 from Simounet/fix/html-entities-on-default-titleJérémy Benoist2018-02-242-3/+3
|\ | | | | Fix title card HTML parsing
| * Fix title card HTML parsingSimounet2018-02-122-3/+3
| |
* | Fix error when withRemove variable is not defined.Stéphane HULARD2018-01-231-1/+1
|/ | | | | | Since the withRemove variable is a template flag, it can be undefined. In the Entry\Card\_content.html.twig template for example, the withRemove variable is not defined.
* Nav close button alignment and nav boxes improvedSimounet2018-01-124-40/+38
|
* Label replaced by a button on the nav search formSimounet2018-01-123-2/+2
|
* Label replaced by a button on the nav new entry formSimounet2018-01-122-1/+1
|
* Fix broken link to remove tags from entriesKevin Decherf2017-12-273-3/+3
| | | | | | Fixes #3534 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Added default value for title on entry viewNicolas Lœuillet2017-12-261-2/+2
|
* Using new 'entry.default_title' as translation keySimounet2017-12-261-1/+1
|
* Card tags template sharedSimounet2017-12-263-16/+17
|
* Useless span removed from the card's titleSimounet2017-12-261-5/+3
|
* Default card titleSimounet2017-12-261-1/+1
|
* Content card template sharedSimounet2017-12-265-68/+25
|
* material: replace exit_to_app, redo and autorenew iconsKevin Decherf2017-12-163-9/+9
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix #3484: hide the share toggle button if no service is enabledBertrand Dunogier2017-12-121-0/+10
|
* Toggle menu anchor replaced by a buttonSimounet2017-12-081-1/+1
|
* Fix nav title nowrap on mobileSimounet2017-12-071-4/+6
|
* Tags list view improvedSimounet2017-12-081-3/+3
| | | | | 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-3/+3
|
* Fix pagination on list modeSimounet2017-12-041-4/+5
|
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-251-1/+1
| | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Replace hardcoded 'Provided by' string with i18n stringKevin Decherf2017-11-191-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Handle original_url querystring in Shaarli sharing linkKevin Decherf2017-11-191-1/+1
| | | | | | | | | This feature needs at least shaarli-plugin-via 0.2 from https://github.com/Kdecherf/shaarli-plugin-via to work. Shaarli will silently ignore this parameter if this plugin is missing. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add support of originUrl field in material entry viewKevin Decherf2017-11-191-0/+8
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Entry: handle originUrl in edit form, update translationsKevin Decherf2017-11-191-0/+5
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: replace card activator with article link on card previewKevin Decherf2017-11-063-3/+13
| | | | | | Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3387 from Kdecherf/fix-assets-23Jérémy Benoist2017-11-022-4/+4
|\ | | | | Fix assets for 2.3
| * webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-242-4/+4
| | | | | | | | | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | views/config: fix overlaying drop down menuKevin Decherf2017-10-311-1/+1
|/ | | | Fixes #3393
* Empty currentTag should be nullJeremy Benoist2017-07-281-1/+1
| | | | And when a parameter is null, it won't appear in the url like `?tag=`.
* Fix translations on QR code instructionsThomas Citharel2017-06-221-1/+1
|
* Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-213-4/+15
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* add rss iconThomas Citharel2017-06-211-0/+3
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-205-10/+170
|\ | | | | Store credentials in DB
| * Get rid of masked value in listingJeremy Benoist2017-06-201-4/+0
| |
| * Fix reviewsThomas Citharel2017-06-201-1/+3
| | | | | | | | | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Add menu access to site credentials CRUDJeremy Benoist2017-06-201-0/+5
| |
| * Update route & user verificationJeremy Benoist2017-06-203-4/+4
| |