botserver/web
Rodrigo Rodriguez (Pragmatismo) 3014822ace feat: consolidate assets and improve navigation structure
- Consolidated CSS and JS assets by moving them to local files (app.css, gsap.min.js, marked.min.js)
- Removed livekit-client CDN dependency as it appears unused
- Moved navbar logic to separate layout.js file for better organization
- Changed navigation links to use hash-based routing (#chat, #drive, etc)
- Removed redundant navbar template fetching in favor of static inclusion
- Simplified HTML structure by removing commented code and redundant elements

These changes improve maintainability and performance by reducing external dependencies and better organizing frontend assets.
2025-11-15 10:16:09 -03:00
..
app feat(auth): add suggestion support and clean up code 2025-10-31 20:55:13 -03:00
desktop feat: consolidate assets and improve navigation structure 2025-11-15 10:16:09 -03:00
html feat: add HTTP server and refactor initialization 2025-11-15 09:48:46 -03:00