From aa38e9c28e0edde7f4e13efcb5c4a10b155cc306 Mon Sep 17 00:00:00 2001 From: JDMathew Date: Thu, 23 Jan 2025 23:30:21 -0800 Subject: [PATCH 01/12] move text to static folder --- website/checklist/text.md | 2 +- website/{checklist => static/gif}/text.gif | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename website/{checklist => static/gif}/text.gif (100%) diff --git a/website/checklist/text.md b/website/checklist/text.md index a33820e6..01216491 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -2,7 +2,7 @@ displayed_sidebar: checklist --- -import Text from './text.gif'; +import Text from '../static/gif/text.gif'; # Text diff --git a/website/checklist/text.gif b/website/static/gif/text.gif similarity index 100% rename from website/checklist/text.gif rename to website/static/gif/text.gif From c21997aa8a1930112bb0d409e8b5210233061e70 Mon Sep 17 00:00:00 2001 From: JDMathew Date: Thu, 23 Jan 2025 23:35:17 -0800 Subject: [PATCH 02/12] unoptimze to fix gif issue --- website/checklist/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index 01216491..842e747b 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -8,7 +8,7 @@ import Text from '../static/gif/text.gif'; **Guideline**: [Text](/guidelines/text) - + | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ | From 2bfcdcc3bd09743fc5daa73a47bf0ff94f88cdbb Mon Sep 17 00:00:00 2001 From: JDMathew Date: Thu, 23 Jan 2025 23:45:55 -0800 Subject: [PATCH 03/12] alternative dep --- website/checklist/text.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index 842e747b..daf2a217 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -3,12 +3,13 @@ displayed_sidebar: checklist --- import Text from '../static/gif/text.gif'; +import Image from 'next/image' # Text **Guideline**: [Text](/guidelines/text) - +![dodge gif](${Text}) | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ | From ebca4160673cc184c2c29b96a0222c1133509cc3 Mon Sep 17 00:00:00 2001 From: JDMathew Date: Thu, 23 Jan 2025 23:52:20 -0800 Subject: [PATCH 04/12] updated img --- website/checklist/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index daf2a217..839798fe 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -9,7 +9,7 @@ import Image from 'next/image' **Guideline**: [Text](/guidelines/text) -![dodge gif](${Text}) +![dodge gif](../static/gif/text.gif) | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ | From d58601b6ab7e2f4bc558d325be45f969524d171c Mon Sep 17 00:00:00 2001 From: JDMathew Date: Thu, 23 Jan 2025 23:55:02 -0800 Subject: [PATCH 05/12] remove incorrect import --- website/checklist/text.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index 839798fe..21662d40 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -3,13 +3,12 @@ displayed_sidebar: checklist --- import Text from '../static/gif/text.gif'; -import Image from 'next/image' # Text **Guideline**: [Text](/guidelines/text) -![dodge gif](../static/gif/text.gif) +![dodge gif](${Text}) | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ | From 7eb2c55ad96140f86e539774cc8d29e60b32879e Mon Sep 17 00:00:00 2001 From: JDMathew Date: Thu, 23 Jan 2025 23:56:23 -0800 Subject: [PATCH 06/12] move to direct --- website/checklist/text.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index 21662d40..980202de 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -2,13 +2,11 @@ displayed_sidebar: checklist --- -import Text from '../static/gif/text.gif'; - # Text **Guideline**: [Text](/guidelines/text) -![dodge gif](${Text}) +![dodge gif](../static/gif/text.gi) | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ | From 96ed47abf751285d27b0e4f8d605c80a7f91249c Mon Sep 17 00:00:00 2001 From: JDMathew Date: Thu, 23 Jan 2025 23:58:54 -0800 Subject: [PATCH 07/12] fix file ex --- website/checklist/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index 980202de..1e489abc 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -6,7 +6,7 @@ displayed_sidebar: checklist **Guideline**: [Text](/guidelines/text) -![dodge gif](../static/gif/text.gi) +![dodge gif](../static/gif/text.gif) | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ | From 5e96ad8f7568897ed2b7fcac8bc48d9625022796 Mon Sep 17 00:00:00 2001 From: JDMathew Date: Fri, 24 Jan 2025 00:04:22 -0800 Subject: [PATCH 08/12] alternative src --- website/checklist/text.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index 1e489abc..8fd30f8a 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -2,11 +2,13 @@ displayed_sidebar: checklist --- +import Text from '../static/gif/text.gif'; + # Text **Guideline**: [Text](/guidelines/text) -![dodge gif](../static/gif/text.gif) +![dodge gif](https://user-images.githubusercontent.com/53836911/97882115-37263100-1d49-11eb-86d2-e2d10837da63.gif) | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ | From 2a244193566da41659bd3e3bb92d3d15072e67d9 Mon Sep 17 00:00:00 2001 From: JDMathew Date: Fri, 24 Jan 2025 00:14:27 -0800 Subject: [PATCH 09/12] try require --- website/checklist/text.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index 8fd30f8a..3b350b0d 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -2,13 +2,11 @@ displayed_sidebar: checklist --- -import Text from '../static/gif/text.gif'; - # Text **Guideline**: [Text](/guidelines/text) -![dodge gif](https://user-images.githubusercontent.com/53836911/97882115-37263100-1d49-11eb-86d2-e2d10837da63.gif) + | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ | From abf36aa8ca0f48df7b005144288ca12de88eaf01 Mon Sep 17 00:00:00 2001 From: JDMathew Date: Fri, 24 Jan 2025 00:21:24 -0800 Subject: [PATCH 10/12] update --- website/checklist/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index 3b350b0d..eec2635e 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -6,7 +6,7 @@ displayed_sidebar: checklist **Guideline**: [Text](/guidelines/text) - + | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ | From d3d207133f529b966914061302b25ec1e9f783d5 Mon Sep 17 00:00:00 2001 From: JDMathew Date: Fri, 24 Jan 2025 00:27:44 -0800 Subject: [PATCH 11/12] add default --- website/checklist/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index eec2635e..e046eb26 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -6,7 +6,7 @@ displayed_sidebar: checklist **Guideline**: [Text](/guidelines/text) - + | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ | From a135bcc01dbf5d421fa4e9d8775a04822b6405bb Mon Sep 17 00:00:00 2001 From: JDMathew Date: Fri, 24 Jan 2025 00:32:31 -0800 Subject: [PATCH 12/12] update --- website/checklist/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/checklist/text.md b/website/checklist/text.md index e046eb26..b0be7b11 100644 --- a/website/checklist/text.md +++ b/website/checklist/text.md @@ -6,7 +6,7 @@ displayed_sidebar: checklist **Guideline**: [Text](/guidelines/text) - + | Accessibility Setting | I see | | --------------------- | ------------------------------------------------------------------ |