From 3ce77ef97c4d59c396116dd3fea16a9872263a00 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Thu, 22 Jan 2026 12:10:18 +0100 Subject: [PATCH] Remove "Publishing..." text from POST view (#195) Removed the "Publishing..." text from the Publish button during posting, keeping only the loading spinner icon for a cleaner UI. Co-authored-by: Claude --- src/components/PostViewer.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/PostViewer.tsx b/src/components/PostViewer.tsx index 149787e..baf8988 100644 --- a/src/components/PostViewer.tsx +++ b/src/components/PostViewer.tsx @@ -689,10 +689,7 @@ export function PostViewer({ windowId }: PostViewerProps = {}) { className="gap-2 w-32" > {isPublishing ? ( - <> - - Publishing... - + ) : ( <>