Copilot
Copilot
Adds support for navigating up the folder hierarchy in iOS/macOS photo albums. Users can now retrieve parent folders for any album or folder to enable breadcrumb navigation and upward traversal...
Add iOS/macOS cloud identifier support for cross-device asset identification This PR implements support for iOS PHCloudIdentifier API to enable cross-device asset identification for users with the same iCloud account. **Implementation...
Implements the ability to modify the creation date metadata of photos and videos after they've been saved to the gallery. ## Changes ### Dart API - Added `updateDateTaken(entity, dateTime)` to...
The Bhima installation process currently requires manual execution of SQL scripts via shell scripts to build the database schema. This PR bundles SQL schema files with the application and automates...
## 🎯 Overview This PR adds a comprehensive end-to-end testing suite using Playwright that validates functionality across all four frontend frameworks (Angular, React, Vue, Svelte) and their API integrations. The...
This PR adds a comprehensive `.github/copilot-instructions.md` file to guide future AI coding agents working on the Shop at Home repository. ## What's Added ### Core Commands Documentation - **Build commands**...
This PR upgrades the Angular application from version 18.2.6 to 20.0.5, addressing all security vulnerabilities and ensuring compatibility with the latest Angular features. ## Changes Made ### Angular Upgrade -...
The SWA CLI scripts across Angular, React, Svelte, and Vue had several configuration issues that prevented them from working correctly. This PR addresses all identified problems: ## Issues Fixed ###...
### Summary of the changes The `@section` directive was incorrectly registered for both `.cshtml` (MVC/Razor Pages) and `.razor` (Blazor components) files. Per [documentation](https://learn.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-9.0#section), `@section` is only valid in MVC/Razor Pages....
This PR migrates all workflows that create pull requests to use the standardized and actively maintained `peter-evans/create-pull-request@v7` action, replacing various `gh pr create` implementations. ## Changes Made ### Workflows Migrated...