mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-08 14:37:04 +02:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user