pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript
Filter by
176M results
Adds testID + accessibilityRole/accessibilityLabel to interactive elements across the remaining client screens (home,
vehicle, booking, booking-summary, search, agencies, agency, bookings, notifications, ...
Closes #162
Summary
- Deletes ApiTokenModal component and its test suite — no longer needed now that the renderer communicates over IPC
instead of HTTP (no bearer token required)
- Removes apiToken ...
Bumps the all-dependencies group with 13 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| @payloadcms/db-mongodb | 3.85.0 | 3.85.1 |
| @payloadcms/next | 3.85.0 | 3.85.1 |
| @payloadcms/plugin-seo ...
dependencies
javascript
Summary
- What changed: The Organization CASL policy used a document-subject (Organization) that matched the /members route,
shadowing the Membership path-subject and granting create Organization ...
Fix
Adopt the extension- host IoC conformance gate in this repo s kind-gates CI job.
What changed:
- Vendor the self-contained, zero-dependency extension-kind-gate.mjs (Node builtins only; no @cinatra-ai ...
What refresh UX became clearer
- Replaced vague Today refresh language with a fast-path Check latest activity action wired to the existing
/api/strava/check-today route.
- Reframed recent catch-up ...
Unified replay for jsverse/transloco
Bug
bug-reports-hub-agile-cards-collapse-to-one-url — on /reports the Agile group rendered three cards (Burndown chart ·
Velocity chart · Sprint report) with three names/icons/descriptions, but all three ...
Motivation
- Automate the 7-day seller claim window (Day 0 send → Day 3 reminder → Day 6 final reminder → Day 7 expiration) so
invitations progress without manual intervention.
- Preserve cellphone-first ...
codex
🎯 What: The loadPDF method within src/services/PDFProcessor.js was too large and complex, mixing validation logic,
loading tasks, and validation of the resultant document. The method was successfully broken ...