From 3b0dbdecb4732674ec76d24d1c39b688a9b2ca57 Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Tue, 3 Dec 2024 16:43:24 +0100 Subject: [PATCH] fix(design-tenets): remove note of video below As there is no video below, remove the notice --- develop-docs/frontend/design-tenets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/frontend/design-tenets.mdx b/develop-docs/frontend/design-tenets.mdx index 7f68d0f0b064b..d36c9ecd2956a 100644 --- a/develop-docs/frontend/design-tenets.mdx +++ b/develop-docs/frontend/design-tenets.mdx @@ -58,7 +58,7 @@ Why minimize content refreshes? Spinners should be used carefully. Having multiple spinners on the page is distracting. Reserve spinners for primary content that has an unknown height. Favor the usage of sized placeholder elements where the height of content is known, or the content is secondary to the main goal of the page. Why use placeholders? -- Less layout shifts / render thrash (see video below) +- Less layout shifts / render thrash - Better perceived performance - Avoids having multiple loading spinner animations at once, which looks ugly