From 3bb34dae66a656793b0d4d5d34a6669bd89643c9 Mon Sep 17 00:00:00 2001 From: Anthonyushie <66975592+Anthonyushie@users.noreply.github.com> Date: Sun, 6 Apr 2025 13:19:58 +0100 Subject: [PATCH] feat: display the full content of the reply --- src/components/PostEditor/NormalPostContent.tsx | 10 ++++++++++ src/components/PostEditor/Title.tsx | 4 ---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/components/PostEditor/NormalPostContent.tsx b/src/components/PostEditor/NormalPostContent.tsx index a6081e5..b71b47c 100644 --- a/src/components/PostEditor/NormalPostContent.tsx +++ b/src/components/PostEditor/NormalPostContent.tsx @@ -14,6 +14,9 @@ import Preview from './Preview' import SendOnlyToSwitch from './SendOnlyToSwitch' import Uploader from './Uploader' import { preprocessContent } from './utils' +import Note from '@/components/Note' +import { ScrollArea } from "@/components/ui/scroll-area" + export default function NormalPostContent({ defaultContent = '', @@ -114,6 +117,13 @@ export default function NormalPostContent({ return (
+ {parentEvent && ( + +
+ +
+
+ )}
{t('Reply to')}
- -
) : ( t('New Note')