From dafe075dc67f590d9eba7f275074f382c5eb1959 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 28 Feb 2026 11:40:50 -0500 Subject: [PATCH] Restore clean project.html from e6a6882 + add import modal properly --- portal/templates/app/project.html | 203 +++++++++++++++++------------- 1 file changed, 119 insertions(+), 84 deletions(-) diff --git a/portal/templates/app/project.html b/portal/templates/app/project.html index 43d7c25..1c116c0 100644 --- a/portal/templates/app/project.html +++ b/portal/templates/app/project.html @@ -13,13 +13,6 @@ .req-row:hover { background: rgba(255,255,255,0.03); } .section-header { cursor: pointer; user-select: none; } .section-header:hover { background: rgba(255,255,255,0.02); } - .priority-high { background: #ef444420; color: #f87171; } - .priority-medium { background: #f59e0b20; color: #fbbf24; } - .priority-low { background: #22c55e20; color: #4ade80; } - .status-open { background: #3b82f620; color: #60a5fa; } - .status-in_progress { background: #f59e0b20; color: #fbbf24; } - .status-answered { background: #22c55e20; color: #4ade80; } - .status-not_applicable { background: #6b728020; color: #9ca3af; } @@ -55,6 +48,7 @@
+
@@ -64,27 +58,32 @@

-
+ +
+ +
-
Loading requests...
+
Loading requests...
+ + + +
-