Copilot
Copilot
- [x] Understand the ext-input-triggers protocol from Mir PR #4328 - [x] Set up build environment and verify WLCS builds successfully - [x] Download and add ext-input-trigger protocol XML files...
- [x] Explore repository structure and understand current styling - [x] Identify the specific UI issues from feedback: - Button centering problem - Page height/viewport fit issue - Logo icon...
This PR implements audio track switching functionality for videos that contain multiple audio streams, allowing users to switch between different languages, commentary tracks, or audio mixes. - [x] Initial project...
This PR refactors widget plugins in `front-end/source/kernel/dashboard/plugins/` to modernize the codebase by: 1. **Converting function-based constructors to ES6 classes** that extend `baseWidget` 2. **Splitting large plugin files into separate widget...
This PR provides a comprehensive analysis of the current AngularJS 1.7.8 codebase and assesses the scope required for migrating to Angular 20. ## Current State Analysis The application is built...
This PR adds validation to select widgets to prevent data loss when keys and values arrays have different lengths. ## Problem Previously, select widgets would silently lose data when keys...
## Task: Update ManageTags back-end implementation for enhanced error handling ### Changes completed: #### GraphQL Schema Changes - [x] Updated `createTag`, `updateTag`, and `deleteTag` mutations to return union types -...
Successfully upgrades @apollo/client from v3.13.9 to v4.0.6, addressing all breaking changes and ensuring full compatibility across the codebase. ## Key Changes Made ### Import Path Updates - Updated React hooks...
Updated Copilot setup verification to address browser access requirements and test linting process. ## Browser Access Requirements - ✅ SUCCESSFULLY IMPLEMENTED The Playwright browser environment is now configured to allow...
https://trello.com/c/7GkdzEfj/1819-20-fe-fix-vitest-workspace-deprecation-warning-by-migrating-to-projects-config This PR addresses deprecation warnings in vitest v3 by migrating from the deprecated workspace configuration to the new projects-based setup. ## Changes Made **Vitest Configuration Migration:** - Removed deprecated...