Pull Request branch dev-clone to main #1
|
|
@ -387,7 +387,7 @@ export default function AssessmentResultPage() {
|
||||||
{isSuperAdmin ? (
|
{isSuperAdmin ? (
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<button
|
<button
|
||||||
className="flex items-center text-xs text-blue-600 gap-2 mb-2"
|
className="flex items-center text-sm text-blue-600 gap-2 mb-2"
|
||||||
onClick={() => window.close()}
|
onClick={() => window.close()}
|
||||||
>
|
>
|
||||||
<TbChevronLeft size={20} className="mr-1" />
|
<TbChevronLeft size={20} className="mr-1" />
|
||||||
|
|
@ -404,10 +404,10 @@ export default function AssessmentResultPage() {
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Dropdown */}
|
{/* Dropdown */}
|
||||||
<div className="flex">
|
<div className="fixed right-9">
|
||||||
<DropdownMenu>
|
<DropdownMenu>
|
||||||
<DropdownMenuTrigger
|
<DropdownMenuTrigger
|
||||||
className="bg-blue-600 text-white flex w-44 p-2 pl-4 rounded-sm text-sm items-start justify-between"
|
className="bg-blue-600 text-white flex w-44 p-2 pl-4 rounded-sm text-sm items-start justify-between outline-none ring-offset-0"
|
||||||
onClick={handleDropdownToggle}
|
onClick={handleDropdownToggle}
|
||||||
>
|
>
|
||||||
{selectedItem}
|
{selectedItem}
|
||||||
|
|
@ -586,7 +586,7 @@ export default function AssessmentResultPage() {
|
||||||
<>
|
<>
|
||||||
<Card className="flex flex-col w-full">
|
<Card className="flex flex-col w-full">
|
||||||
<CardHeader className="items-start pb-0">
|
<CardHeader className="items-start pb-0">
|
||||||
<CardTitle className="text-lg">Diagram Lingkaran</CardTitle>
|
<CardTitle className="text-lg">Diagram Lingkaran Terverifikasi</CardTitle>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<PieChartComponent
|
<PieChartComponent
|
||||||
|
|
@ -614,7 +614,7 @@ export default function AssessmentResultPage() {
|
||||||
<>
|
<>
|
||||||
<Card className="flex flex-col w-full mb-4">
|
<Card className="flex flex-col w-full mb-4">
|
||||||
<CardHeader className="items-start pb-0">
|
<CardHeader className="items-start pb-0">
|
||||||
<CardTitle className="text-lg">Diagram Radary</CardTitle>
|
<CardTitle className="text-lg">Diagram Radar Terverifikasi</CardTitle>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<RadarChartComponent chartData={verifiedChartData} chartConfig={chartConfig} />
|
<RadarChartComponent chartData={verifiedChartData} chartConfig={chartConfig} />
|
||||||
|
|
@ -641,7 +641,7 @@ export default function AssessmentResultPage() {
|
||||||
<>
|
<>
|
||||||
<Card className="w-full">
|
<Card className="w-full">
|
||||||
<CardHeader className="items-start">
|
<CardHeader className="items-start">
|
||||||
<CardTitle className="text-lg">Diagram Batang</CardTitle>
|
<CardTitle className="text-lg">Diagram Batang Terverifikasi</CardTitle>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<BarChartComponent barChartData={sortedVerifiedBarChartData} barChartConfig={barChartConfig} />
|
<BarChartComponent barChartData={sortedVerifiedBarChartData} barChartConfig={barChartConfig} />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user