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: leaningtech/browsercode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: leaningtech/browsercode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: playground-bp-version-stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 120 files changed
  • 2 contributors

Commits on Jun 22, 2026

  1. first iteration untested

    codingfrog27 committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    30e24d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. Configuration menu
    Copy the full SHA
    cdfed23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bced8c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2026

  1. Configuration menu
    Copy the full SHA
    6165057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c48365d View commit details
    Browse the repository at this point in the history
  3. refactor(ide): extract mode-agnostic IdeShell from /ide route

    Lift the IDE layout (editor, file tree, terminals, portal, resize, mobile tabs, overlays) and its view/lifecycle state out of routes/ide/+page.svelte into a reusable IdeShell component. The route is now a thin wrapper owning only mode-specific concerns (session creation, ?framework= parsing, navigation), passing a boot closure + onSelectFramework into the shell. Lets a future GitHub-clone route render the same shell with a different boot closure. No behavior change.
    rijulshrestha committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    5d3a8b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a4c4eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ecf1a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ede79f View commit details
    Browse the repository at this point in the history
  7. feat(ide): animated liquid preview loader

    Replace the preview-area spinner with a WebGL2 liquid-metal loading screen over the BrowserCode render, shown while the pod boots and crossfaded out once the first portal is live.
    rijulshrestha committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    3cd9919 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2026

  1. Configuration menu
    Copy the full SHA
    e4da26a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e589ad7 View commit details
    Browse the repository at this point in the history
Loading