Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: draftdev/draft-dev-site
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Dev
Choose a base ref
...
head repository: draftdev/draft-dev-site
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 25 files changed
  • 1 contributor

Commits on Jul 31, 2026

  1. add logo strip component, plausible analytics, team updates

    - new shared LogoGrid/LogoMarquee in logo-strip.tsx, used by logos-dark and logos-flex
    - add customer logos (auth0-okta, cloudflare, control-plane, foxit, graphite, hp, name.com, qualcomm, runpod, supabase)
    - add Plausible analytics script to root layout
    - team: add Saswata Baksi, remove Robin Fussell
    - call page, navbar, footer, calendly and hubspot form tweaks
    saswata-baksi committed Jul 31, 2026
    Configuration menu
    Copy the full SHA
    9ccdab6 View commit details
    Browse the repository at this point in the history
  2. add WordPress to logo strip and equalize logo sizes on mobile

    - whiten wordpress-logo.svg with the draftWhiten filter used by the other
      logos, and tighten its viewBox from a 540x540 square to the real 540x122
      ink bounds so it doesn't render undersized
    - size logos by measured ink area rather than by eye: each height cap scaled
      by sqrt(target/area) against the roster median, cutting the optical-mass
      spread on the 390px grid from 1.84x to 1.33x
    - add a maxW prop for logos wide enough that the cell width binds before the
      height cap, and use it to bring name.com down to the median
    - pull loft back at md, where it had become the heaviest logo
    - bump docker, cloudflare, wordpress and control plane a step
    saswata-baksi committed Jul 31, 2026
    Configuration menu
    Copy the full SHA
    9d9af0c View commit details
    Browse the repository at this point in the history
Loading