botserver/web
Rodrigo Rodriguez (Pragmatismo) 41fd167d50 feat(layout): add section caching with dynamic container
Refactor `layout.js` to improve section loading performance:
- Removed unused sections from the `sections` map.
- Introduced `sectionCache` to store loaded sections.
- Created a reusable `#section-container` element for managing section DOM nodes.
- Implemented lazy loading with a loading placeholder and show/hide logic for cached sections.
- Optimized CSS handling by reusing existing stylesheet links instead of removing and recreating them.
- Added safeguards to avoid reloading already‑loaded JS modules.
2025-11-17 10:16:01 -03:00
..
desktop feat(layout): add section caching with dynamic container 2025-11-17 10:16:01 -03:00
html feat: add actix-files dependency for file serving support 2025-11-15 19:08:26 -03:00