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:
@@ -1110,7 +1110,8 @@
|
||||
"auditLog": "Audit Log",
|
||||
"salesStats": "Sales Statistics",
|
||||
"landings": "Landings",
|
||||
"referralNetwork": "Referral Network"
|
||||
"referralNetwork": "Referral Network",
|
||||
"news": "News"
|
||||
},
|
||||
"panel": {
|
||||
"title": "Admin Panel",
|
||||
@@ -1145,7 +1146,8 @@
|
||||
"auditLogDesc": "Review system activity and access history",
|
||||
"salesStatsDesc": "Sales analytics and trends",
|
||||
"landingsDesc": "Quick purchase landing pages",
|
||||
"referralNetworkDesc": "Referral graph and campaign visualization"
|
||||
"referralNetworkDesc": "Referral graph and campaign visualization",
|
||||
"newsDesc": "Manage news articles and publications"
|
||||
},
|
||||
"salesStats": {
|
||||
"title": "Sales Statistics",
|
||||
|
||||
Reference in New Issue
Block a user