docs: update CONTEXT with hamburger menu, nav and session 2 changes

- 03_GIT_ESTADO.txt: updated with 8 new commits from this session,
  full list of modified files including modules_view.js and style.css
- 05_PROXIMOS_PASOS.txt: all session 2 items marked done,
  hamburger architecture section added for next session reference
- cambio_hamburger_nav.txt: new file documenting the hamburger menu
  implementation (HTML structure, CSS mechanism, theming, accordion)
- 00_INDICE.txt: added entry for cambio_hamburger_nav.txt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
SITO 2026-05-01 02:39:34 +02:00
parent 12acd6fd20
commit 72ca759d1f
4 changed files with 258 additions and 65 deletions

View file

@ -57,7 +57,14 @@ FICHEROS DE CAMBIOS (documentan lo que se modifico y por que)
- OasisMobile.css: por que se reescribio, que se quito
- main_views.js: viewport-fit=cover y por que importa
- style.css: que se añadio al final
- Que puede gustar / que puede no gustar
cambio_hamburger_nav.txt
Documentacion del menu hamburger movil y navegacion.
- Estructura HTML completa del menu (sidebar-panel, quicklinks)
- Mecanismo CSS puro: checkbox + selector ~ sin JS
- display:contents en desktop para preservar layout izquierda|main|derecha
- Botones de grupo redondeados, acordeon colapsado por defecto
- QR en pubs de invites_view.js (renderPubTable async)
--------------------------------------------------------------
NOTA PARA EL DEVELOPER