From 1df00fbfda974f9bda6710acff7342aadd88651e Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 25 Oct 2025 01:48:08 +0200 Subject: [PATCH] feat: show reading progress bar for all bookmark types - Remove isArticle condition from reading progress bar display - Show progress bar for videos, links, and articles - Maintain consistent visual separator for all bookmark types - Ensure reading progress tracking works across all content types --- src/components/BookmarkViews/CardView.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/components/BookmarkViews/CardView.tsx b/src/components/BookmarkViews/CardView.tsx index 7aab5263..7e5326fa 100644 --- a/src/components/BookmarkViews/CardView.tsx +++ b/src/components/BookmarkViews/CardView.tsx @@ -152,18 +152,16 @@ export const CardView: React.FC = ({ - {/* Reading progress indicator as separator - always shown for articles */} - {isArticle && ( -
-
-
- )} + {/* Reading progress indicator as separator - always shown for all bookmark types */} +
+
+