From 435b5cd3a999a602683d17a2aca07a049d090043 Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Wed, 8 Oct 2025 11:13:37 +0700 Subject: [PATCH 1/2] style: add menu data pendamping rw --- Controllers/DataPendampingRwController.cs | 14 + Views/DataPendampingRw/Index.cshtml | 375 ++++++++++++++++++++++ Views/Shared/_Sidebar.cshtml | 2 +- 3 files changed, 390 insertions(+), 1 deletion(-) create mode 100644 Controllers/DataPendampingRwController.cs create mode 100644 Views/DataPendampingRw/Index.cshtml diff --git a/Controllers/DataPendampingRwController.cs b/Controllers/DataPendampingRwController.cs new file mode 100644 index 0000000..b571f0b --- /dev/null +++ b/Controllers/DataPendampingRwController.cs @@ -0,0 +1,14 @@ +using Microsoft.AspNetCore.Mvc; + +namespace MyApp.Namespace +{ + public class DataPendampingRwController : Controller + { + // GET: DataPendampingRwController + public ActionResult Index() + { + return View(); + } + + } +} diff --git a/Views/DataPendampingRw/Index.cshtml b/Views/DataPendampingRw/Index.cshtml new file mode 100644 index 0000000..f191f8f --- /dev/null +++ b/Views/DataPendampingRw/Index.cshtml @@ -0,0 +1,375 @@ +@{ + Layout = "_LayoutApp"; + ViewData["Title"] = "Data Pendamping RW"; + ViewData["DataPendampingRwActive"] = "menu-active"; +} + + + + +
+
+

Data Pendamping RW

+
+ +
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NoNamaChecklistBerat SampahFotoRumah Aktif MemilahStatus
1Risky Adi Putra +
+ 10 +
+
+
+ 10 +
+
+ + 10 + +
+ 0 +
+
+
+ Sangat Baik +
+
2Sulaiman +
+ 11 +
+
+
+ 11 +
+
+ + 889 + +
+ 11 +
+
+
+ Baik +
+
3Siti Nurzaliha +
+ 12 +
+
+
+ 10 +
+
+ + 22 + +
+ 0 +
+
+
+ Baik +
+
4Budi Santoso +
+ 18 +
+
+
+ 1 +
+
+ + 889 + +
+ 11 +
+
+
+ Baik +
+
5Dewi Lestari +
+ 1 +
+
+
+ 10 +
+
+ + 22 + +
+ 10 +
+
+
+ Baik +
+
6Andi Prabowo +
+ 17 +
+
+
+ 11 +
+
+ + 889 + +
+ 11 +
+
+
+ Sangat Baik +
+
7Nina Sari +
+ 15 +
+
+
+ 10 +
+
+ + 22 + +
+ 10 +
+
+
+ Sangat Baik +
+
8Hendra Wijaya +
+ 1 +
+
+
+ 11 +
+
+ + 889 + +
+ 11 +
+
+
+ Sangat Baik +
+
9Lina Marlina +
+ 12 +
+
+
+ 10 +
+
+ + 22 + +
+ 10 +
+
+
+ Sangat Baik +
+
10Yudi Hartono +
+ 16 +
+
+
+ 11 +
+
+ + 889 + +
+ 11 +
+
+
+ Sangat Baik +
+
+
+
+ +
+ + +
Tab content 2
+ + +
Tab content 3
+
\ No newline at end of file diff --git a/Views/Shared/_Sidebar.cshtml b/Views/Shared/_Sidebar.cshtml index 222c29f..11060dd 100644 --- a/Views/Shared/_Sidebar.cshtml +++ b/Views/Shared/_Sidebar.cshtml @@ -94,7 +94,7 @@
  • - + list Data Pendamping RW From e4ea50402a5e3565268434c6991fb7aed77f9aec Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Wed, 8 Oct 2025 11:15:11 +0700 Subject: [PATCH 2/2] style: apply global text-nowrap on class badge --- wwwroot/css/input.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wwwroot/css/input.css b/wwwroot/css/input.css index 954f130..390ab5d 100644 --- a/wwwroot/css/input.css +++ b/wwwroot/css/input.css @@ -145,4 +145,8 @@ @utility icon-fill { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; +} + +.badge { + @apply text-nowrap; } \ No newline at end of file