From 772df0698c102885190f1451c5bb10532e453724 Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Tue, 2 Jun 2026 16:15:01 +0330 Subject: [PATCH] feat: health request detail modal + view button always visible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Every row now has a 'مشاهده' button regardless of handled status - Opens a modal with: name, phone, email, category, date, status, and full message text (no truncation) - Modal includes 'علامت‌گذاری' button if request is still pending - Message column in table kept short (truncated) as a preview only Co-Authored-By: Claude Sonnet 4.5 --- DrSousan.Api/wwwroot/admin/index.html | 51 +++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 6 deletions(-) diff --git a/DrSousan.Api/wwwroot/admin/index.html b/DrSousan.Api/wwwroot/admin/index.html index 338deeb..550edb9 100644 --- a/DrSousan.Api/wwwroot/admin/index.html +++ b/DrSousan.Api/wwwroot/admin/index.html @@ -777,6 +777,17 @@ tr:hover td{background:#FAFBFC} + + +