pullrequests Search Results · language:Dune language:Python language:HTML language:CSS language:JavaScript language:Java
Filter by
215M results
Summary
- Add explicit item import mode for updating existing SKUs from Excel.
- Keep create-only behavior as the default and reject existing SKUs in that flow.
- Wire mode selection through preview ...
💡 What: This PR implements two key performance optimizations in the frontend.
1. In Home.js, it replaces a nested O(N*M) filtering and deduplication logic (which ran on every render/keystroke) with
...
Approval tests for retriever output structure and ingestion pipeline. AG-14
Addresses https://uktrade.atlassian.net/browse/DBTP-2960.
Checklist:
Title:
- [ ] Conforms to our pull request title guidance. E.g. feat: Add new feature (DBTP-1234) or chore: Correct typo
(off-ticket) ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| @astrojs/starlight (source) | ^0.37.0 → ^0.39.0 | age | confidence |
Release Notes
details ...
Summary
- Adds the private governance metrics PWA analysis shell over static governance telemetry payloads.
- Adds dense mission-control panels, range/comparison controls, multi-dimensional filters, ...
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests
begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply ...
Summary
- Frame ribbon scroll resets to the beginning on every re-render because replaceChildren() creates a fresh DOM node,
discarding scroll state
- After each render, requestAnimationFrame ...