Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:CSS language:CSS

Filter by

32.9M results  (2 s)

32.9M results

Summary Adds CodeBuddy (www.codebuddy.ai) as a fully functional provider with API key authentication, enabling users to access GPT-5.5, GPT-5.4, Claude Sonnet 4.6, and Gemini 3.1 Pro through their CodeBuddy ...

What does this PR do? Enhances the About page visual design and responsiveness. Fixes hero section being hidden behind navbar with proper padding-top. Improves the two-column Who We Are layout with balanced ...

Let the background API check decide login readiness, retry the trigger after SPA landing pages settle, and avoid burning the 10-minute cooldown when no current courses are found. Constraint: LMS login ...

Summary Switch the CSP from Content-Security-Policy-Report-Only to enforced Content-Security-Policy. The policy now blocks, not just reports. Verified on prod (Report-Only) that the only violation was ...

What e2e-copypaste was red on dev (builds 112626 + 154152) but PASSES locally. The CI report showed ** no checklist recorded ** — it crashed in SETUP before STEP 1, not at any copy/paste step. Root cause ...

fix docker

Bumps nodemailer from 6.10.1 to 8.0.9. details summary Release notes /summary p em Sourced from a href= https://github.com/nodemailer/nodemailer/releases nodemailer s releases /a . /em /p blockquote h2 ...
dependencies
javascript

Extracted the Queue component s inline list item rendering into a React.memo() component called QueueItem. Moved the getStatusColor utility function out of the rendering scope of Queue to the module level. ...