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
+1 -1
View File
@@ -56,7 +56,7 @@ export default function DataTable<T extends object>({
{(onSearchChange !== undefined || headerExtra) && (
<div className="flex items-center justify-between gap-3 mb-4 flex-wrap">
{onSearchChange !== undefined && (
<div className="relative w-72 max-w-full">
<div className="relative w-full sm:w-72">
<MagnifyingGlassIcon className="absolute right-3 top-1/2 -translate-y-1/2 w-4 h-4 text-slate-400 dark:text-slate-500 pointer-events-none" />
<input
type="text"