From 8be224125921fd866b9ec3f8f51f4f3c60c7cdbd Mon Sep 17 00:00:00 2001 From: Joel Keyser Date: Wed, 18 Dec 2024 14:36:55 -0600 Subject: [PATCH 1/2] fix: roles-to-fill wasn't included in sitemap forgot to add it, woops. think I was using `npm run dev` to test, but needed to use `npm run build` to trigger the sitemap update. --- docs-site/public/sitemap.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-site/public/sitemap.xml b/docs-site/public/sitemap.xml index 7c421b6c..399730c4 100644 --- a/docs-site/public/sitemap.xml +++ b/docs-site/public/sitemap.xml @@ -14,4 +14,5 @@ https://ameliorate.app/docs/getting-started/diagramming-basicsdaily0.5 https://ameliorate.app/docs/getting-started/your-first-topicdaily0.5 https://ameliorate.app/docs/release-statusdaily0.5 +https://ameliorate.app/docs/roles-to-filldaily0.5 \ No newline at end of file From 0f56507b8150b25901f8e7562f45f9391964d9c3 Mon Sep 17 00:00:00 2001 From: Joel Keyser Date: Wed, 18 Dec 2024 14:41:45 -0600 Subject: [PATCH 2/2] fix: long topic title cut off in topic details --- src/web/topic/components/TopicPane/TopicDetails.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/web/topic/components/TopicPane/TopicDetails.tsx b/src/web/topic/components/TopicPane/TopicDetails.tsx index 54374213..b8da3eb0 100644 --- a/src/web/topic/components/TopicPane/TopicDetails.tsx +++ b/src/web/topic/components/TopicPane/TopicDetails.tsx @@ -142,7 +142,8 @@ export const TopicDetails = ({ selectedTab, setSelectedTab }: Props) => { return ( -
+ {/* whitespace-normal to wrap long topic titles */} +
{isPlaygroundTopic ? ( "Playground Topic" ) : (