add: chat page selection and delete chat functionalities

This commit is contained in:
Mahyar Khanbolooki
2025-07-27 21:33:18 +03:30
parent 6525f99305
commit b8a8c3e487
5 changed files with 158 additions and 42 deletions
+3
View File
@@ -1,4 +1,7 @@
{
"InputSearch": {
"Placeholder": "جستجو"
},
"InputMessage": {
"AriaLabelBy": "ارسال پیام",
"Placeholder": "پیام خود را بنویسید"
+6
View File
@@ -29,5 +29,11 @@
"ButtonOk": "بله خارج می‌شوم",
"ButtonCancel": "منصرف شدم"
},
"DeleteChatModal": {
"Heading": "پاک کردن چت",
"Description": "آیا از پاک کردن {count} چت اطمینان دارید؟",
"ButtonOk": "بله پاک میکنم",
"ButtonCancel": "منصرف شدم"
},
"SearchPlaceholder": "جستجو"
}