From 23ea7f352ba76d401dc208d26c789e30d65c5f23 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 25 Oct 2025 00:46:27 +0200 Subject: [PATCH] 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. --- src/components/ContentPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ContentPanel.tsx b/src/components/ContentPanel.tsx index 508d03da..39210671 100644 --- a/src/components/ContentPanel.tsx +++ b/src/components/ContentPanel.tsx @@ -976,8 +976,8 @@ const ContentPanel: React.FC = ({ )} ) : ( -
-

No readable content found for this URL.

+
+
)}