TenerifeProp Dev
|
9cffbb3bf3
|
refactor: split admin.html into modular section files with dynamic loading
- Extracted 10 sections from admin.html (3315 lines) into separate files:
- dashboard.html (298 lines)
- properties.html (242 lines)
- leads.html (280 lines)
- testimonials.html (78 lines)
- faq.html (91 lines)
- services.html (61 lines)
- settings.html (93 lines)
- users.html (73 lines)
- analytics.html (64 lines)
- traffic.html (69 lines)
- admin.html reduced from 3315 to 1582 lines
- Added dynamic section loader via fetch()
- Sections load on-demand when clicking sidebar links
- Previously loaded sections cached in memory
- Updated server routes to serve all section files
- DataTables initialized per-section on load
|
2026-04-07 00:25:36 +01:00 |
|