mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: add news link to admin panel, prevent empty news section flash
- Add News item to marketing group in AdminPanel with NewspaperIcon - Add news nav/panel translations for all 4 locales (ru, en, zh, fa) - Don't render NewsSection until query confirms articles exist - Remove skeleton that caused brief flash when news list is empty
This commit is contained in:
@@ -944,7 +944,8 @@
|
||||
"auditLog": "گزارش بازرسی",
|
||||
"salesStats": "آمار فروش",
|
||||
"landings": "صفحات فرود",
|
||||
"referralNetwork": "شبکه ارجاع"
|
||||
"referralNetwork": "شبکه ارجاع",
|
||||
"news": "اخبار"
|
||||
},
|
||||
"panel": {
|
||||
"title": "پنل مدیریت",
|
||||
@@ -979,7 +980,8 @@
|
||||
"auditLogDesc": "بررسی فعالیت سیستم و تاریخچه دسترسی",
|
||||
"salesStatsDesc": "تحلیل فروش و روندها",
|
||||
"landingsDesc": "صفحات خرید سریع",
|
||||
"referralNetworkDesc": "نمایش بصری گراف ارجاعات و کمپینها"
|
||||
"referralNetworkDesc": "نمایش بصری گراف ارجاعات و کمپینها",
|
||||
"newsDesc": "مدیریت مقالات خبری و انتشارات"
|
||||
},
|
||||
"salesStats": {
|
||||
"title": "آمار فروش",
|
||||
|
||||
Reference in New Issue
Block a user