mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 06:34:24 +01:00
fix: replace 'No readable content found' with skeleton loader
Replace the confusing 'No readable content found for this URL' message that appears during loading states with a skeleton loader for better UX. This prevents users from seeing error messages while content is still loading.
This commit is contained in:
@@ -976,8 +976,8 @@ const ContentPanel: React.FC<ContentPanelProps> = ({
|
||||
)}
|
||||
</>
|
||||
) : (
|
||||
<div className="reader empty">
|
||||
<p>No readable content found for this URL.</p>
|
||||
<div className="reader" aria-busy="true">
|
||||
<ContentSkeleton />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user