From 76dd1395d521ad5a144b4c60ba427f329a227c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Fri, 7 Aug 2026 14:32:45 +0300 Subject: [PATCH] feat: implement dark mode support for the project hero and progress section --- resources/views/projects/show.blade.php | 34 ++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/views/projects/show.blade.php b/resources/views/projects/show.blade.php index 1924307..ff66b89 100644 --- a/resources/views/projects/show.blade.php +++ b/resources/views/projects/show.blade.php @@ -332,37 +332,37 @@ @endif -
-
+
+
-
- +
+ CANLI PROJE YÖNETİM & TAKİP EKRANI
-

+

{{ $project->title }}

-

+

Bu ekran, {{ $project->client_name }} projesine ait iş takvimini, modül durumlarını ve canlı Kanban panosunu izleyebileceğiniz portal ekranıdır.

-
+
@if($project->start_date) -
- +
+ Başlangıç: {{ $project->start_date->format('d.m.Y') }}
@endif @if($project->target_date) -
- +
+ Hedef Bitiş: {{ $project->target_date->format('d.m.Y') }}
@endif @@ -370,18 +370,18 @@
-
- GENEL PROJE İLERLEMESİ +
+ GENEL PROJE İLERLEMESİ -
+
%{{ $project->progress_percent }}
-
-
+
+
- + @if($project->progress_percent >= 100) 🎉 Proje %100 Başarıyla Tamamlandı! @elseif($project->progress_percent >= 50)