From 4e1204f34e98127bfe41da1f19960753d76574d6 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Thu, 20 May 2021 17:28:25 -0400 Subject: [PATCH] Remove logo spinner Removed since design wants to avoid associating slowness with the brand. Signed-off-by: Robin Townsend --- config.sample.json | 4 +--- docs/kubernetes.md | 4 +--- docs/labs.md | 4 ---- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/config.sample.json b/config.sample.json index 32bdc7e589..adf33174b2 100644 --- a/config.sample.json +++ b/config.sample.json @@ -25,9 +25,7 @@ "bug_report_endpoint_url": "https://element.io/bugreports/submit", "defaultCountryCode": "GB", "showLabsSettings": false, - "features": { - "feature_new_spinner": false - }, + "features": { }, "default_federate": true, "default_theme": "light", "roomDirectory": { diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 37f65da465..803a72e09d 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -62,9 +62,7 @@ Then you can deploy it to your cluster with something like `kubectl apply -f my- "bug_report_endpoint_url": "https://element.io/bugreports/submit", "defaultCountryCode": "GB", "showLabsSettings": false, - "features": { - "feature_new_spinner": false - }, + "features": { }, "default_federate": true, "default_theme": "light", "roomDirectory": { diff --git a/docs/labs.md b/docs/labs.md index eb2956f22e..64d57bed6a 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -19,10 +19,6 @@ Still in heavy development. Enables rendering of LaTeX maths in messages using [KaTeX](https://katex.org/). LaTeX between single dollar-signs is interpreted as inline maths and double dollar-signs as display maths (i.e. centred on its own line). -## New spinner design (`feature_new_spinner`) - -Replaces the old spinner image with a new, svg-based one featuring a sleeker design. - ## 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