mail page custum 8
This commit is contained in:
parent
4c8dcbfd8d
commit
b19cf89ce1
@ -6,7 +6,7 @@ import { Button } from "@/components/ui/button";
|
|||||||
import { Input } from "@/components/ui/input";
|
import { Input } from "@/components/ui/input";
|
||||||
import { Textarea } from "@/components/ui/textarea";
|
import { Textarea } from "@/components/ui/textarea";
|
||||||
import { Avatar, AvatarFallback } from "@/components/ui/avatar";
|
import { Avatar, AvatarFallback } from "@/components/ui/avatar";
|
||||||
import { MoreVertical, Settings, Plus as PlusIcon, Trash2, Edit, Mail, Inbox, Send, Star, Trash, Plus, ChevronLeft, ChevronRight, Search, ChevronDown, Folder, ChevronUp, Reply, Forward, ReplyAll, MoreHorizontal, FolderOpen } from 'lucide-react';
|
import { MoreVertical, Settings, Plus as PlusIcon, Trash2, Edit, Mail, Inbox, Send, Star, Trash, Plus, ChevronLeft, ChevronRight, Search, ChevronDown, Folder, ChevronUp, Reply, Forward, ReplyAll, MoreHorizontal, FolderOpen, X } from 'lucide-react';
|
||||||
|
|
||||||
interface Account {
|
interface Account {
|
||||||
id: number;
|
id: number;
|
||||||
@ -443,25 +443,25 @@ export default function MailPage() {
|
|||||||
<div className="p-4 border-b border-gray-100 flex items-center justify-between">
|
<div className="p-4 border-b border-gray-100 flex items-center justify-between">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
className="text-blue-600 border-blue-200 hover:bg-blue-50 hover:text-blue-700"
|
className="text-gray-700 hover:bg-gray-100 hover:text-gray-900"
|
||||||
>
|
>
|
||||||
<Reply className="h-4 w-4 mr-2" />
|
<Reply className="h-4 w-4 mr-2" />
|
||||||
Reply
|
Reply
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
className="text-blue-600 border-blue-200 hover:bg-blue-50 hover:text-blue-700"
|
className="text-gray-700 hover:bg-gray-100 hover:text-gray-900"
|
||||||
>
|
>
|
||||||
<ReplyAll className="h-4 w-4 mr-2" />
|
<ReplyAll className="h-4 w-4 mr-2" />
|
||||||
Reply all
|
Reply all
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
className="text-blue-600 border-blue-200 hover:bg-blue-50 hover:text-blue-700"
|
className="text-gray-700 hover:bg-gray-100 hover:text-gray-900"
|
||||||
>
|
>
|
||||||
<Forward className="h-4 w-4 mr-2" />
|
<Forward className="h-4 w-4 mr-2" />
|
||||||
Forward
|
Forward
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user