Ringkasan Perubahan
File yang Dimodifikasi:
1. `service/api-admin/api-admin-investment.ts` - Tambah parameter page
untuk pagination
2. `app/(application)/admin/investment/[id]/list-of-investor.tsx` - Clean
route file
File Baru:
3. `screens/Admin/Investment/ScreenInvestmentListOfInvestor.tsx` - Screen
component dengan pagination
4. `screens/Admin/Investment/BoxInvestmentListOfInvestor.tsx` - Box
component untuk list item
### No Issue
This commit is contained in:
@@ -72,16 +72,16 @@ const adminListMenu: NavbarItem[] = [
|
||||
{ label: "Report Komentar", link: "/admin/forum/report-comment" },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Collaboration",
|
||||
icon: "people",
|
||||
links: [
|
||||
{ label: "Dashboard", link: "/admin/collaboration" },
|
||||
{ label: "Publish", link: "/admin/collaboration/publish" },
|
||||
{ label: "Group", link: "/admin/collaboration/group" },
|
||||
{ label: "Reject", link: "/admin/collaboration/reject" },
|
||||
],
|
||||
},
|
||||
// {
|
||||
// label: "Collaboration",
|
||||
// icon: "people",
|
||||
// links: [
|
||||
// { label: "Dashboard", link: "/admin/collaboration" },
|
||||
// { label: "Publish", link: "/admin/collaboration/publish" },
|
||||
// { label: "Group", link: "/admin/collaboration/group" },
|
||||
// { label: "Reject", link: "/admin/collaboration/reject" },
|
||||
// ],
|
||||
// },
|
||||
{ label: "Maps", icon: "map", link: "/admin/maps" },
|
||||
{
|
||||
label: "App Information",
|
||||
@@ -165,16 +165,16 @@ const superAdminListMenu: NavbarItem[] = [
|
||||
{ label: "Report Komentar", link: "/admin/forum/report-comment" },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Collaboration",
|
||||
icon: "people",
|
||||
links: [
|
||||
{ label: "Dashboard", link: "/admin/collaboration" },
|
||||
{ label: "Publish", link: "/admin/collaboration/publish" },
|
||||
{ label: "Group", link: "/admin/collaboration/group" },
|
||||
{ label: "Reject", link: "/admin/collaboration/reject" },
|
||||
],
|
||||
},
|
||||
// {
|
||||
// label: "Collaboration",
|
||||
// icon: "people",
|
||||
// links: [
|
||||
// { label: "Dashboard", link: "/admin/collaboration" },
|
||||
// { label: "Publish", link: "/admin/collaboration/publish" },
|
||||
// { label: "Group", link: "/admin/collaboration/group" },
|
||||
// { label: "Reject", link: "/admin/collaboration/reject" },
|
||||
// ],
|
||||
// },
|
||||
{ label: "Maps", icon: "map", link: "/admin/maps" },
|
||||
{
|
||||
label: "App Information",
|
||||
|
||||
Reference in New Issue
Block a user