From 4eb5de90a1c5e3f1de20c28978f4f81d423b58f4 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Thu, 16 Apr 2020 11:23:17 +0100 Subject: [PATCH 1/5] Add font scaling labs setting. --- config.sample.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.sample.json b/config.sample.json index b8dc2fbb4c..259d404020 100644 --- a/config.sample.json +++ b/config.sample.json @@ -26,6 +26,7 @@ "defaultCountryCode": "GB", "showLabsSettings": false, "features": { + "feature_font_scaling": labs, "feature_pinning": "labs", "feature_custom_status": "labs", "feature_custom_tags": "labs", From 201053963daf092ec643302e051187174fa92b7a Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Tue, 21 Apr 2020 10:01:45 +0100 Subject: [PATCH 2/5] Strings should be explicit Co-Authored-By: Travis Ralston --- config.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 259d404020..e351648aba 100644 --- a/config.sample.json +++ b/config.sample.json @@ -26,7 +26,7 @@ "defaultCountryCode": "GB", "showLabsSettings": false, "features": { - "feature_font_scaling": labs, + "feature_font_scaling": "labs", "feature_pinning": "labs", "feature_custom_status": "labs", "feature_custom_tags": "labs", From abcf0b73c0ac63adf5a685a94ed8ab231093d2b1 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Tue, 21 Apr 2020 10:05:05 +0100 Subject: [PATCH 3/5] Docs on font-scaling --- docs/labs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index f7c0822a42..851325e2aa 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -6,6 +6,11 @@ Some notes on the features you can enable by going to `Settings->Labs`. Not exha **Be warned! Labs features are not finalised, they may be fragile, they may change, they may be dropped. Ask in the room if you are unclear about any details here.** +## Font scaling (`feature_font_scaling`) + +Enables font scaling options for accessibility and breaks out all appearance +related settings into their own tab. + ## Message pinning (`feature_pinning`) Allows you to pin messages in the room. To pin a message, use the 3 dots to the right of the message From 7d74e789ca38b1e2a9e94063f49e1ccd328d8ac1 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Tue, 21 Apr 2020 15:18:22 +0100 Subject: [PATCH 4/5] Fix slight innacuracy. --- docs/labs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 851325e2aa..460685acbd 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -8,8 +8,8 @@ dropped. Ask in the room if you are unclear about any details here.** ## Font scaling (`feature_font_scaling`) -Enables font scaling options for accessibility and breaks out all appearance -related settings into their own tab. +Enables font scaling options for accessibility. To alter the scale check the +appearance tab in settings. ## Message pinning (`feature_pinning`) From 04e4c7804d2dacfcba36f21cd934cf40536326b7 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Wed, 22 Apr 2020 09:53:13 +0100 Subject: [PATCH 5/5] Add scaling to develop config. --- riot.im/develop/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index cf193a6cfb..bdc688a3e6 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -13,6 +13,7 @@ "hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web", "bug_report_endpoint_url": "https://riot.im/bugreports/submit", "features": { + "feature_font_scaling": "labs", "feature_pinning": "labs", "feature_custom_status": "labs", "feature_custom_tags": "labs",