Flag saluran bermasalah + pautan Call/WhatsApp

- Halaman baharu "Saluran Bermasalah": senarai semua saluran dalam DUN
  (dengan KTM & telefonnya), tanda/buang tanda bermasalah berserta
  catatan; admin DUN terhad ke DUN sendiri, superadmin semua DUN
- Dashboard: baris saluran bermasalah diserlahkan kuning berserta
  lencana BERMASALAH dan catatan
- No. telefon KTM kini ada butang "📞 Call" (tel:) dan "WhatsApp"
  (wa.me, dinormalkan ke format 60xxxxxxxxx) di dashboard dan halaman
  saluran bermasalah

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Saufi
2026-07-11 03:55:20 +08:00
parent 57c20353c7
commit 322687c1d1
11 changed files with 400 additions and 3 deletions

View File

@@ -192,6 +192,12 @@ table.jadual thead th {
table.jadual tbody tr:nth-child(even) { background: #f8f9fb; }
/* Saluran ditanda bermasalah: serlahkan kuning */
table.jadual tbody tr.baris-bermasalah,
table.jadual tbody tr.baris-bermasalah:nth-child(even) {
background: #fff3cd;
}
.lencana {
display: inline-block;
padding: 0.15rem 0.6rem;
@@ -358,6 +364,10 @@ table.jadual tbody tr:nth-child(even) { background: #f8f9fb; }
padding: 0.3rem 0.6rem;
background: #fff !important;
}
.jadual-responsif tbody tr.baris-bermasalah {
background: #fff3cd !important;
border-color: var(--kuning);
}
.jadual-responsif tbody td {
display: flex;
justify-content: space-between;