feat: enhance various pages with improved UI elements and search functionality

This commit is contained in:
hamed
2026-06-10 13:20:21 +03:30
parent 06ab875693
commit 4b8504df91
8 changed files with 86 additions and 34 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ export default function AppointmentsPage() {
render: (a) => (
<div>
<p className="font-medium text-slate-800 dark:text-slate-100">{a.patient_name || '—'}</p>
<p className="text-xs text-gray-400 dir-ltr">{maskMobile(a.patient_mobile)}</p>
<p className="text-xs text-gray-400" dir="ltr">{maskMobile(a.patient_mobile)}</p>
</div>
),
},
@@ -88,7 +88,7 @@ export default function AppointmentsPage() {
/>
<div className="cp-card p-6">
<div className="flex items-center gap-3 mb-4 flex-wrap">
<div className="flex items-center gap-3 mb-4 overflow-x-auto pb-1 flex-nowrap sm:flex-wrap">
{STATUS_FILTERS.map((f) => (
<button
key={f.value}