mirror of
https://github.com/dergigi/boris.git
synced 2026-01-31 04:34:39 +01:00
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:
@@ -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>
|
||||
)
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user