tractatus/public/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.html feat(admin): Phase 2 - standardize admin UI with unified navbar component 2025-10-20 21:51:09 +13:00
blog-curation.html style(ui): update theme, branding, and GitHub repository links 2025-10-19 12:48:29 +13:00
case-moderation.html feat(admin): Phase 2 - standardize admin UI with unified navbar component 2025-10-20 21:51:09 +13:00
claude-md-migrator.html fix(admin): Phase 1 - critical auth and navigation fixes 2025-10-20 21:33:50 +13:00
dashboard.html style(ui): update theme, branding, and GitHub repository links 2025-10-19 12:48:29 +13:00
hooks-dashboard.html feat(admin): Phase 2 - standardize admin UI with unified navbar component 2025-10-20 21:51:09 +13:00
login.html style(ui): update theme, branding, and GitHub repository links 2025-10-19 12:48:29 +13:00
media-triage.html feat(admin): Phase 2 - standardize admin UI with unified navbar component 2025-10-20 21:51:09 +13:00
newsletter-management.html feat(admin): Phase 2 - standardize admin UI with unified navbar component 2025-10-20 21:51:09 +13:00
project-manager.html feat(admin): Phase 2 - standardize admin UI with unified navbar component 2025-10-20 21:51:09 +13:00
rule-manager.html feat(admin): Phase 2 - standardize admin UI with unified navbar component 2025-10-20 21:51:09 +13:00