Copilot
Copilot
## Problem The codebase contained significant code duplication across multiple JavaScript files (`script.js`, `vibe/script.js`, and `embed-script.js`), with several functions implemented independently multiple times: - Dark mode toggle functionality duplicated 3...
This PR migrates the entire NHS prototype kit codebase to ES modules while maintaining backward compatibility and a clean file structure. ## Complete ES Module Migration **All Core Files Converted:**...
- [x] Fix port configuration to match browser URL - [x] Add comprehensive tests for port configuration logic - [x] Validate edge cases (low ports, port conflicts) - [x] Fix...
When the app is distributed through the Microsoft Store as a UWP (Universal Windows Platform) app, the cache location shown in log messages was incorrect. The app would display: ```...
`ElementTouchEvent` was passing native DOM `Touch` objects directly to consumers instead of converting them to PlayCanvas `Touch` objects. This caused `touch.id` to return `undefined` since native touches use `touch.identifier`. ##...
## Problem The current implementation enforces `file://` protocol for the `template_path` parameter in `html_to_pic`, which prevents the use of remote browsers configured via `htmlrender_connect` or `htmlrender_connect_over_cdp`. Remote browsers cannot access...
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress....
This PR adds a new user setting to automatically enter full screen mode when opening media files through file association, providing a seamless viewing experience similar to the default "Movies...
This PR fixes a critical issue where Screenbox would crash on ARM64 devices and fail silently on x64 devices when users attempted to play YouTube URLs or other unsupported streaming...
This PR addresses the issue where VersionX generates frequent error messages in MODX logs when the MagicPreview extra is not installed. ## Problem When MagicPreview is not installed, VersionX was...