From f557d4b91c6a83d633c6644798a513cfd03bd6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Wed, 1 Jul 2026 23:34:42 +0300 Subject: [PATCH] feat: replace eager in-memory GitHub commit fetching with on-demand retrieval and add a fallback UI for missing commits. --- .../front/career/intern_dashboard.blade.php | 272 +++++++++++++----- 1 file changed, 207 insertions(+), 65 deletions(-) diff --git a/resources/views/front/career/intern_dashboard.blade.php b/resources/views/front/career/intern_dashboard.blade.php index ea642a1..59dd879 100644 --- a/resources/views/front/career/intern_dashboard.blade.php +++ b/resources/views/front/career/intern_dashboard.blade.php @@ -733,6 +733,19 @@ + +