fix: replace markdown loading spinner with skeleton

Replace the small spinner used for markdown content loading with a proper
ContentSkeleton for better visual consistency and user experience.

This ensures all content loading states use skeleton loaders instead of
spinners where appropriate.
This commit is contained in:
Gigi
2025-10-25 00:47:15 +02:00
parent 23ea7f352b
commit 29c4bcb69b

View File

@@ -806,9 +806,7 @@ const ContentPanel: React.FC<ContentPanelProps> = ({
/>
) : (
<div className="reader-markdown">
<div className="loading-spinner">
<FontAwesomeIcon icon={faSpinner} spin size="sm" />
</div>
<ContentSkeleton />
</div>
)
) : (