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: godaddy/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: godaddy/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/target-component
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 23 files changed
  • 2 contributors

Commits on Dec 19, 2025

  1. feat(react): add Target component with dynamic iframe height

    - Add Target component that renders UI extensions from third-party apps
    - Fetch enabled extensions via GraphQL from app-registry-subgraph
    - Support dynamic height via postMessage resize events from extensions
    - Add minHeight prop with 200px default
    - Extract normalizeApiHost to shared utils.ts to prevent duplication
    - Add React Native version with WebView support
    
    Amp-Thread-ID: https://ampcode.com/threads/T-019b3817-486f-75ec-9ec2-44b031f528a0
    Co-authored-by: Amp <amp@ampcode.com>
    wcole1-godaddy and ampcode-com committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    ab851ff View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Configuration menu
    Copy the full SHA
    549bddf View commit details
    Browse the repository at this point in the history
Loading