coderabbitai[bot]

Results 337 issues of coderabbitai[bot]
trafficstars

## Current State The GPU validation mode is currently enabled by default in the shared Xcode scheme for all builds. ```diff debugDocumentVersioning = "YES" debugServiceExtension = "internal" + enableGPUValidationMode =...

The parameters 'order_by' and 'order_dir' are currently defined in the API schema but not utilized in the 'get_queryset' method of `SeqvarsResultRowViewSet`. Implementing this functionality would allow API consumers to sort...

enhancement

## Background When fetching new boundary data for breadcrumbs, we should implement a comparison with previously displayed items to ensure optimal updates and maintain UI consistency. ## Current Behavior Currently,...

## Context The time travel dropdown in the project map should close when clicking outside of it to improve user experience. ## Implementation Details - Add click outside handler using...

## Overview The map layer attribution text needs to be updated with ESRI's official attribution text. ## Current Implementation In `src/features/projectsV2/ProjectsMap/TimeTravel/index.tsx`, the attribution is currently set to a generic placeholder:...

In PR #2286 (https://github.com/Plant-for-the-Planet-org/planet-webapp/pull/2286), it was suggested to consider adding request cancellation handling in the `updateAddress` function of the `UpdateAddressType` component to prevent potential memory leaks or state updates on...

As discussed in [PR #2296](https://github.com/Plant-for-the-Planet-org/planet-webapp/pull/2296), it's recommended to avoid including the entire `router` object in the dependencies array in `pages/sites/[slug]/[locale]/projects-archive/[p].tsx` at line 190. Instead, specify only the needed properties to...

There are instances in the codebase where the 'locale' parameter is not included in redirect paths, which could lead to incorrect routing in a multi-language setup. Reference: PR [#2296](https://github.com/Plant-for-the-Planet-org/planet-webapp/pull/2296) and...

As discussed in [PR #2296](https://github.com/Plant-for-the-Planet-org/planet-webapp/pull/2296), there are instances where redirect paths lack the `locale`, which is essential for proper localization. This issue aims to update all redirect paths to include...

In multiple places across the codebase, redirects after errors do not include the `locale` in the path. This may result in users landing on pages with the wrong language. **PR:**...