f1f1efb5de
material: wrap card actions, remove class hiding of creation date
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-03-03 19:22:32 +01:00
293730656d
Add dedicated email for site config issue
...
Instead of sending an email to the devs, it now creates an issue on GitHub using a zap from zapier.
2019-01-18 11:15:23 +01:00
bb8ad42b27
Update entries.html.twig
...
Should fix https://github.com/wallabag/wallabag/issues/3832
2019-01-10 04:25:51 +01:00
d4466a37fe
Update entries.html.twig
...
Should fix https://github.com/wallabag/wallabag/issues/3832
2019-01-10 04:23:08 +01:00
72efc8ceeb
Merge pull request #3782 from wallabag/issue-3779
...
material: fix missing thumbnail on list view
2018-11-26 18:45:12 +01:00
8896f0f988
Merge pull request #3765 from burkemw3/patch-2
...
Remove preview picture from single entry view page for #1875
2018-11-26 13:51:00 +01:00
e5de9917fd
material: fix missing thumbnail on list view
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2018-11-25 15:00:08 +01:00
038fccd244
Remove preview picture from single entry view page for #1875
...
Showing the preview picture usually leads to showing a duplicate
image, and frequently leads to showing duplicate images directly
adjacent to each other.
2018-11-24 19:29:58 -05:00
2daae77094
Card no preview replaced by wallabag logo
2018-11-21 18:51:44 +01:00
a22b8043b4
Add rel=noopener to target=_blank links
...
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
2018-11-07 20:34:54 -05:00
0658ce4f11
Merge pull request #3745 from burkemw3/patch-3
...
Add placeholder image to card-based gallery entries page
2018-10-16 07:45:22 +00:00
cefbe6a87f
Add placeholder image to card-based gallery entries page for #3651
...
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.
2018-10-15 23:59:39 -04:00
fbdc665487
Merge pull request #3606 from mritzmann/master
...
add manifest.json for android pwa
2018-10-15 08:30:26 +00:00
d73bfdbddb
Show tags on non-image gallery preview card
...
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.
2018-10-11 19:47:48 -04:00
e93f37206a
wallabag logo (side-nav) replaced by an SVG one
2018-07-11 21:57:53 +02:00
4c78612eb4
wallabag logo with typo replaced by an SVG one
2018-07-11 21:51:52 +02:00
03f2cacb58
Fix authors and preview alt encoding display
2018-06-04 12:04:37 +02:00
8e5b91180e
Better encoding of the URI for the bookmarklet
2018-04-01 20:55:45 +02:00
10f31ac572
change href link for manifest.json
2018-03-19 08:32:33 +01:00
35ce4d5e5f
add manifest.json for android pwa
2018-03-18 19:58:34 +01:00
2ff26deaf8
Merge pull request #3592 from Simounet/fix/html-entities-on-default-title
...
Fix title card HTML parsing
2018-02-24 22:24:24 +01:00
4d9128ded9
Fix title card HTML parsing
2018-02-12 22:19:15 +01:00
cc09434ea4
Fix error when withRemove variable is not defined.
...
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.
2018-01-23 18:51:52 +01:00
2831e77cce
Nav close button alignment and nav boxes improved
2018-01-12 10:07:46 +01:00
f86c2b5fa6
Label replaced by a button on the nav search form
2018-01-12 10:07:46 +01:00
e9e3f93805
Label replaced by a button on the nav new entry form
2018-01-12 10:07:46 +01:00
410216f435
Merge pull request #3536 from wallabag/tag-link-3534
...
Fix broken link to remove tags from entries
2018-01-03 20:37:57 +01:00
8fa6d62197
Replaced Create new client link with a button
2017-12-28 10:21:28 +01:00
8e15ece7df
Fix broken link to remove tags from entries
...
Fixes #3534
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-27 22:53:03 +01:00
c04bde29a3
Added default value for title on entry view
2017-12-26 15:40:38 +01:00
8ffcee8aff
Updated baggy theme for the no-title fix
2017-12-26 09:07:28 +01:00
5e0c44a2ac
Using new 'entry.default_title' as translation key
2017-12-26 09:02:00 +01:00
49fb9e7cab
Card tags template shared
2017-12-26 09:02:00 +01:00
a8541089be
Useless span removed from the card's title
2017-12-26 09:00:33 +01:00
ac8489f5f7
Default card title
2017-12-26 08:55:23 +01:00
3c9548257c
Content card template shared
2017-12-26 08:55:23 +01:00
65d885da00
material: replace exit_to_app, redo and autorenew icons
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-12-16 20:07:11 +01:00
d80e9931f5
Merge pull request #3492 from bdunogier/fix-3484-disable_share_link
...
Fix 3484: hide the share toggle button if no service is enabled
2017-12-12 20:24:36 +01:00
0ef1ffbf71
Fix #3484 : hide the share toggle button if no service is enabled
2017-12-12 18:36:24 +01:00
629f913b8d
Displayed the RSS icon on homepage route
2017-12-12 15:42:49 +01:00
70d73bdd86
Fix #3448 - pubDate now conformant to Date and Time specifications defined by RFC822
2017-12-11 13:17:42 +01:00
da2a5fe222
Toggle menu anchor replaced by a button
2017-12-08 21:01:44 +01:00
93e3329c58
Fix nav title nowrap on mobile
2017-12-07 23:46:29 +01:00
3e7d86b2c5
Tags list view improved
...
No text ellipsis so we can see the whole tag, better responsiveness, bigger
touch height on links.
2017-12-08 10:18:49 +01:00
a6beec1bd2
Footer's stats displayed on mobile
2017-12-06 22:46:24 +01:00
f836b98fa6
Fix pagination on list mode
2017-12-04 22:31:30 +01:00
970e107524
Share page improved (mobile + header's padding)
2017-12-03 14:38:46 +01:00
893fd6434f
Add craue setting to enable sharing of origin url to Shaarli
...
Also fix the field name used in the query string and add it to baggy
theme
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-25 17:07:55 +01:00
ecf41ab3fa
Replace hardcoded 'Provided by' string with i18n string
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
6de4cd35b5
Add support of originUrl field in baggy entry view
2017-11-19 15:02:11 +01:00