propmt input in mobile + print email + ltr and rtl new message + najva token

This commit is contained in:
hamid zarghami
2025-07-28 10:09:42 +03:30
parent e687f0cb5a
commit 49a4ed3ad9
19 changed files with 216 additions and 43 deletions
-2
View File
@@ -10,8 +10,6 @@ import {
export const getDrafts = async (
query: MessageListQueryDto
): Promise<InboxResponse> => {
console.log("query", query);
const isSearch =
!!query.search || !!query.datestart || query.dateend || query.from;
const url = isSearch ? "search" : "messages/drafts";