Skip to content

Conversation

@UGilfoyle
Copy link

Fix Minor Frontend Issues

Small code quality improvements.

Changes

  • Fix memory leak in AppInitialization: Add cleanup for CSS link element
  • Remove unused log import from VideoConference

Files Changed

  • src/frontend/src/components/AppInitialization.tsx
  • src/frontend/src/features/rooms/livekit/prefabs/VideoConference.tsx

- Add Playwright as dev dependency with test scripts
- Create Playwright configuration for multi-browser testing
- Add initial E2E tests for home page and navigation
- Add GitHub Actions workflow for CI/CD integration
- Update .gitignore for Playwright artifacts
- Add comprehensive test documentation
- Extract common test patterns into reusable helpers
- Remove unnecessary verbose comments
- Fix SonarQube duplication issue (23.1% -> 0%)
- Add cleanup function for CSS link element to prevent memory leak
- Remove unused log import from VideoConference component
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant