- Add Next.js app structure with base configs, linting, and formatting - Implement LiveKit Meet page, types, and utility functions - Add Docker, Compose, and deployment scripts for backend and token server - Provide E2E and smoke test scaffolding with Puppeteer and Playwright helpers - Include CSS modules and global styles for UI - Add postMessage and studio integration utilities - Update package.json with dependencies and scripts for development and testing
avanza-ui
Librería de componentes reutilizables para AvanzaCast.
Componentes añadidos en esta entrega:
ControlButton- botón redondo con icono y etiqueta opcional (tamaños: sm|md|lg)IconButton- botón icon-only para acciones rápidasControlGroup- contenedor para agrupar controlesControlBar- barra de controles centrada que usaControlGroup
Importar desde otros paquetes:
import { ControlButton, IconButton, ControlGroup, ControlBar } from 'avanza-ui'
Los estilos se importan como efecto secundario al importar avanza-ui (archivo controls.css).