feat: add content-management section

This commit is contained in:
sabdayagra 2024-12-30 23:00:25 +07:00
parent ea7c6e2590
commit 032b3e6471
11 changed files with 526 additions and 85 deletions

View File

@ -0,0 +1,22 @@
import LayoutProvider from "@/providers/layout.provider";
import LayoutContentProvider from "@/providers/content.provider";
import DashCodeSidebar from "@/components/partials/sidebar";
import DashCodeFooter from "@/components/partials/footer";
import ThemeCustomize from "@/components/partials/customizer";
import DashCodeHeader from "@/components/partials/header";
import { redirect } from "@/components/navigation";
import Footer from "@/components/landing-page/footer";
import Navbar from "@/components/landing-page/navbar";
const layout = async ({ children }: { children: React.ReactNode }) => {
return (
<>
<Navbar />
{children}
<Footer />
</>
);
};
export default layout;

View File

@ -0,0 +1,377 @@
"use client";
import { Link } from "@/i18n/routing";
import { getInfoProfile, getListPorvinces, getUsersTeams } from "@/service/landing/landing";
import { Icon } from "@iconify/react/dist/iconify.js";
import React, { useEffect, useState } from "react";
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel";
import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { formatDateToIndonesian } from "@/utils/globals";
import { useParams } from "next/navigation";
import { Card, CardContent } from "@/components/ui/card";
const dummyContent = [
{ title: "Operasi Zebra Nataru", thumbnail: "/assets/img-header-blog.png", createdAt: "17 Agustus 2025", timezone: "14:20 WIB", clickCount: "28" },
{ title: "Operasi Zebra Nataru", thumbnail: "/assets/hot-topik-2.jpg", createdAt: "17 Agustus 2025", timezone: "14:20 WIB", clickCount: "28" },
{ title: "Operasi Zebra Nataru", thumbnail: "/assets/hot-topik-1.jpg", createdAt: "17 Agustus 2025", timezone: "14:20 WIB", clickCount: "28" },
{ title: "Operasi Zebra Nataru", thumbnail: "/assets/hot-topik-1.jpg", createdAt: "17 Agustus 2025", timezone: "14:20 WIB", clickCount: "28" },
{ title: "Operasi Zebra Nataru", thumbnail: "/assets/hot-topik-1.jpg", createdAt: "17 Agustus 2025", timezone: "14:20 WIB", clickCount: "28" },
{ title: "Operasi Zebra Nataru", thumbnail: "/assets/hot-topik-1.jpg", createdAt: "17 Agustus 2025", timezone: "14:20 WIB", clickCount: "28" },
];
const ContentManagement = (props: { type: string }) => {
const [profile, setProfile] = useState<any>();
const [province, setProvince] = useState([]);
const [, setUser] = useState();
const [selectedTab, setSelectedTab] = useState("video");
const params = useParams();
// const currentRoute = router.pathname;
// const profilePicture = Cookies.get("profile_picture");
useEffect(() => {
async function initState() {
const response = await getInfoProfile();
setProfile(response?.data?.data);
}
async function getProvinces() {
const response = await getListPorvinces();
// console.log(response?.data.data);
setProvince(response?.data?.data);
}
// async function getDisticts() {
// const response = await getListDistricts();
// console.log(response?.data.data);
// setDistrict(response?.data.data);
// }
initState();
getProvinces(); // getDisticts();
}, []);
useEffect(() => {
async function initState() {
if (profile != undefined) {
const response = await getUsersTeams(profile?.instituteId);
// console.log(response?.data?.data);
setUser(response?.data?.data);
}
}
initState();
}, [profile]);
function addDefaultProfile(ev: any) {
ev.target.src = "/assets/avatar-profile.png";
}
const [hasMounted, setHasMounted] = useState(false);
// Hooks
useEffect(() => {
setHasMounted(true);
}, []);
// Render
if (!hasMounted) return null;
return (
<>
<div>
{/* Header */}
<div className="bg-[#504e52] p-12">
<div className="flex justify-between mx-10">
<div className="flex items-center gap-2 ">
<img src="/assets/avatar-profile.png" alt="avatar" className="w-14 h-14" />
<p className="text-white">{profile?.fullname}</p>
<p className="text-white">{profile?.username}</p>
<p className="text-white">
Aktif Sejak
{`${new Date(profile?.createdAt).getDate()}/${new Date(profile?.createdAt).getMonth() + 1}/${new Date(profile?.createdAt).getFullYear()} ${new Date(profile?.createdAt).getHours()}:${new Date(
profile?.createdAt
).getMinutes()}`}
</p>
</div>
<Link href="#" className="flex items-center text-white gap-2">
<Icon icon="tdesign:setting-1-filled" />
Pengaturan
</Link>
</div>
</div>
</div>
<div className="flex flex-col lg:flex-row">
{/* Konten Kiri */}
<div className="p-12 w-1/3">
<div className="border rounded-2xl border-black m-4">
<h1 className="text-xl p-5">Tentang Saya</h1>
<div>
<ul className="px-10 mb-4">
<li className="mb-5 font-light">
<p>Email</p>
<p>msabdayagra@gmail.com</p>
{/* <p>{profile?.email}</p> */}
</li>
<li className="mb-5 font-light">
<p>No Handphone</p>
<p>0812-7561-7204</p>
{/* <p>{profile?.phoneNumber}</p> */}
</li>
<li className="mb-5 font-light">
<p>Alamat</p>
<p>Jl. Besar Tembung no.12</p>
{/* <p>{profile?.address}</p> */}
</li>
<li className="mb-5 font-light">
<p>Kategori</p>
<p>POLRI</p>
{/* <p>{profile?.institute?.categoryRole?.name}</p> */}
</li>
<li className="mb-5 font-light">
<p>Instansi/Perusahaan</p>
<p>Div Humas Polri</p>
{/* <p>{profile?.institute?.name}</p> */}
</li>
</ul>
</div>
</div>
<div className="p-12">
<div className="mb-3">
<div className="hover:bg-slate-800 cursor-pointer rounded-lg flex justify-between">
<div className="flex items-center gap-2 text-lg">
<Icon icon="material-symbols-light:perm-media-rounded" />
<p>Galeri Div Humas</p>
</div>
<div>
<Icon icon="ri:arrow-right-s-line" fontSize={20} />
</div>
</div>
</div>
<div className="mb-3">
<div className="hover:bg-slate-800 cursor-pointer rounded-lg flex justify-between">
<div className="flex items-center gap-2 text-lg">
<Icon icon="heroicons:photo-solid" />
<p>Galeri Saya</p>
</div>
<div>
<Icon icon="ri:arrow-right-s-line" fontSize={20} />
</div>
</div>
</div>
<div className="mb-3">
<div className="hover:bg-slate-800 cursor-pointer rounded-lg flex justify-between">
<div className="flex items-center gap-2 text-lg">
<Icon icon="material-symbols-light:perm-media-rounded" />
<p>Galeri Rewrite</p>
</div>
<div>
<Icon icon="ri:arrow-right-s-line" fontSize={20} />
</div>
</div>
</div>
<div className="mb-3">
<div className="hover:bg-slate-800 cursor-pointer rounded-lg flex justify-between">
<div className="flex items-center gap-2 text-lg">
<Icon icon="mdi:users-group" />
<p>Tim Pengguna</p>
</div>
<div>
<Icon icon="ri:arrow-right-s-line" fontSize={20} />
</div>
</div>
</div>
</div>
</div>
{/* Kontent Kanan */}
<div className="w-2/3 p-12">
<div>
<h1 className="text-2xl font-semibold">Galeri Div Humas</h1>
</div>
<div className="px-4 lg:px-10 py-4">
<div className="flex flex-col p-4">
<div className="mx-auto w-full max-w-7xl justify-start flex px-5 flex-col lg:flex-row gap-5 mb-4">
<Tabs value={selectedTab} onValueChange={setSelectedTab}>
<TabsList className="grid grid-cols-2 lg:flex lg:flex-row ">
<TabsTrigger
value="video"
className="relative text-xs md:text-xl font-bold text-black dark:text-white dark:bg-transparent before:absolute before:top-full before:left-0 before:h-px before:w-full data-[state=active]:before:bg-primary"
>
Audio Visual
</TabsTrigger>
<div className="text-[#bb3523] text-lg hidden md:inline-block">|</div>
<TabsTrigger
value="audio"
className="relative text-xs md:text-xl font-bold text-black dark:text-white dark:bg-transparent before:absolute before:top-full before:left-0 before:h-px before:w-full data-[state=active]:before:bg-primary"
>
Audio
</TabsTrigger>
<div className="text-[#bb3523] text-lg hidden md:inline-block">|</div>
<TabsTrigger
value="image"
className="relative text-xs md:text-xl font-bold text-black dark:text-white dark:bg-transparent before:absolute before:top-full before:left-0 before:h-px before:w-full data-[state=active]:before:bg-primary"
>
Foto
</TabsTrigger>
<div className="text-[#bb3523] text-lg hidden md:inline-block">|</div>
<TabsTrigger
value="text"
className="relative text-xs md:text-xl font-bold text-black dark:text-white dark:bg-transparent before:absolute before:top-full before:left-0 before:h-px before:w-full data-[state=active]:before:bg-primary"
>
Teks
</TabsTrigger>
</TabsList>
</Tabs>
</div>
<div className="px-0 lg:px-10">
{selectedTab == "video" ? (
dummyContent?.length > 0 ? (
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
{dummyContent?.map((video: any) => (
<Card key={video?.id} className="hover:scale-110 transition-transform duration-300">
<CardContent className="flex flex-col text-xs lg:text-sm w-full p-0">
<Link href={`/video/detail/${video?.slug}`}>
<img src={video?.thumbnail} className="h-60 object-cover items-center justify-center cursor-pointer rounded-lg place-self-center" />
<div className="flex flex-row items-center gap-2 text-[10px] mx-2">
{formatDateToIndonesian(new Date(video?.createdAt))} {video?.timezone ? video?.timezone : "WIB"}| <Icon icon="formkit:eye" width="15" height="15" />
{video?.clickCount}{" "}
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20">
<path
fill="#f00"
d="M7.707 10.293a1 1 0 1 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L11 11.586V6h5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h5v5.586zM9 4a1 1 0 0 1 2 0v2H9z"
/>
</svg>{" "}
</div>
<div className="font-semibold pr-3 pb-3 mx-2 hover:h-auto truncate hover:whitespace-normal hover:overflow-visible w-full">{video?.title}</div>
</Link>
</CardContent>
</Card>
))}
</div>
) : (
<p className="flex items-center">
<img src="/assets/empty-data.png" alt="empty" />
</p>
)
) : selectedTab == "audio" ? (
dummyContent?.length > 0 ? (
<div className=" grid grid-cols-1 gap-6 ">
{dummyContent?.map((audio: any) => (
<Link
href={`/audio/detail/${audio?.slug}`}
key={audio?.id}
className="flex flex-col sm:flex-row items-center hover:scale-110 transition-transform duration-300 bg-white dark:bg-gray-800 cursor-pointer shadow-md rounded-lg p-4 gap-4 w-full"
>
<div className="flex items-center justify-center bg-[#bb3523] text-white rounded-lg w-16 h-16">
<svg width="32" height="34" viewBox="0 0 32 34" fill="null" xmlns="http://www.w3.org/2000/svg">
<path
d="M23.404 0.452014C23.7033 0.35857 24.0204 0.336816 24.3297 0.388509C24.639 0.440203 24.9318 0.563895 25.1845 0.749599C25.4371 0.935304 25.6426 1.17782 25.7843 1.45756C25.9259 1.73731 25.9998 2.04644 26 2.36001V14.414C25.3462 14.2296 24.6766 14.1064 24 14.046V8.36001L10 12.736V27C10 28.1264 9.6197 29.2197 8.92071 30.1029C8.22172 30.9861 7.24499 31.6075 6.14877 31.8663C5.05255 32.125 3.90107 32.0061 2.88089 31.5287C1.86071 31.0514 1.03159 30.2435 0.52787 29.2361C0.024152 28.2286 -0.124656 27.0806 0.105556 25.9781C0.335768 24.8755 0.931513 23.883 1.79627 23.1613C2.66102 22.4396 3.74413 22.031 4.87009 22.0017C5.99606 21.9724 7.09893 22.3242 8.00001 23V6.73601C7.99982 6.30956 8.13596 5.8942 8.38854 5.55059C8.64112 5.20698 8.99692 4.9531 9.40401 4.82601L23.404 0.452014ZM10 10.64L24 6.26601V2.36001L10 6.73601V10.64ZM5.00001 24C4.20436 24 3.44129 24.3161 2.87869 24.8787C2.31608 25.4413 2.00001 26.2044 2.00001 27C2.00001 27.7957 2.31608 28.5587 2.87869 29.1213C3.44129 29.6839 4.20436 30 5.00001 30C5.79566 30 6.55872 29.6839 7.12133 29.1213C7.68394 28.5587 8.00001 27.7957 8.00001 27C8.00001 26.2044 7.68394 25.4413 7.12133 24.8787C6.55872 24.3161 5.79566 24 5.00001 24ZM32 25C32 27.387 31.0518 29.6761 29.364 31.364C27.6761 33.0518 25.387 34 23 34C20.6131 34 18.3239 33.0518 16.636 31.364C14.9482 29.6761 14 27.387 14 25C14 22.6131 14.9482 20.3239 16.636 18.6361C18.3239 16.9482 20.6131 16 23 16C25.387 16 27.6761 16.9482 29.364 18.6361C31.0518 20.3239 32 22.6131 32 25ZM27.47 24.128L21.482 20.828C21.3298 20.7443 21.1583 20.7016 20.9846 20.7043C20.8108 20.707 20.6408 20.7549 20.4912 20.8433C20.3416 20.9317 20.2176 21.0576 20.1315 21.2086C20.0453 21.3595 20 21.5302 20 21.704V28.304C20 28.4778 20.0453 28.6486 20.1315 28.7995C20.2176 28.9504 20.3416 29.0763 20.4912 29.1647C20.6408 29.2531 20.8108 29.301 20.9846 29.3037C21.1583 29.3064 21.3298 29.2638 21.482 29.18L27.47 25.88C27.6268 25.7937 27.7575 25.6669 27.8486 25.5128C27.9397 25.3587 27.9877 25.183 27.9877 25.004C27.9877 24.825 27.9397 24.6493 27.8486 24.4952C27.7575 24.3412 27.6268 24.2143 27.47 24.128Z"
fill="white"
/>
</svg>
</div>
<div className="flex flex-col flex-1">
<div className="text-gray-500 dark:text-gray-400 flex flex-row text-sm">
{formatDateToIndonesian(new Date(audio?.createdAt))} {audio?.timezone ? audio?.timezone : "WIB"} | <Icon icon="formkit:eye" width="15" height="15" /> 518
</div>
<div className="font-semibold text-gray-900 dark:text-white mt-1 text-sm">{audio?.title}</div>
</div>
<div className="flex items-center justify-center gap-3">
<div className="mt-2">
<img src="/assets/wave.svg" className="w-80" />
</div>
<div className="flex flex-row items-center justify-center text-gray-500 dark:text-gray-400">
<img src="/assets/audio-icon.png" alt="#" className="flex items-center justify-center" />
<div className="flex mx-2 items-center justify-center">{audio?.duration}</div>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
<path
fill="#f00"
d="M7.707 10.293a1 1 0 1 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L11 11.586V6h5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h5v5.586zM9 4a1 1 0 0 1 2 0v2H9z"
/>
</svg>
</div>
</div>
</Link>
))}
</div>
) : (
<p className="flex items-center">
<img src="/assets/empty-data.png" alt="empty" />
</p>
)
) : selectedTab == "image" ? (
dummyContent?.length > 0 ? (
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
{dummyContent?.map((video: any) => (
<Card key={video?.id} className="hover:scale-110 transition-transform duration-300">
<CardContent className="flex flex-col text-xs lg:text-sm w-full p-0">
<Link href={`/video/detail/${video?.slug}`}>
<img src={video?.thumbnail} className="h-60 object-cover items-center justify-center cursor-pointer rounded-lg place-self-center" />
<div className="flex flex-row items-center gap-2 text-[10px] mx-2">
{formatDateToIndonesian(new Date(video?.createdAt))} {video?.timezone ? video?.timezone : "WIB"}| <Icon icon="formkit:eye" width="15" height="15" />
{video?.clickCount}{" "}
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20">
<path
fill="#f00"
d="M7.707 10.293a1 1 0 1 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L11 11.586V6h5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h5v5.586zM9 4a1 1 0 0 1 2 0v2H9z"
/>
</svg>{" "}
</div>
<div className="font-semibold pr-3 pb-3 mx-2 hover:h-auto truncate hover:whitespace-normal hover:overflow-visible w-full">{video?.title}</div>
</Link>
</CardContent>
</Card>
))}
</div>
) : (
<p className="flex items-center">
<img src="/assets/empty-data.png" alt="empty" />
</p>
)
) : dummyContent.length > 0 ? (
<div className=" grid grid-cols-1 md:grid-cols-2 gap-6">
{dummyContent?.map((document: any) => (
<Link href={`/document/detail/${document?.slug}`} key={document?.id} className="flex flex-col bg-yellow-500 sm:flex-row items-center dark:bg-gray-800 cursor-pointer shadow-md rounded-lg p-4 gap-4 w-full">
<div className="flex items-center justify-center rounded-lg w-16 h-16">
<svg width="28" height="34" viewBox="0 0 28 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M5.6665 17.4167C5.6665 17.0851 5.7982 16.7672 6.03262 16.5328C6.26704 16.2984 6.58498 16.1667 6.9165 16.1667C7.24802 16.1667 7.56597 16.2984 7.80039 16.5328C8.03481 16.7672 8.1665 17.0851 8.1665 17.4167C8.1665 17.7482 8.03481 18.0661 7.80039 18.3005C7.56597 18.535 7.24802 18.6667 6.9165 18.6667C6.58498 18.6667 6.26704 18.535 6.03262 18.3005C5.7982 18.0661 5.6665 17.7482 5.6665 17.4167ZM6.9165 21.1667C6.58498 21.1667 6.26704 21.2984 6.03262 21.5328C5.7982 21.7672 5.6665 22.0851 5.6665 22.4167C5.6665 22.7482 5.7982 23.0661 6.03262 23.3005C6.26704 23.535 6.58498 23.6667 6.9165 23.6667C7.24802 23.6667 7.56597 23.535 7.80039 23.3005C8.03481 23.0661 8.1665 22.7482 8.1665 22.4167C8.1665 22.0851 8.03481 21.7672 7.80039 21.5328C7.56597 21.2984 7.24802 21.1667 6.9165 21.1667ZM5.6665 27.4167C5.6665 27.0851 5.7982 26.7672 6.03262 26.5328C6.26704 26.2984 6.58498 26.1667 6.9165 26.1667C7.24802 26.1667 7.56597 26.2984 7.80039 26.5328C8.03481 26.7672 8.1665 27.0851 8.1665 27.4167C8.1665 27.7482 8.03481 28.0661 7.80039 28.3005C7.56597 28.535 7.24802 28.6667 6.9165 28.6667C6.58498 28.6667 6.26704 28.535 6.03262 28.3005C5.7982 28.0661 5.6665 27.7482 5.6665 27.4167ZM11.9165 16.1667C11.585 16.1667 11.267 16.2984 11.0326 16.5328C10.7982 16.7672 10.6665 17.0851 10.6665 17.4167C10.6665 17.7482 10.7982 18.0661 11.0326 18.3005C11.267 18.535 11.585 18.6667 11.9165 18.6667H21.0832C21.4147 18.6667 21.7326 18.535 21.9671 18.3005C22.2015 18.0661 22.3332 17.7482 22.3332 17.4167C22.3332 17.0851 22.2015 16.7672 21.9671 16.5328C21.7326 16.2984 21.4147 16.1667 21.0832 16.1667H11.9165ZM10.6665 22.4167C10.6665 22.0851 10.7982 21.7672 11.0326 21.5328C11.267 21.2984 11.585 21.1667 11.9165 21.1667H21.0832C21.4147 21.1667 21.7326 21.2984 21.9671 21.5328C22.2015 21.7672 22.3332 22.0851 22.3332 22.4167C22.3332 22.7482 22.2015 23.0661 21.9671 23.3005C21.7326 23.535 21.4147 23.6667 21.0832 23.6667H11.9165C11.585 23.6667 11.267 23.535 11.0326 23.3005C10.7982 23.0661 10.6665 22.7482 10.6665 22.4167ZM11.9165 26.1667C11.585 26.1667 11.267 26.2984 11.0326 26.5328C10.7982 26.7672 10.6665 27.0851 10.6665 27.4167C10.6665 27.7482 10.7982 28.0661 11.0326 28.3005C11.267 28.535 11.585 28.6667 11.9165 28.6667H21.0832C21.4147 28.6667 21.7326 28.535 21.9671 28.3005C22.2015 28.0661 22.3332 27.7482 22.3332 27.4167C22.3332 27.0851 22.2015 26.7672 21.9671 26.5328C21.7326 26.2984 21.4147 26.1667 21.0832 26.1667H11.9165ZM26.3565 11.0233L16.6415 1.31C16.6157 1.28605 16.5885 1.26378 16.5598 1.24333C16.5392 1.22742 16.5192 1.21074 16.4998 1.19333C16.3852 1.08512 16.2632 0.984882 16.1348 0.893332C16.0922 0.865802 16.0476 0.841298 16.0015 0.819999L15.9215 0.779999L15.8382 0.731666C15.7482 0.679999 15.6565 0.626665 15.5615 0.586665C15.2296 0.454104 14.8783 0.376423 14.5215 0.356665C14.4885 0.354519 14.4557 0.350625 14.4232 0.344999C14.3779 0.338012 14.3323 0.334114 14.2865 0.333332H3.99984C3.11578 0.333332 2.26794 0.684521 1.64281 1.30964C1.01769 1.93476 0.666504 2.78261 0.666504 3.66667V30.3333C0.666504 31.2174 1.01769 32.0652 1.64281 32.6904C2.26794 33.3155 3.11578 33.6667 3.99984 33.6667H23.9998C24.8839 33.6667 25.7317 33.3155 26.3569 32.6904C26.982 32.0652 27.3332 31.2174 27.3332 30.3333V13.38C27.333 12.496 26.9817 11.6483 26.3565 11.0233ZM24.8332 30.3333C24.8332 30.5543 24.7454 30.7663 24.5891 30.9226C24.4328 31.0789 24.2208 31.1667 23.9998 31.1667H3.99984C3.77882 31.1667 3.56686 31.0789 3.41058 30.9226C3.2543 30.7663 3.1665 30.5543 3.1665 30.3333V3.66667C3.1665 3.44565 3.2543 3.23369 3.41058 3.07741C3.56686 2.92113 3.77882 2.83333 3.99984 2.83333H13.9998V10.3333C13.9998 11.2174 14.351 12.0652 14.9761 12.6904C15.6013 13.3155 16.4491 13.6667 17.3332 13.6667H24.8332V30.3333ZM16.4998 4.70166L22.9632 11.1667H17.3332C17.1122 11.1667 16.9002 11.0789 16.7439 10.9226C16.5876 10.7663 16.4998 10.5543 16.4998 10.3333V4.70166Z"
fill="black"
/>
</svg>
</div>
<div className="flex flex-col flex-1 gap-2">
<div className="text-gray-500 dark:text-gray-400 flex flex-row items-center gap-2 text-xs">
{formatDateToIndonesian(new Date(document?.createdAt))} {document?.timezone ? document?.timezone : "WIB"} | <Icon icon="formkit:eye" width="15" height="15" /> 518
</div>
<div className="font-semibold text-gray-900 dark:text-white mt-1 text-sm">{document?.title}</div>
<div className="flex gap-2 items-center text-xs text-red-500 dark:text-red-500">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512">
<path fill="#f00" d="M224 30v256h-64l96 128l96-128h-64V30zM32 434v48h448v-48z" />
</svg>
Download Dokumen
</div>
</div>
</Link>
))}
</div>
) : (
<p className="flex items-center">
<img src="/assets/empty-data.png" alt="empty" />
</p>
)}
</div>
</div>
</div>
</div>
</div>
</>
);
};
export default ContentManagement;

View File

@ -0,0 +1,7 @@
import React from "react";
const MetroJaya = () => {
return <div>MetroJaya</div>;
};
export default MetroJaya;

View File

@ -2,6 +2,7 @@ import React, { useState } from "react";
import { Button } from "../ui/button"; import { Button } from "../ui/button";
import { Reveal } from "./Reveal"; import { Reveal } from "./Reveal";
import { Icon } from "@iconify/react/dist/iconify.js"; import { Icon } from "@iconify/react/dist/iconify.js";
import { Link } from "@/i18n/routing";
const Coverage: React.FC = () => { const Coverage: React.FC = () => {
const [searchTerm, setSearchTerm] = useState(""); const [searchTerm, setSearchTerm] = useState("");
@ -68,12 +69,12 @@ const Coverage: React.FC = () => {
{regions.map((region, index) => {regions.map((region, index) =>
!seeAllValue ? ( !seeAllValue ? (
index < 9 ? ( index < 9 ? (
<div key={index} className="flex flex-col items-center text-center group"> <Link href={`/polda/${region.name}`} key={index} className="flex flex-col items-center text-center group">
<div className="relative w-20 h-20 rounded-full border-2 border-[#bb3523] overflow-hidden mb-2 flex items-center justify-center"> <div className="relative w-20 h-20 rounded-full border-2 border-[#bb3523] overflow-hidden mb-2 flex items-center justify-center">
<img src={region.logo} alt={region.name} className="w-3/4 h-3/4 object-contain group-hover:scale-110 transition-transform duration-300" /> <img src={region.logo} alt={region.name} className="w-3/4 h-3/4 object-contain group-hover:scale-110 transition-transform duration-300" />
</div> </div>
<p className="text-md font-semibold">{region.name}</p> <p className="text-md font-semibold">{region.name}</p>
</div> </Link>
) : ( ) : (
"" ""
) )

View File

@ -1,12 +1,16 @@
"use client"; "use client";
import React, { useState } from "react"; import React, { useEffect, useState } from "react";
import ThemeSwitcher from "@/components/partials/header/theme-switcher"; import ThemeSwitcher from "@/components/partials/header/theme-switcher";
import { FiFile, FiImage, FiMusic, FiYoutube } from "react-icons/fi"; import { FiFile, FiImage, FiMusic, FiYoutube } from "react-icons/fi";
import { useParams, usePathname, useRouter } from "next/navigation"; import { useParams, usePathname, useRouter } from "next/navigation";
import { generateLocalizedPath } from "@/utils/globals"; import { generateLocalizedPath } from "@/utils/globals";
import { Link } from "@/i18n/routing"; import { Link } from "@/i18n/routing";
import { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, navigationMenuTriggerStyle } from "@/components/ui/navigation-menu"; import { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, navigationMenuTriggerStyle } from "@/components/ui/navigation-menu";
import { getCookiesDecrypt } from "@/lib/utils";
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger } from "@/components/ui/dropdown-menu";
import Image from "next/image";
import { Icon } from "@iconify/react/dist/iconify.js";
const Navbar = () => { const Navbar = () => {
const [menuOpen, setMenuOpen] = useState(false); const [menuOpen, setMenuOpen] = useState(false);
@ -17,11 +21,24 @@ const Navbar = () => {
const [language, setLanguage] = useState<"id" | "en">("id"); const [language, setLanguage] = useState<"id" | "en">("id");
const [isOpen, setIsOpen] = useState(false); const [isOpen, setIsOpen] = useState(false);
// const profilePicture = Cookies.get("profile_picture");
const fullName = getCookiesDecrypt("ufne");
const roleName = getCookiesDecrypt("urne");
const handleLanguageChange = (lang: "id" | "en") => { const handleLanguageChange = (lang: "id" | "en") => {
setLanguage(lang); setLanguage(lang);
setIsOpen(false); setIsOpen(false);
}; };
const [hasMounted, setHasMounted] = useState(false);
// Hooks
useEffect(() => {
setHasMounted(true);
}, []);
// Render
if (!hasMounted) return null;
return ( return (
<div className="bg-[#f7f7f7] dark:bg-black shadow-md sticky top-0 z-50"> <div className="bg-[#f7f7f7] dark:bg-black shadow-md sticky top-0 z-50">
<div className="flex items-center justify-between px-4 lg:px-20 py-4 gap-3"> <div className="flex items-center justify-between px-4 lg:px-20 py-4 gap-3">
@ -177,10 +194,48 @@ const Navbar = () => {
</span> </span>
</div> </div>
<div className="flex items-center space-x-2"> <div className="flex items-center space-x-2">
{fullName ? (
<>
<DropdownMenu>
<DropdownMenuTrigger className="flex items-center gap-1">
<img className="h-10 w-10" src="/assets/avatar-profile.png" alt="avatar-profile" />
<a className="gap-2">
<p className="text-xs font-semibold">{fullName}</p>
<p className="text-xs">{`(${roleName})`}</p>
</a>
</DropdownMenuTrigger>
<DropdownMenuContent>
<DropdownMenuItem>
<Link href="#" className="flex items-center gap-1 hover:bg-slate-600 w-full rounded-lg">
<Icon icon="iconamoon:profile-circle-fill" />
Profile
</Link>
</DropdownMenuItem>
<DropdownMenuItem>
<Link href="/content-management" className="flex items-center gap-1 hover:bg-slate-600 w-full rounded-lg">
<Icon icon="stash:save-ribbon-light" />
Kelola Konten
</Link>
</DropdownMenuItem>
<DropdownMenuItem>
<Link href="#" className="flex items-center gap-1 hover:bg-slate-600 w-full rounded-lg">
<Icon icon="iconamoon:exit-bold" />
Keluar
</Link>
</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu>
</>
) : (
<>
<Link href="/auth" className="px-4 py-1 bg-[#bb3523] text-white font-semibold rounded-md hover:bg-[#bb3523]"> <Link href="/auth" className="px-4 py-1 bg-[#bb3523] text-white font-semibold rounded-md hover:bg-[#bb3523]">
Masuk Masuk
</Link> </Link>
<button className="px-4 py-1 border border-[#bb3523] text-[#bb3523] font-semibold rounded-md hover:bg-[#bb3523] hover:text-white">Daftar</button> <Link href="#" className="px-4 py-1 border border-[#bb3523] text-[#bb3523] font-semibold rounded-md hover:bg-[#bb3523] hover:text-white">
Daftar
</Link>{" "}
</>
)}
</div> </div>
</div> </div>
</div> </div>
@ -309,12 +364,18 @@ const Navbar = () => {
<input type="text" placeholder="Pencarian" className="border rounded-full w-full text-sm text-center text-gray-600" /> <input type="text" placeholder="Pencarian" className="border rounded-full w-full text-sm text-center text-gray-600" />
</div> </div>
<div className="flex justify-center items-center mx-3 gap-5"> <div className="flex justify-center items-center mx-3 gap-5">
<Link href="/auth" className="w-full lg:w-fit px-4 py-1 bg-[#bb3523] text-white font-semibold rounded-md hover:bg-red-700 text-center"> {fullName ? (
<p>{fullName}</p>
) : (
<>
<Link href="/auth" className="px-4 py-1 bg-[#bb3523] text-white font-semibold rounded-md hover:bg-[#bb3523]">
Masuk Masuk
</Link> </Link>
<Link href="#" className="w-full lg:w-fit px-4 py-1 border border-[#bb3523] text-[#bb3523] font-semibold rounded-md hover:bg-[#bb3523] text-center hover:text-white"> <Link href="#" className="px-4 py-1 border border-[#bb3523] text-[#bb3523] font-semibold rounded-md hover:bg-[#bb3523] hover:text-white">
Daftar Daftar
</Link> </Link>{" "}
</>
)}
</div> </div>
</div> </div>
)} )}

View File

@ -97,7 +97,9 @@ const NewContent = (props: { type: string }) => {
<CarouselNext /> <CarouselNext />
</Carousel> </Carousel>
) : ( ) : (
<p>No Data</p> <p className="flex items-center">
<img src="/assets/empty-data.png" alt="empty" />
</p>
) )
) : selectedTab == "audio" ? ( ) : selectedTab == "audio" ? (
newContent?.length > 0 ? ( newContent?.length > 0 ? (
@ -131,7 +133,9 @@ const NewContent = (props: { type: string }) => {
<CarouselNext /> <CarouselNext />
</Carousel> </Carousel>
) : ( ) : (
<p>No Data</p> <p className="flex items-center">
<img src="/assets/empty-data.png" alt="empty" />
</p>
) )
) : selectedTab == "image" ? ( ) : selectedTab == "image" ? (
newContent?.length > 0 ? ( newContent?.length > 0 ? (
@ -155,7 +159,9 @@ const NewContent = (props: { type: string }) => {
<CarouselNext /> <CarouselNext />
</Carousel> </Carousel>
) : ( ) : (
<p>No Data</p> <p className="flex items-center">
<img src="/assets/empty-data.png" alt="empty" />
</p>
) )
) : newContent.length > 0 ? ( ) : newContent.length > 0 ? (
<Carousel> <Carousel>
@ -196,7 +202,9 @@ const NewContent = (props: { type: string }) => {
<CarouselNext /> <CarouselNext />
</Carousel> </Carousel>
) : ( ) : (
<p>No Data</p> <p className="flex items-center">
<img src="/assets/empty-data.png" alt="empty" />
</p>
)} )}
</div> </div>
</div> </div>

View File

@ -19,9 +19,7 @@ import { warning } from "@/lib/swal";
// Schema validasi menggunakan zod // Schema validasi menggunakan zod
const schema = z.object({ const schema = z.object({
username: z.string().min(1, { message: "Judul diperlukan" }), username: z.string().min(1, { message: "Judul diperlukan" }),
password: z password: z.string().min(4, { message: "Password must be at least 4 characters." }),
.string()
.min(4, { message: "Password must be at least 4 characters." }),
}); });
// Tipe untuk form values // Tipe untuk form values
@ -36,9 +34,7 @@ const LoginForm = () => {
const [passwordType, setPasswordType] = React.useState("password"); const [passwordType, setPasswordType] = React.useState("password");
const togglePasswordType = () => { const togglePasswordType = () => {
setPasswordType((prevType) => setPasswordType((prevType) => (prevType === "password" ? "text" : "password"));
prevType === "password" ? "text" : "password"
);
}; };
const { const {
@ -84,29 +80,18 @@ const LoginForm = () => {
const profile = await getProfile(access_token); const profile = await getProfile(access_token);
console.log("PROFILE : ", profile?.data?.data); console.log("PROFILE : ", profile?.data?.data);
if ( if (profile?.data?.data?.isInternational == true || profile?.data?.data?.isActive == false || profile?.data?.data?.isDelete == true) {
profile?.data?.data?.isInternational == true ||
profile?.data?.data?.isActive == false ||
profile?.data?.data?.isDelete == true
) {
Object.keys(Cookies.get()).forEach((cookieName) => { Object.keys(Cookies.get()).forEach((cookieName) => {
Cookies.remove(cookieName); Cookies.remove(cookieName);
}); });
warning( warning("Akun Anda tidak dapat digunakan untuk masuk ke MediaHub Polri", "/auth/login");
"Akun Anda tidak dapat digunakan untuk masuk ke MediaHub Polri",
"/auth/login"
);
} else { } else {
Cookies.set("home_path", profile.data?.data?.homePath, { Cookies.set("home_path", profile.data?.data?.homePath, {
expires: 1, expires: 1,
}); });
Cookies.set( Cookies.set("profile_picture", profile.data?.data?.profilePictureUrl, {
"profile_picture",
profile.data?.data?.profilePictureUrl,
{
expires: 1, expires: 1,
} });
);
Cookies.set("state", profile.data?.data?.userLevel?.name, { Cookies.set("state", profile.data?.data?.userLevel?.name, {
expires: 1, expires: 1,
}); });
@ -122,13 +107,9 @@ const LoginForm = () => {
setCookiesEncrypt("ulie", profile.data.data?.userLevel?.id, { setCookiesEncrypt("ulie", profile.data.data?.userLevel?.id, {
expires: 1, expires: 1,
}); });
setCookiesEncrypt( setCookiesEncrypt("ulplie", profile.data.data?.userLevel?.parentLevelId, {
"ulplie",
profile.data.data?.userLevel?.parentLevelId,
{
expires: 1, expires: 1,
} });
);
setCookiesEncrypt("ulne", profile.data.data?.userLevel?.levelNumber, { setCookiesEncrypt("ulne", profile.data.data?.userLevel?.levelNumber, {
expires: 1, expires: 1,
}); });
@ -151,10 +132,7 @@ const LoginForm = () => {
Number(profile.data.data?.roleId) == 11 || Number(profile.data.data?.roleId) == 11 ||
Number(profile.data.data?.roleId) == 12 Number(profile.data.data?.roleId) == 12
) { ) {
if ( if (profile.data.data?.userLevel?.id == 761 || profile.data.data?.userLevel?.parentLevelId == 761) {
profile.data.data?.userLevel?.id == 761 ||
profile.data.data?.userLevel?.parentLevelId == 761
) {
window.location.href = "/admin/welcome"; window.location.href = "/admin/welcome";
// router.push('/admin/dashboard'); // router.push('/admin/dashboard');
Cookies.set("status", "login", { Cookies.set("status", "login", {
@ -168,7 +146,7 @@ const LoginForm = () => {
}); });
} }
} else { } else {
// window.location.href = "/"; window.location.href = "/";
Cookies.set("status", "login", { Cookies.set("status", "login", {
expires: 1, expires: 1,
}); });
@ -199,11 +177,7 @@ const LoginForm = () => {
"border-destructive": errors.username, "border-destructive": errors.username,
})} })}
/> />
{errors.username?.message && ( {errors.username?.message && <div className="text-destructive mt-2 text-sm">{errors.username.message}</div>}
<div className="text-destructive mt-2 text-sm">
{errors.username.message}
</div>
)}
</div> </div>
<div className="mt-3.5 space-y-2"> <div className="mt-3.5 space-y-2">
@ -211,33 +185,12 @@ const LoginForm = () => {
Password Password
</Label> </Label>
<div className="relative"> <div className="relative">
<Input <Input size="lg" disabled={isPending} {...register("password")} id="password" type={passwordType} className="peer" />
size="lg" <div className="absolute top-1/2 -translate-y-1/2 ltr:right-4 rtl:left-4 cursor-pointer" onClick={togglePasswordType}>
disabled={isPending} {passwordType === "password" ? <Icon icon="heroicons:eye" className="w-5 h-5 text-default-400" /> : <Icon icon="heroicons:eye-slash" className="w-5 h-5 text-default-400" />}
{...register("password")}
id="password"
type={passwordType}
className="peer"
/>
<div
className="absolute top-1/2 -translate-y-1/2 ltr:right-4 rtl:left-4 cursor-pointer"
onClick={togglePasswordType}
>
{passwordType === "password" ? (
<Icon icon="heroicons:eye" className="w-5 h-5 text-default-400" />
) : (
<Icon
icon="heroicons:eye-slash"
className="w-5 h-5 text-default-400"
/>
)}
</div> </div>
</div> </div>
{errors.password?.message && ( {errors.password?.message && <div className="text-destructive mt-2 text-sm">{errors.password.message}</div>}
<div className="text-destructive mt-2 text-sm">
{errors.password.message}
</div>
)}
</div> </div>
<div className="flex justify-between"> <div className="flex justify-between">
@ -245,10 +198,7 @@ const LoginForm = () => {
<Checkbox id="checkbox" defaultChecked /> <Checkbox id="checkbox" defaultChecked />
<Label htmlFor="checkbox">Keep Me Signed In</Label> <Label htmlFor="checkbox">Keep Me Signed In</Label>
</div> </div>
<Link <Link href="/forgot-password" className="text-sm text-default-800 dark:text-default-400 leading-6 font-medium">
href="/forgot-password"
className="text-sm text-default-800 dark:text-default-400 leading-6 font-medium"
>
Forgot Password? Forgot Password?
</Link> </Link>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -0,0 +1,3 @@
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.5978 6.89995C17.3592 6.89981 18.0923 7.18924 18.6482 7.70956C19.2042 8.22988 19.5415 8.94214 19.5918 9.70195L19.599 9.89875V17.0987C19.5991 17.8604 19.3095 18.5936 18.7889 19.1496C18.2684 19.7056 17.5558 20.0428 16.7958 20.0927L16.599 20.0988H9.39897C8.63731 20.0989 7.90412 19.8093 7.34812 19.2887C6.79212 18.7681 6.45494 18.0556 6.40497 17.2955L6.39897 17.0987V9.89875C6.39885 9.13709 6.68845 8.4039 7.20902 7.8479C7.72959 7.29189 8.44215 6.95471 9.20217 6.90475L9.39777 6.89995H16.5978ZM12.999 9.29995C12.8585 9.2999 12.7225 9.34912 12.6147 9.43902C12.5068 9.52892 12.4338 9.65381 12.4086 9.79195L12.399 9.89995V12.9H9.39777L9.28977 12.9083C9.15143 12.9334 9.02628 13.0062 8.93616 13.1141C8.84604 13.222 8.79667 13.3582 8.79667 13.4987C8.79667 13.6393 8.84604 13.7755 8.93616 13.8834C9.02628 13.9913 9.15143 14.0641 9.28977 14.0892L9.39777 14.0987H12.3978V17.0987L12.4074 17.2067C12.4324 17.3451 12.5053 17.4702 12.6132 17.5604C12.7211 17.6505 12.8572 17.6999 12.9978 17.6999C13.1384 17.6999 13.2745 17.6505 13.3824 17.5604C13.4903 17.4702 13.5631 17.3451 13.5882 17.2067L13.5978 17.1V14.0999H16.5978L16.7058 14.0903C16.8441 14.0653 16.9693 13.9925 17.0594 13.8846C17.1495 13.7767 17.1989 13.6405 17.1989 13.4999C17.1989 13.3594 17.1495 13.2232 17.0594 13.1153C16.9693 13.0074 16.8441 12.9346 16.7058 12.9096L16.5978 12.9H13.5978V9.89995L13.5882 9.79195C13.5629 9.65381 13.49 9.52892 13.3821 9.43902C13.2742 9.34912 13.1382 9.2999 12.9978 9.29995H12.999ZM13.1934 2.93275L13.251 3.12235L13.941 5.69875H8.79897C7.88072 5.6987 6.99715 6.04954 6.32906 6.67949C5.66096 7.30944 5.25884 8.17088 5.20497 9.08755L5.19897 9.29875V15.7163C4.58599 15.703 3.99177 15.5024 3.49622 15.1413C3.00067 14.7803 2.62753 14.2762 2.42697 13.6967L2.36457 13.4928L0.500972 6.53875C0.303544 5.8031 0.393329 5.0199 0.752113 4.34802C1.1109 3.67613 1.71181 3.16588 2.43297 2.92075L2.62257 2.86435L9.57657 1.00075C10.2796 0.812284 11.0272 0.885849 11.68 1.20774C12.3329 1.52963 12.8464 2.07789 13.125 2.75035L13.1934 2.93275Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

View File

@ -63,3 +63,15 @@ export async function listDataRegional(type: string, search: string, category: s
export async function getUserLevelListByParent(id: any) { export async function getUserLevelListByParent(id: any) {
return await httpGetInterceptor(`users/user-levels/list?userLevelId=${id}`); return await httpGetInterceptor(`users/user-levels/list?userLevelId=${id}`);
} }
export async function getInfoProfile() {
return await httpGetInterceptor(`users/info`);
}
export async function getListPorvinces() {
return await httpGetInterceptor(`public/users/provinces`)
}
export async function getUsersTeams(id: any) {
return await httpGetInterceptor(`users?instituteId=${id}`)
}