Copilot
Copilot
## Problem Users were experiencing 500 errors when localStorage quota was exceeded: ``` Failed to execute 'setItem' on 'Storage': Setting the value of 'v6-ProjectV2Page.project-tralalala' exceeded the quota. ``` This happened...
This PR implements the ability to view images in a modal overlay when clicked from rich text areas, replacing the previous behavior where clicking an image would open it in...
This PR addresses the issue where Operately immediately asks for check-ins right after a project is unpaused, regardless of how long the project was paused. ## Problem When a project...
This PR fixes an issue where some company members were appearing in the "Other People with Access" section instead of being listed as explicit members in the General space's "Team...
- [x] Create WorkMap expandable context provider with localStorage persistence - [x] Add utility function to collect all WorkMap item IDs - [x] Update WorkMapTable to use expandable provider -...
When inviting people to join a company, users were confused about why sometimes a person gets added directly versus receiving an invitation link. This happened because the system checks if...
AI agents were appearing in the search results when looking for people to add as project contributors. This was confusing since AI agents shouldn't be assigned to projects in the...
Users were receiving duplicate notifications for the same event, particularly when clicking "Acknowledge" links in emails. As shown in the issue screenshot, users would see identical notifications like "Marko acknowledged...
This PR implements a new converter for cargo-deny that converts its JSON output to SARIF format, addressing the feature request for cargo-deny support. ## Changes - **New `deny-sarif` binary crate**...
This PR implements the integration of the `flutter_appavailability` package as requested in the issue to enable users to view and select installed apps when reporting security vulnerabilities. ## What's Changed...