From a03c4d90b2c3a84ecb994417e2877a7d847b462c Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sun, 25 Nov 2018 09:43:21 +0100 Subject: Jump to 2.3.5-dev and update release process MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After the latest release, I update the documentation about it so it’s more clear --- app/config/wallabag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 6354b22f..847a8058 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -1,5 +1,5 @@ wallabag_core: - version: 2.3.4 + version: 2.3.5-dev paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English' -- cgit v1.2.3 From e5de9917fdd78d4cd3b46b376e3b2a4175efa36a Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sun, 25 Nov 2018 15:00:08 +0100 Subject: material: fix missing thumbnail on list view Signed-off-by: Kevin Decherf --- .../static/themes/material/css/cards.scss | 34 ++++++++++------------ 1 file changed, 15 insertions(+), 19 deletions(-) (limited to 'app') diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 6691adc6..9e3599d5 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -116,18 +116,6 @@ main { height: 13.5em; } - .card-image .preview, - .card-fullimage .preview { - height: 100%; - background: no-repeat 50%/cover; - background-color: #efefef; - display: block; - - &--default { - background-size: contain; - } - } - &.sw { max-width: 370px; margin-left: auto; @@ -142,6 +130,19 @@ a.original:not(.waves-effect) { display: block; } +.card .card-image .preview, +.card .card-fullimage .preview, +.card-stacked .preview { + height: 100%; + background: no-repeat 50%/cover; + background-color: #efefef; + display: block; + + &--default { + background-size: contain; + } +} + .card-entry-labels li, .card-tag-labels li { margin: 10px 10px 10px auto; @@ -210,16 +211,11 @@ a.original:not(.waves-effect) { text-align: right; } - .preview { + .card-preview { max-width: 100px; - height: auto; + max-height: 50px; margin-right: 10px; flex: 1; - - img { - max-width: 100%; - max-height: 100%; - } } div.metadata { -- cgit v1.2.3 From 13d94929ecc76e2b83c5bb48290215a35526973f Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sun, 25 Nov 2018 15:38:17 +0100 Subject: material: decrease size of tags on list view Signed-off-by: Kevin Decherf --- app/Resources/static/themes/material/css/cards.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 6691adc6..b6a73bfd 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -225,9 +225,11 @@ a.original:not(.waves-effect) { div.metadata { .chip { background-color: $blueAccentColor; - padding: 0 15px 0 10px; + padding: 0 7px; margin: auto 2px; border-radius: 6px; + line-height: 22px; + height: 22px; a, i { -- cgit v1.2.3 From a1272ab84da3ea67a3f621885e88068ac8718f47 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 14 Dec 2018 20:59:16 +0100 Subject: Prepare 2.3.5 release --- app/config/wallabag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 847a8058..1948175c 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -1,5 +1,5 @@ wallabag_core: - version: 2.3.5-dev + version: 2.3.5 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English' -- cgit v1.2.3 From 4fd5f670fe555da54c7a488b2a038a6ee36ee935 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 15 Dec 2018 08:14:47 +0100 Subject: Jump to 2.3.6-dev and update release process Fix release archive in `release.sh` and also fix a typo in the release process --- app/config/wallabag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 1948175c..d9a3d5dc 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -1,5 +1,5 @@ wallabag_core: - version: 2.3.5 + version: 2.3.6-dev paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English' -- cgit v1.2.3 From 3bed2e440ee4d548036221129c15427d055519ea Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 11 Jan 2019 14:16:41 +0100 Subject: Prepare 2.3.6 release --- app/config/wallabag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index d9a3d5dc..1b49a1eb 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -1,5 +1,5 @@ wallabag_core: - version: 2.3.6-dev + version: 2.3.6 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English' -- cgit v1.2.3 From 314f64723813c099bd330f0cbf3edc8b66363c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Fri, 11 Jan 2019 22:17:48 +0100 Subject: Jump to 2.3.7-dev --- app/config/wallabag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 1b49a1eb..09b2f3a2 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -1,5 +1,5 @@ wallabag_core: - version: 2.3.6 + version: 2.3.7-dev paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English' -- cgit v1.2.3