- Redesign PreJoin component and CSS for improved template compatibility and deterministic rendering
- Remove mock studio toggle and related runtime logic; update useStudioLauncher to always use real backend
- Add README-MOCK.md to document mock studio deprecation
- Add mock-studio.html for manual popup emulation
- Update environment variable resolution in route.ts for backend API
- Add visual regression test scripts (capture, compare, visual_test_prejoin) using Playwright, Puppeteer, pixelmatch, and pngjs
- Update package.json scripts and devDependencies for visual testing
- Simplify PreJoin.stories.tsx for robust Storybook usage
- 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
- Changed development port for studio-panel from 3001 to 3020 in package.json and vite.config.ts.
- Refactored Studio component in studio-panel to improve token handling and error diagnostics.
- Added utility functions for token validation and JWT decoding in Studio component.
- Enhanced error handling and user feedback in Studio component when token is invalid.
- Implemented sessionStorage management for token and server URL in Studio component.
- Created Docker setup for broadcast-panel including Dockerfile, Dockerfile.dev, and docker-compose.yml.
- Added Nginx configuration for serving the broadcast-panel as a Single Page Application.
- Introduced Banner component in broadcast-panel for displaying messages and actions.
- Added start-docker.sh script for easy Docker management of broadcast-panel.
- Implemented Playwright E2E tests for token handling and UI interactions between broadcast-panel and studio-panel.
- Included SSL certificates for local development in studio-panel.
- Added Dropdown component with trigger and items
- Created Dropdown.module.css for styling
- Implemented click outside to close functionality
feat: Create Header component with styles
- Added Header.module.css for header styling
- Included action buttons and user menu styles
feat: Develop NewTransmissionModal component with styles
- Created modal overlay and content styles in NewTransmissionModal.module.css
- Added responsive design for mobile view
feat: Build PageContainer and Sidebar components with styles
- Implemented PageContainer.module.css for layout
- Created Sidebar.module.css for sidebar navigation
feat: Add Skeleton loading components with styles
- Developed Skeleton and SkeletonCard components
- Created Skeleton.module.css for loading placeholders
feat: Implement ThemeProvider for theme management
- Added ThemeProvider component for light/dark mode
- Integrated local storage for theme persistence
feat: Create Tooltip component with styles
- Developed Tooltip component for displaying hints
- Added Tooltip.module.css for tooltip styling
feat: Build TransmissionsTable component with styles
- Created TransmissionsTable.module.css for table layout
- Implemented responsive design for table
chore: Add Vite environment type declarations
- Included vite-env.d.ts for CSS module support