From 58d132139ba8d5fa17c8681a0275047ce4cca809 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 3 Dec 2025 03:51:29 +0900 Subject: feat(frontend): design update --- frontend/src/components/ArticleList.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'frontend/src/components/ArticleList.tsx') diff --git a/frontend/src/components/ArticleList.tsx b/frontend/src/components/ArticleList.tsx index 574f529..afadb25 100644 --- a/frontend/src/components/ArticleList.tsx +++ b/frontend/src/components/ArticleList.tsx @@ -30,7 +30,9 @@ export function ArticleList({ articles, isReadView }: Props) { if (visibleArticles.length === 0) { return ( -
No articles found.
+
+

No articles found.

+
); } @@ -54,14 +56,14 @@ export function ArticleList({ articles, isReadView }: Props) { ); return ( -
+
{Object.values(articlesByFeed).map(({ feed, articles: feedArticles }) => ( -
-

+
+

{feed.title} - - ({feedArticles.length} article - {feedArticles.length !== 1 ? "s" : ""}) + + {feedArticles.length} article + {feedArticles.length !== 1 ? "s" : ""}

-- cgit v1.2.3-70-g09d2