Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: WordPress/try-wordpress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 84e104d8ec7f62daad726d4314bbe07431dc73b1
Choose a base ref
..
head repository: WordPress/try-wordpress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7e98c4d0a5f3d402c62502d3230dd9f3f66d57dd
Choose a head ref
Showing with 353 additions and 141 deletions.
  1. +144 −103 package-lock.json
  2. +3 −2 package.json
  3. +49 −0 src/api/ApiClient.ts
  4. +9 −5 src/ui/App.tsx
  5. +89 −12 src/ui/preview/Playground.tsx
  6. +12 −15 src/ui/preview/Preview.tsx
  7. +22 −0 src/ui/session/SessionProvider.ts
  8. +25 −4 src/ui/session/ViewSession.tsx
Loading