spam list + socket events

This commit is contained in:
hamid zarghami
2025-07-19 16:36:51 +03:30
parent f8af0af065
commit 27fc6b765c
20 changed files with 777 additions and 30 deletions
+8 -1
View File
@@ -38,6 +38,13 @@ const List: FC = () => {
</div>
)
},
{
key: 'intro',
title: 'پیش نمایش',
render: (item) => (
<div className="truncate max-w-[250px]">{item.intro || 'بدون موضوع'}</div>
)
},
{
key: 'to',
title: 'گیرنده',
@@ -55,7 +62,7 @@ const List: FC = () => {
title: 'تاریخ ارسال',
align: 'center',
render: (item) => (
<span className="text-xs md:text-sm">
<span className="">
{formatDate(item.date)}
</span>
)