From 880f2aef6b5602902287d97fdf48554921897b26 Mon Sep 17 00:00:00 2001 From: amel Date: Thu, 12 Dec 2024 11:01:08 +0800 Subject: [PATCH] upd: loading button Deskripsi: - loading button pada all portofolio - loading button pada halaman pencarian user No Issues --- .../katalog/portofolio/component/card_view_daftar.tsx | 9 +++++++-- src/app_modules/user_search/component/ui_user_search.tsx | 8 ++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/app_modules/katalog/portofolio/component/card_view_daftar.tsx b/src/app_modules/katalog/portofolio/component/card_view_daftar.tsx index 671b0ee6..4335c846 100644 --- a/src/app_modules/katalog/portofolio/component/card_view_daftar.tsx +++ b/src/app_modules/katalog/portofolio/component/card_view_daftar.tsx @@ -43,11 +43,16 @@ export function ComponentPortofolio_DaftarBoxView({ - {isLoading ? ( + {/* PAKE LOADING */} + {/* {isLoading ? ( ) : ( - )} + )} */} + + + {/* GA PAKE LOADING */} + diff --git a/src/app_modules/user_search/component/ui_user_search.tsx b/src/app_modules/user_search/component/ui_user_search.tsx index cdefcc7c..56b3c28c 100644 --- a/src/app_modules/user_search/component/ui_user_search.tsx +++ b/src/app_modules/user_search/component/ui_user_search.tsx @@ -115,11 +115,15 @@ function CardView({ data }: { data: MODEL_USER }) {
- {loading ? ( + {/* PAKE LOADING */} + {/* {loading ? ( ) : ( - )} + )} */} + + {/* GA PAKE LOADING */} +