From c5c963200a471a809e5f8600d769d0f99cbeb8e1 Mon Sep 17 00:00:00 2001 From: drelich Date: Sat, 21 Mar 2026 21:18:05 +0100 Subject: [PATCH] refactor: remove Attach button from note editor header - Remove confusing attachment upload button from header - Simplify UI by keeping only category selector and preview toggle - Attachment functionality removed from this section --- src/components/NoteEditor.tsx | 36 ----------------------------------- 1 file changed, 36 deletions(-) diff --git a/src/components/NoteEditor.tsx b/src/components/NoteEditor.tsx index 18899c0..ebabf4b 100644 --- a/src/components/NoteEditor.tsx +++ b/src/components/NoteEditor.tsx @@ -616,42 +616,6 @@ export function NoteEditor({ note, onUpdateNote, onUnsavedChanges, categories, i - {/* Attachment Upload */} - - - {/* Preview Toggle */}