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:
Fringg
2026-03-23 11:21:25 +03:00
parent 74e6d52fee
commit 38b0f4be9a
6 changed files with 37 additions and 30 deletions

View File

@@ -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",