courrier formatting

This commit is contained in:
alma 2025-04-30 16:25:15 +02:00
parent 1870cc0f6e
commit ceab45b7aa

View File

@ -715,34 +715,7 @@ export default function CourrierPage() {
</div>
<div className="flex items-center">
{selectedEmailIds.length > 0 && (
<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>
)}
{/* Buttons removed from here to avoid duplication with the BulkActionsToolbar */}
</div>
</div>