@@ -311,91 +311,10 @@ export default function ReportsPage() {
311311 < AsideSidebar />
312312
313313 < div className = "flex-1 p-8 space-y-6" >
314- < < << << < HEAD
315- { /* Header */ }
316- < div className = "flex items-center justify-between" >
317- < h1 className = "text-page-title text-[#0A0A0A]" > Reports</ h1 >
318- < Button className = "bg-[#0A0A0A] text-white hover:bg-[#333]" >
319- Generate Report
320- </ Button >
321- </ div >
322-
323- { /* Stat Cards */ }
324- < div className = "grid grid-cols-1 md:grid-cols-3 gap-4" >
325- < Card className = "flex items-center justify-between p-6" >
326- < div >
327- < p className = "text-sm text-[#737373]" > Total Generated</ p >
328- < p className = "text-3xl font-bold text-[#0A0A0A]" > 1,284</ p >
329- </ div >
330- < FileText className = "text-[#737373]" size = { 28 } />
331- </ Card >
332- < Card className = "flex items-center justify-between p-6" >
333- < div >
334- < p className = "text-sm text-[#737373]" > Pending Reports</ p >
335- < p className = "text-3xl font-bold text-[#0A0A0A]" > 42</ p >
336- </ div >
337- < Clock className = "text-yellow-500" size = { 28 } />
338- </ Card >
339- < Card className = "flex items-center justify-between p-6" >
340- < div >
341- < p className = "text-sm text-[#737373]" > Completed Reports</ p >
342- < p className = "text-3xl font-bold text-[#0A0A0A]" > 1,242</ p >
343- </ div >
344- < CheckCircle className = "text-green-500" size = { 28 } />
345- </ Card >
346- </ div >
347-
348- { /* Filters */ }
349- < Card className = "p-4" >
350- < div className = "flex flex-wrap gap-4 items-end" >
351- < div className = "flex flex-col gap-1" >
352- < label className = "text-xs text-[#737373] font-semibold uppercase tracking-wide" >
353- Project
354- </ label >
355- < Select >
356- < SelectTrigger className = "w-[160px]" >
357- < SelectValue placeholder = "All Projects" />
358- </ SelectTrigger >
359- < SelectContent >
360- < SelectItem value = "all" > All Projects</ SelectItem >
361- < SelectItem value = "alpha" > Alpha Initiative</ SelectItem >
362- < SelectItem value = "beta" > Beta Growth Phase</ SelectItem >
363- < SelectItem value = "quantum" > Quantum Leap</ SelectItem >
364- < SelectItem value = "eco" > Eco-Sustain Project</ SelectItem >
365- </ SelectContent >
366- </ Select >
367- </ div >
368- < div className = "flex flex-col gap-1" >
369- < label className = "text-xs text-[#737373] font-semibold uppercase tracking-wide" >
370- Mentor
371- </ label >
372- < Select >
373- < SelectTrigger className = "w-[160px]" >
374- < SelectValue placeholder = "Select Mentor" />
375- </ SelectTrigger >
376- < SelectContent >
377- < SelectItem value = "aris" > Dr. Aris Thorne</ SelectItem >
378- < SelectItem value = "sarah" > Sarah Jenkins</ SelectItem >
379- < SelectItem value = "marcus" > Marcus Vane</ SelectItem >
380- < SelectItem value = "elena" > Elena Rossi</ SelectItem >
381- </ SelectContent >
382- </ Select >
383- </ div >
384- < div className = "flex flex-col gap-1" >
385- < label className = "text-xs text-[#737373] font-semibold uppercase tracking-wide" >
386- Date Range
387- </ label >
388- < input
389- type = "date"
390- className = "border border-[#E5E5E5] rounded-md px-3 py-2 text-sm text-[#0A0A0A] bg-white focus:outline-none focus:ring-2 focus:ring-[#3B82F6]"
391- />
392- </ div >
393- =======
394314 { /* Header + Stat Cards */ }
395315 < Card className = "p-6 space-y-4" >
396316 < div className = "flex items-center justify-between" >
397- < h1 className = "text-2xl font-bold text-[#0A0A0A]" > Reports</ h1 >
398- >>> >>> > origin / 86 ewz6ncb - Create - the - Report - component
317+ < h1 className = "text-page-title text-[#0A0A0A]" > Reports</ h1 >
399318 < Button
400319 className = "bg-[#0A0A0A] text-white hover:bg-[#333]"
401320 disabled = { isExporting || isLoading }
0 commit comments