From 13f4dde855dca254145d663b420e8b9392c10b4d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 3 Mar 2022 12:50:04 +0000 Subject: [PATCH 01/11] Checkbox sizes on mobile --- epicyon-follow.css | 20 ++++++++++---------- epicyon-links.css | 20 ++++++++++---------- epicyon-options.css | 20 ++++++++++---------- epicyon-podcast.css | 20 ++++++++++---------- epicyon-search.css | 20 ++++++++++---------- 5 files changed, 50 insertions(+), 50 deletions(-) diff --git a/epicyon-follow.css b/epicyon-follow.css index 7a13f916a..bcb4a7024 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -285,11 +285,11 @@ input[type=text] { } input[type=checkbox] { - -ms-transform: scale(4); - -moz-transform: scale(4); - -webkit-transform: scale(4); - -o-transform: scale(4); - transform: scale(4); + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); padding: 20px; margin: 30px 40px; } @@ -335,11 +335,11 @@ input[type=text] { } input[type=checkbox] { - -ms-transform: scale(4); - -moz-transform: scale(4); - -webkit-transform: scale(4); - -o-transform: scale(4); - transform: scale(4); + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); padding: 20px; margin: 30px 40px; } diff --git a/epicyon-links.css b/epicyon-links.css index b831723af..a45a1e4c6 100644 --- a/epicyon-links.css +++ b/epicyon-links.css @@ -1805,11 +1805,11 @@ aside .toggle-inside li { } input[type=checkbox] { - -ms-transform: scale(4); - -moz-transform: scale(4); - -webkit-transform: scale(4); - -o-transform: scale(4); - transform: scale(4); + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); padding: 20px; margin: 30px 40px; } @@ -2268,11 +2268,11 @@ aside .toggle-inside li { } input[type=checkbox] { - -ms-transform: scale(4); - -moz-transform: scale(4); - -webkit-transform: scale(4); - -o-transform: scale(4); - transform: scale(4); + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); padding: 20px; margin: 30px 40px; } diff --git a/epicyon-options.css b/epicyon-options.css index b7380ddd0..209d6c8cd 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -294,11 +294,11 @@ a:focus { } input[type=checkbox] { - -ms-transform: scale(4); - -moz-transform: scale(4); - -webkit-transform: scale(4); - -o-transform: scale(4); - transform: scale(4); + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); padding: 20px; margin: 30px 40px; } @@ -371,11 +371,11 @@ a:focus { } input[type=checkbox] { - -ms-transform: scale(4); - -moz-transform: scale(4); - -webkit-transform: scale(4); - -o-transform: scale(4); - transform: scale(4); + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); padding: 20px; margin: 30px 40px; } diff --git a/epicyon-podcast.css b/epicyon-podcast.css index 445ae0274..87c22d227 100644 --- a/epicyon-podcast.css +++ b/epicyon-podcast.css @@ -302,11 +302,11 @@ a:focus { } input[type=checkbox] { - -ms-transform: scale(4); - -moz-transform: scale(4); - -webkit-transform: scale(4); - -o-transform: scale(4); - transform: scale(4); + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); padding: 20px; margin: 30px 40px; } @@ -379,11 +379,11 @@ a:focus { } input[type=checkbox] { - -ms-transform: scale(4); - -moz-transform: scale(4); - -webkit-transform: scale(4); - -o-transform: scale(4); - transform: scale(4); + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); padding: 20px; margin: 30px 40px; } diff --git a/epicyon-search.css b/epicyon-search.css index c5f7976cc..8d19b2502 100644 --- a/epicyon-search.css +++ b/epicyon-search.css @@ -333,11 +333,11 @@ input[type=text] { } input[type=checkbox] { - -ms-transform: scale(4); - -moz-transform: scale(4); - -webkit-transform: scale(4); - -o-transform: scale(4); - transform: scale(4); + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); padding: 20px; margin: 30px 40px; } @@ -395,11 +395,11 @@ input[type=text] { } input[type=checkbox] { - -ms-transform: scale(4); - -moz-transform: scale(4); - -webkit-transform: scale(4); - -o-transform: scale(4); - transform: scale(4); + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); padding: 20px; margin: 30px 40px; } From 4c0927bac000525c00db077a78b3729c11c2fcd5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 3 Mar 2022 14:32:49 +0000 Subject: [PATCH 02/11] Translations for register button --- translations/ar.json | 3 ++- translations/ca.json | 3 ++- translations/cy.json | 3 ++- translations/de.json | 3 ++- translations/en.json | 3 ++- translations/es.json | 3 ++- translations/fr.json | 3 ++- translations/ga.json | 3 ++- translations/hi.json | 3 ++- translations/it.json | 3 ++- translations/ja.json | 3 ++- translations/ko.json | 3 ++- translations/ku.json | 3 ++- translations/oc.json | 3 ++- translations/pt.json | 3 ++- translations/ru.json | 3 ++- translations/sw.json | 3 ++- translations/zh.json | 3 ++- webapp_login.py | 3 ++- 19 files changed, 38 insertions(+), 19 deletions(-) diff --git a/translations/ar.json b/translations/ar.json index 0cf00963a..37d7da727 100644 --- a/translations/ar.json +++ b/translations/ar.json @@ -514,5 +514,6 @@ "Time Zone": "وحدة زمنية", "Show who liked this post": "أظهر من أحب هذا المنشور", "Show who repeated this post": "أظهر من كرر هذا المنصب", - "Repeated by": "يتكرر بواسطة" + "Repeated by": "يتكرر بواسطة", + "Register": "يسجل" } diff --git a/translations/ca.json b/translations/ca.json index 28ee0a579..3331ed2c0 100644 --- a/translations/ca.json +++ b/translations/ca.json @@ -514,5 +514,6 @@ "Time Zone": "Fus horari", "Show who liked this post": "Mostra a qui li agrada aquesta publicació", "Show who repeated this post": "Mostra qui ha repetit aquesta publicació", - "Repeated by": "Repetit per" + "Repeated by": "Repetit per", + "Register": "Registra't" } diff --git a/translations/cy.json b/translations/cy.json index 3fc651630..bc53cf557 100644 --- a/translations/cy.json +++ b/translations/cy.json @@ -514,5 +514,6 @@ "Time Zone": "Parth Amser", "Show who liked this post": "Dangoswch pwy oedd yn hoffi'r post hwn", "Show who repeated this post": "Dangoswch pwy ailadroddodd y post hwn", - "Repeated by": "Ailadrodd gan" + "Repeated by": "Ailadrodd gan", + "Register": "Cofrestrwch" } diff --git a/translations/de.json b/translations/de.json index a1c18d712..cae215688 100644 --- a/translations/de.json +++ b/translations/de.json @@ -514,5 +514,6 @@ "Time Zone": "Zeitzone", "Show who liked this post": "Zeigen, wem dieser Beitrag gefallen hat", "Show who repeated this post": "Zeigen Sie, wer diesen Beitrag wiederholt hat", - "Repeated by": "Wiederholt von" + "Repeated by": "Wiederholt von", + "Register": "Registrieren" } diff --git a/translations/en.json b/translations/en.json index 798823909..b0966cbb8 100644 --- a/translations/en.json +++ b/translations/en.json @@ -514,5 +514,6 @@ "Time Zone": "Time Zone", "Show who liked this post": "Show who liked this post", "Show who repeated this post": "Show who repeated this post", - "Repeated by": "Repeated by" + "Repeated by": "Repeated by", + "Register": "Register" } diff --git a/translations/es.json b/translations/es.json index 1a2d74369..6a4695c4d 100644 --- a/translations/es.json +++ b/translations/es.json @@ -514,5 +514,6 @@ "Time Zone": "Zona horaria", "Show who liked this post": "Mostrar a quién le gustó esta publicación", "Show who repeated this post": "Mostrar quién repitió esta publicación", - "Repeated by": "Repetido por" + "Repeated by": "Repetido por", + "Register": "Registrarse" } diff --git a/translations/fr.json b/translations/fr.json index b1e5267c3..68c8258f8 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -514,5 +514,6 @@ "Time Zone": "Fuseau horaire", "Show who liked this post": "Montrer qui a aimé ce post", "Show who repeated this post": "Montrer qui a répété ce post", - "Repeated by": "Répété par" + "Repeated by": "Répété par", + "Register": "S'inscrire" } diff --git a/translations/ga.json b/translations/ga.json index f2481b3f4..04e2ccf53 100644 --- a/translations/ga.json +++ b/translations/ga.json @@ -514,5 +514,6 @@ "Time Zone": "Crios Ama", "Show who liked this post": "Taispeáin cé a thaitin an postáil seo", "Show who repeated this post": "Taispeáin cé a rinne an postáil seo arís", - "Repeated by": "Arís agus arís eile ag" + "Repeated by": "Arís agus arís eile ag", + "Register": "Clár" } diff --git a/translations/hi.json b/translations/hi.json index 34b8a4e7f..be544e035 100644 --- a/translations/hi.json +++ b/translations/hi.json @@ -514,5 +514,6 @@ "Time Zone": "समय क्षेत्र", "Show who liked this post": "दिखाएँ कि इस पोस्ट को किसने पसंद किया", "Show who repeated this post": "दिखाएं कि इस पोस्ट को किसने दोहराया", - "Repeated by": "द्वारा दोहराया गया" + "Repeated by": "द्वारा दोहराया गया", + "Register": "रजिस्टर करें" } diff --git a/translations/it.json b/translations/it.json index 0dab816ca..1935c8d61 100644 --- a/translations/it.json +++ b/translations/it.json @@ -514,5 +514,6 @@ "Time Zone": "Fuso orario", "Show who liked this post": "Mostra a chi è piaciuto questo post", "Show who repeated this post": "Mostra chi ha ripetuto questo post", - "Repeated by": "Ripetuto da" + "Repeated by": "Ripetuto da", + "Register": "Registrati" } diff --git a/translations/ja.json b/translations/ja.json index a12e4ab57..984ba4109 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -514,5 +514,6 @@ "Time Zone": "タイムゾーン", "Show who liked this post": "この投稿を高く評価した人を表示する", "Show who repeated this post": "この投稿を繰り返した人を表示する", - "Repeated by": "によって繰り返される" + "Repeated by": "によって繰り返される", + "Register": "登録" } diff --git a/translations/ko.json b/translations/ko.json index 77d396b8b..e7d93f37e 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -514,5 +514,6 @@ "Time Zone": "시간대", "Show who liked this post": "이 게시물을 좋아한 사람 표시", "Show who repeated this post": "이 게시물을 반복한 사람 표시", - "Repeated by": "반복" + "Repeated by": "반복", + "Register": "등록하다" } diff --git a/translations/ku.json b/translations/ku.json index 0b7fa9d3d..26ed875a2 100644 --- a/translations/ku.json +++ b/translations/ku.json @@ -514,5 +514,6 @@ "Time Zone": "Qada demê", "Show who liked this post": "Nîşan bide kê ev post eciband", "Show who repeated this post": "Nîşan bide kê ev post dubare kiriye", - "Repeated by": "Ji hêla dubare kirin" + "Repeated by": "Ji hêla dubare kirin", + "Register": "Fêhrist" } diff --git a/translations/oc.json b/translations/oc.json index bc717207f..28141a22d 100644 --- a/translations/oc.json +++ b/translations/oc.json @@ -510,5 +510,6 @@ "Time Zone": "Time Zone", "Show who liked this post": "Show who liked this post", "Show who repeated this post": "Show who repeated this post", - "Repeated by": "Repeated by" + "Repeated by": "Repeated by", + "Register": "Register" } diff --git a/translations/pt.json b/translations/pt.json index 43d8080ef..ff9fe2276 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -514,5 +514,6 @@ "Time Zone": "Fuso horário", "Show who liked this post": "Mostrar quem gostou deste post", "Show who repeated this post": "Mostrar quem repetiu esta postagem", - "Repeated by": "Repetido por" + "Repeated by": "Repetido por", + "Register": "Registro" } diff --git a/translations/ru.json b/translations/ru.json index 9ce09948a..253bc985c 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -514,5 +514,6 @@ "Time Zone": "Часовой пояс", "Show who liked this post": "Показать, кому понравился этот пост", "Show who repeated this post": "Показать, кто повторил этот пост", - "Repeated by": "Повторено" + "Repeated by": "Повторено", + "Register": "регистр" } diff --git a/translations/sw.json b/translations/sw.json index 7d5069316..e0e1ea758 100644 --- a/translations/sw.json +++ b/translations/sw.json @@ -514,5 +514,6 @@ "Time Zone": "Eneo la Saa", "Show who liked this post": "Onyesha ni nani aliyependa chapisho hili", "Show who repeated this post": "Onyesha ni nani aliyerudia chapisho hili", - "Repeated by": "Imerudiwa na" + "Repeated by": "Imerudiwa na", + "Register": "Sajili" } diff --git a/translations/zh.json b/translations/zh.json index 9a64482e6..b469048bc 100644 --- a/translations/zh.json +++ b/translations/zh.json @@ -514,5 +514,6 @@ "Time Zone": "时区", "Show who liked this post": "显示谁喜欢这篇文章", "Show who repeated this post": "显示谁重复了这篇文章", - "Repeated by": "重复" + "Repeated by": "重复", + "Register": "登记" } diff --git a/webapp_login.py b/webapp_login.py index 988d47229..cf00df87f 100644 --- a/webapp_login.py +++ b/webapp_login.py @@ -131,7 +131,8 @@ def html_login(css_cache: {}, translate: {}, translate[idx] + \ '

' register_button_str = \ - '' + '' tos_str = \ '