From 9cb3f94e2700cfeee798f74b3b8eda672cee1fea Mon Sep 17 00:00:00 2001 From: Iron_Felix Date: Fri, 5 Dec 2025 23:53:29 +0300 Subject: [PATCH] feat: gif fot waiting --- modules/frontend/src/pages/TitlesPage/TitlesPage.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/frontend/src/pages/TitlesPage/TitlesPage.tsx b/modules/frontend/src/pages/TitlesPage/TitlesPage.tsx index 481d116..449cb70 100644 --- a/modules/frontend/src/pages/TitlesPage/TitlesPage.tsx +++ b/modules/frontend/src/pages/TitlesPage/TitlesPage.tsx @@ -127,7 +127,16 @@ const handleLoadMore = async () => { - {loading &&
Loading...
} + {loading && ( +
+ Loading... + Loading animation +
+ )} {!loading && titles.length === 0 && (
No titles found.