feat(admin): reorganize navbar with CRM section and add missing tools
- Add new 'CRM & Communications' section for contact/inquiry management - Add Editorial Guidelines to Content Management - Add Credential Vault to System & Framework - Reorganize for future unified CRM across all projects
This commit is contained in:
parent
c96441560b
commit
49a5c07248
1 changed files with 13 additions and 4 deletions
|
|
@ -114,25 +114,34 @@
|
|||
<a href="/admin/blog-curation.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition">
|
||||
<span class="text-sm">📝 Blog Curation</span>
|
||||
</a>
|
||||
<a href="/admin/editorial-guidelines.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition">
|
||||
<span class="text-sm">📰 Editorial Guidelines</span>
|
||||
</a>
|
||||
<a href="/admin/newsletter-management.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition">
|
||||
<span class="text-sm">📧 Newsletter</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Moderation -->
|
||||
<!-- CRM & Communications -->
|
||||
<div class="pb-3 mb-3 border-b border-gray-200">
|
||||
<p class="text-xs font-semibold text-gray-500 uppercase tracking-wider mb-2 px-3">Moderation</p>
|
||||
<p class="text-xs font-semibold text-gray-500 uppercase tracking-wider mb-2 px-3">CRM & Communications</p>
|
||||
<a href="/admin/contact-management.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition">
|
||||
<span class="text-sm">📬 Contact Management</span>
|
||||
</a>
|
||||
<a href="/admin/case-moderation.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition">
|
||||
<span class="text-sm">📋 Case Moderation</span>
|
||||
<span class="text-sm">📋 Case Submissions</span>
|
||||
</a>
|
||||
<a href="/admin/media-triage.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition">
|
||||
<span class="text-sm">📰 Media Triage</span>
|
||||
<span class="text-sm">📰 Media Inquiries</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- System & Framework -->
|
||||
<div class="pb-3 mb-3 border-b border-gray-200">
|
||||
<p class="text-xs font-semibold text-gray-500 uppercase tracking-wider mb-2 px-3">System & Framework</p>
|
||||
<a href="/admin/credential-vault.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition">
|
||||
<span class="text-sm">🔐 Credential Vault</span>
|
||||
</a>
|
||||
<a href="/admin/rule-manager.html" class="block px-3 py-2.5 text-gray-700 hover:bg-blue-50 hover:text-blue-700 rounded-lg transition">
|
||||
<span class="text-sm">🔧 Rule Manager</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue