From fa7883d3859ee6773f06b2bbc9c862e642fd97a0 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 16 Oct 2020 18:42:01 +0100 Subject: [PATCH 01/34] fixed mashu colors --- public/themes/mashu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/mashu.css b/public/themes/mashu.css index 3d0720504..aa715c940 100644 --- a/public/themes/mashu.css +++ b/public/themes/mashu.css @@ -3,7 +3,7 @@ --main-color: #76689a; --caret-color: #76689a; --sub-color: #d8a0a6; - --text-color: #d8a0a6; + --text-color: #f1e2e4; --error-color: #d8a0a6; --error-extra-color: #e9e0d2; --colorful-error-color: #e9e0d2; From 8b2b0b25253d75636f7b2f995ebc08ee9a264916 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 16 Oct 2020 18:42:13 +0100 Subject: [PATCH 02/34] setting up ads for the future option of enabling ads if the user wants to --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index 67f7f1485..ca43c623e 100644 --- a/public/index.html +++ b/public/index.html @@ -34,6 +34,7 @@ + From 84e87b384290e22184fc630eb3bb35cd1e165b61 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 16 Oct 2020 18:53:13 +0100 Subject: [PATCH 03/34] added a message to returning chrome users --- public/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/index.html b/public/index.html index ca43c623e..6bb3d4e0e 100644 --- a/public/index.html +++ b/public/index.html @@ -2674,6 +2674,15 @@ Sign In +
Returning Chrome Users
Please read me
From ef3ce1edd0e2fb76d07bbc96c67cda8516480ce4 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 16 Oct 2020 19:21:45 +0100 Subject: [PATCH 04/34] changed text color of solarized light --- public/themes/solarized_light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/solarized_light.css b/public/themes/solarized_light.css index 4f2a5a851..cae62cfb9 100644 --- a/public/themes/solarized_light.css +++ b/public/themes/solarized_light.css @@ -3,7 +3,7 @@ --main-color: #859900; --caret-color: #dc322f; --sub-color: #2aa198; - --text-color: #268bd2; + --text-color: #181819; --error-color: #d33682; --error-extra-color: #9b225c; --colorful-error-color: #d33682; From 2c40487a470f3e57504fce9026e2b902bc11f561 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 16 Oct 2020 19:32:22 +0100 Subject: [PATCH 05/34] added all quote length to command line --- public/js/commandline.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/js/commandline.js b/public/js/commandline.js index 3f1f9ed31..5c567e34c 100644 --- a/public/js/commandline.js +++ b/public/js/commandline.js @@ -1042,6 +1042,14 @@ let commandsWordCount = { let commandsQuoteLengthConfig = { title: "Change quote length...", list: [ + { + id: "changeQuoteLengthAll", + display: "all", + exec: () => { + changeQuoteLength(-1); + restartTest(); + }, + }, { id: "changeQuoteLengthShort", display: "short", From 2537262dad7838110456325430bec91b6dfd78c2 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 16 Oct 2020 20:24:30 +0100 Subject: [PATCH 06/34] hiding elements at the start --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 6bb3d4e0e..9a7f4e25a 100644 --- a/public/index.html +++ b/public/index.html @@ -937,7 +937,7 @@
60
-
+ @@ -1147,7 +1147,7 @@
-
+