Halaman unblock user

Add:
- app/(application)/(user)/profile/[id]/blocked-list.tsx
app/(application)/(user)/profile/[id]/detail-blocked.tsx
components/_ShareComponent/ListEmptyComponent.tsx
components/_ShareComponent/ListLoaderFooterComponent.tsx
components/_ShareComponent/ListSkeletonComponent.tsx
hooks/use-paginated-api.ts
service/api-client/api-blocked.ts

Fix:
modified:   app/(application)/(user)/profile/_layout.tsx
modified:   components/_ShareComponent/NewWrapper.tsx
modified:   components/index.ts
modified:   screens/Profile/ListPage.tsx
modified:   styles/global-styles.ts

### No Issue
This commit is contained in:
2025-11-28 13:55:48 +08:00
parent d471682ae7
commit 8a900e9469
12 changed files with 474 additions and 3 deletions

View File

@@ -62,6 +62,18 @@ export const drawerItemsProfile = ({
path: `/(application)/portofolio/${id}/create`,
value: "create-portofolio",
},
{
icon: (
<Ionicons
name="list-circle"
size={ICON_SIZE_MEDIUM}
color={AccentColor.white}
/>
),
label: "Blocked List",
path: `/(application)/profile/${id}/blocked-list`,
value: "blocked-list",
},
{
icon: (
<Ionicons
@@ -150,6 +162,18 @@ export const drawerItemsProfile = ({
label: "Tambah portofolio",
path: `/(application)/portofolio/${id}/create`,
value: "create-portofolio",
},
{
icon: (
<Ionicons
name="list-circle"
size={ICON_SIZE_MEDIUM}
color={AccentColor.white}
/>
),
label: "Blocked List",
path: `/(application)/profile/${id}/blocked-list`,
value: "blocked-list",
},
{
icon: (