courrier formatting
This commit is contained in:
parent
1870cc0f6e
commit
ceab45b7aa
@ -715,34 +715,7 @@ export default function CourrierPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
{selectedEmailIds.length > 0 && (
|
{/* Buttons removed from here to avoid duplication with the BulkActionsToolbar */}
|
||||||
<div className="flex items-center space-x-1">
|
|
||||||
<Button
|
|
||||||
variant="ghost"
|
|
||||||
size="icon"
|
|
||||||
className="h-8 w-8"
|
|
||||||
onClick={() => handleBulkAction('mark-read')}
|
|
||||||
>
|
|
||||||
<MessageSquare className="h-4 w-4 text-gray-500" />
|
|
||||||
</Button>
|
|
||||||
<Button
|
|
||||||
variant="ghost"
|
|
||||||
size="icon"
|
|
||||||
className="h-8 w-8"
|
|
||||||
onClick={() => handleBulkAction('delete')}
|
|
||||||
>
|
|
||||||
<Trash className="h-4 w-4 text-gray-500" />
|
|
||||||
</Button>
|
|
||||||
<Button
|
|
||||||
variant="ghost"
|
|
||||||
size="icon"
|
|
||||||
className="h-8 w-8"
|
|
||||||
onClick={() => handleBulkAction('archive')}
|
|
||||||
>
|
|
||||||
<Archive className="h-4 w-4 text-gray-500" />
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user