From 3d3e4bb034168c406a3d1b64643686c878d4c67f Mon Sep 17 00:00:00 2001 From: Macwan Nevil Date: Sun, 24 Aug 2025 12:42:16 +0530 Subject: [PATCH 01/43] updated content block --- .../page/[pageId]/PageEditorV2.tsx | 66 ++++---- components/editor/BlockV2.tsx | 144 +++++++++++++----- components/editor/ContentEditableV2.tsx | 1 + components/editor/NotionEditor.tsx | 2 +- 4 files changed, 138 insertions(+), 75 deletions(-) diff --git a/app/(protected)/workspace/[workspaceId]/page/[pageId]/PageEditorV2.tsx b/app/(protected)/workspace/[workspaceId]/page/[pageId]/PageEditorV2.tsx index dc3209b..ec6d077 100644 --- a/app/(protected)/workspace/[workspaceId]/page/[pageId]/PageEditorV2.tsx +++ b/app/(protected)/workspace/[workspaceId]/page/[pageId]/PageEditorV2.tsx @@ -244,39 +244,41 @@ export default function PageEditorV2({ page, initialContent, user }: PageEditorP onUpdate={handleRefresh} /> - {/* Main Content */} -
- {/* Title */} -
-