From ca3d8f7b153073df546af462d3b1b0bc275e66fc Mon Sep 17 00:00:00 2001 From: "Kaishan (Sam) Ding" Date: Wed, 12 Mar 2025 00:11:10 -0700 Subject: [PATCH 1/2] add filters in update --- content/components/update.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/components/update.mdx b/content/components/update.mdx index f2bad5866..132d7fe40 100644 --- a/content/components/update.mdx +++ b/content/components/update.mdx @@ -52,3 +52,8 @@ The `Update` component is used to keep track of changes and updates. Description below the label in the Changelog preview. + + + Tags for the changelog, will be show as filters in the right side panel + + From 5eb68efb76a3a8e1c3c250b8609d904783c5eb5a Mon Sep 17 00:00:00 2001 From: "Kaishan (Sam) Ding" Date: Wed, 12 Mar 2025 00:15:18 -0700 Subject: [PATCH 2/2] change type --- content/components/update.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/components/update.mdx b/content/components/update.mdx index 132d7fe40..325c41848 100644 --- a/content/components/update.mdx +++ b/content/components/update.mdx @@ -53,7 +53,7 @@ The `Update` component is used to keep track of changes and updates. Description below the label in the Changelog preview. - + Tags for the changelog, will be show as filters in the right side panel