tractatus/public/js/admin
TheFlow 03faedfb38 feat(admin): Phase 2 - standardize admin UI with unified navbar component
SUMMARY:
Completed Phase 2 of admin UI overhaul: Created unified navbar component
for simple pages, standardized CSS versioning across all pages, and fixed
broken navigation. Pragmatic approach preserves valuable cross-page navigation
while ensuring consistency.

CHANGES - Simple Pages (Unified Navbar Component):
- newsletter-management.html: Replaced custom navbar with component
- hooks-dashboard.html: Replaced custom navbar with component
- audit-analytics.html: Fixed wrong navbar (was using public site component)

CHANGES - Complex Pages (Standardized CSS Only):
- case-moderation.html: Added CSS version v=1759833751
- media-triage.html: Added CSS version v=1759833751
- project-manager.html: Updated CSS version to v=1759833751
- rule-manager.html: Updated CSS version to v=1759833751
(These pages retained custom navbars to preserve cross-page navigation UX)

COMPONENT ENHANCEMENTS:
- navbar-admin.js: Added 'hooks' icon for Framework Hooks Dashboard
- Newsletter management JS: Removed manual admin-name and logout handling

CSS STANDARDIZATION:
Target version: /css/tailwind.css?v=1759833751
- 7 pages now use standardized version (was 3 different versions + missing)

RESULTS:
- All admin pages now have consistent navbar styling
- Simple pages use unified component (3 pages)
- Complex pages use standardized custom navbars (6 pages)
- All pages have correct CSS versioning
- audit-analytics.html fixed (was using wrong component)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 21:51:09 +13:00
..
audit-analytics.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
auth-check.js fix(csp): achieve 100% CSP compliance - zero violations 2025-10-19 13:32:24 +13:00
blog-curation.js feat: comprehensive accessibility improvements (WCAG 2.1 AA) 2025-10-12 07:08:40 +13:00
case-moderation.js feat: add case submission portal admin interface and i18n support 2025-10-16 14:50:47 +13:00
claude-md-migrator.js fix(admin): Phase 1 - critical auth and navigation fixes 2025-10-20 21:33:50 +13:00
dashboard.js feat(admin): add publish/unpublish workflow UI to dashboard 2025-10-19 13:42:47 +13:00
hooks-dashboard.js fix(admin): Phase 1 - critical auth and navigation fixes 2025-10-20 21:33:50 +13:00
login.js fix(auth): resolve admin login - token sanitization and missing password field 2025-10-20 21:13:42 +13:00
media-triage.js feat: comprehensive accessibility improvements (WCAG 2.1 AA) 2025-10-12 07:08:40 +13:00
newsletter-management.js feat(admin): Phase 2 - standardize admin UI with unified navbar component 2025-10-20 21:51:09 +13:00
project-editor.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
project-manager.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
project-selector.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
rule-editor.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
rule-manager.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00