session correction sidebar items 8
This commit is contained in:
parent
9462e8e499
commit
56d07084ff
@ -850,20 +850,20 @@ export default function CourrierPage() {
|
||||
// Update the email count in the header to show filtered count
|
||||
const renderEmailListHeader = () => (
|
||||
<div className="border-b border-gray-100">
|
||||
<div className="px-4 py-2">
|
||||
<div className="px-4 py-1">
|
||||
<div className="relative">
|
||||
<Search className="absolute left-2 top-2.5 h-4 w-4 text-gray-400" />
|
||||
<Search className="absolute left-2 top-2 h-4 w-4 text-gray-400" />
|
||||
<Input
|
||||
type="search"
|
||||
placeholder="Search in folder..."
|
||||
className="pl-8 h-9 bg-gray-50"
|
||||
className="pl-8 h-8 bg-gray-50"
|
||||
value={searchQuery}
|
||||
onChange={(e) => setSearchQuery(e.target.value)}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex items-center justify-between px-4 h-14">
|
||||
<div className="flex items-center gap-3">
|
||||
<div className="flex items-center justify-between px-4 h-10">
|
||||
<div className="flex items-center gap-2">
|
||||
<Checkbox
|
||||
checked={filteredEmails.length > 0 && selectedEmails.length === filteredEmails.length}
|
||||
onCheckedChange={toggleSelectAll}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user