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 <noreply@anthropic.com>
This commit is contained in:
Alejandro
2026-01-22 12:10:18 +01:00
committed by GitHub
parent 7b7b24d41a
commit 3ce77ef97c

View File

@@ -689,10 +689,7 @@ export function PostViewer({ windowId }: PostViewerProps = {}) {
className="gap-2 w-32"
>
{isPublishing ? (
<>
<Loader2 className="h-4 w-4 animate-spin" />
Publishing...
</>
<Loader2 className="h-4 w-4 animate-spin" />
) : (
<>
<Send className="h-4 w-4" />