feat: enhance various pages with improved UI elements and search functionality
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user