From 66c820b7591462c9ecdd966a44eae6d58aea2d3f Mon Sep 17 00:00:00 2001 From: lobehubbot Date: Tue, 26 Nov 2024 13:57:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(bot):=20Auto=20sync=20agent?= =?UTF-8?q?s=20&=20plugin=20to=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/v1.json | 7 +++++++ .../chat/(workspace)/@topic/features/SkeletonList.tsx | 3 ++- .../@topic/features/TopicListContent/ThreadItem/index.tsx | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/changelog/v1.json b/changelog/v1.json index c13e91b046a5..5ba8fe192917 100644 --- a/changelog/v1.json +++ b/changelog/v1.json @@ -1,4 +1,11 @@ [ + { + "children": { + "features": ["Forkable Chat Mode."] + }, + "date": "2024-11-26", + "version": "1.34.0" + }, { "children": { "improvements": ["Update the description translation of Gitee AI."] diff --git a/src/app/(main)/chat/(workspace)/@topic/features/SkeletonList.tsx b/src/app/(main)/chat/(workspace)/@topic/features/SkeletonList.tsx index 790e4404a5db..7ffe660136d8 100644 --- a/src/app/(main)/chat/(workspace)/@topic/features/SkeletonList.tsx +++ b/src/app/(main)/chat/(workspace)/@topic/features/SkeletonList.tsx @@ -12,7 +12,8 @@ const useStyles = createStyles(({ css, prefixCls }) => ({ justify-content: center; height: 44px; - padding: 8px 12px; + padding-block: 8px; + padding-inline: 12px; .${prefixCls}-skeleton-content { display: flex; diff --git a/src/app/(main)/chat/(workspace)/@topic/features/TopicListContent/ThreadItem/index.tsx b/src/app/(main)/chat/(workspace)/@topic/features/TopicListContent/ThreadItem/index.tsx index ec2e95385085..cfe555b1953d 100644 --- a/src/app/(main)/chat/(workspace)/@topic/features/TopicListContent/ThreadItem/index.tsx +++ b/src/app/(main)/chat/(workspace)/@topic/features/TopicListContent/ThreadItem/index.tsx @@ -19,10 +19,6 @@ const useStyles = createStyles(({ css, token, isDarkMode }, index: number) => ({ container: css` margin-inline: 8px; - &.thread-item { - width: calc(100% - 16px); - } - &::after { content: ''; @@ -36,6 +32,10 @@ const useStyles = createStyles(({ css, token, isDarkMode }, index: number) => ({ border-inline-start: 2px solid ${token.colorBorderSecondary}; border-end-start-radius: 8px; } + + &.thread-item { + width: calc(100% - 16px); + } `, split: css` border-block-end: 1px solid ${token.colorSplit};