From 4611c8d63b15baad3c8079ba34407d921d848ebc Mon Sep 17 00:00:00 2001 From: Amirhossein Khalili Date: Fri, 12 Jun 2026 15:09:16 +0330 Subject: [PATCH] fix(admin): align RTL management actions --- src/views/AdminBlog.tsx | 16 ++++++++-------- src/views/AdminBlogAssets.tsx | 2 +- src/views/AdminEvents.tsx | 2 +- src/views/AdminUsers.tsx | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/AdminBlog.tsx b/src/views/AdminBlog.tsx index 56af59a..699d8d7 100644 --- a/src/views/AdminBlog.tsx +++ b/src/views/AdminBlog.tsx @@ -91,7 +91,7 @@ export default function AdminBlog() { }; return ( -
+
- کل: {posts.length} - بررسی: {stats.submitted ?? 0} - منتشر: {stats.published ?? 0} - اصلاح: {stats.changes_requested ?? 0} + کل: {posts.length} + بررسی: {stats.submitted ?? 0} + منتشر: {stats.published ?? 0} + اصلاح: {stats.changes_requested ?? 0}
@@ -146,14 +146,14 @@ export default function AdminBlog() {
{post.status === "draft" || post.status === "changes_requested" ? ( ) : null} {canReview && post.status === "submitted" ? ( diff --git a/src/views/AdminBlogAssets.tsx b/src/views/AdminBlogAssets.tsx index 22cd39a..099a73f 100644 --- a/src/views/AdminBlogAssets.tsx +++ b/src/views/AdminBlogAssets.tsx @@ -110,7 +110,7 @@ export default function AdminBlogAssets({ postId }: Props) { } return ( -
+

مرکز آپلود نوشته

diff --git a/src/views/AdminEvents.tsx b/src/views/AdminEvents.tsx index 3a598db..2bc4aba 100644 --- a/src/views/AdminEvents.tsx +++ b/src/views/AdminEvents.tsx @@ -102,7 +102,7 @@ const AdminEventsPage: React.FC = () => { }, [eventsQuery.data, filters.sort]); return ( -
+

رویدادها

مدیریت رویدادها، ثبت‌نام‌ها و وضعیت انتشار

diff --git a/src/views/AdminUsers.tsx b/src/views/AdminUsers.tsx index c500f09..774461d 100644 --- a/src/views/AdminUsers.tsx +++ b/src/views/AdminUsers.tsx @@ -91,7 +91,7 @@ const AdminUsersPage: React.FC = () => { }; return ( -
+

کاربران

مدیریت و جستجوی کاربران سامانه