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: pybricks/pybricks-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pybricks/pybricks-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: splitview-overhaul
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 23 files changed
  • 1 contributor

Commits on Apr 2, 2026

  1. app: Improve split view behavior.

    **Move activity buttons to main toolbar**
    This was on a vscode-style sidebar because we originally thought we would add more. It turns out we will not. Having explorer/settings with the other buttons simplifies the UI.
    
    This also makes the buttons not jump around when you open/close the explorer.
    
    Also improves on small screens, where the explorer would obscure all buttons. Also lets us remove the blueprint hacks we had to make this work.
    
    **Add toggles for sideviews.**
    This lets us fix several UI/UX problems. It used to be easy to lose the terminal or docs forever. Now you can toggle them back on with a button and conveniently close them rather than dragging them down.
    
    **Improve splitters**
    Switch to react-resizable-panels which lets us control the split as needed. Also when dragging to near closed, it will snap to properly closed. Toggling on then restores normal size. Otherwise it preserves the split value.
    
    The collapsed state of this library is made for hiding the docs without destroying them, so we don't need some of the hacks we had to preserve the terminal and docs state.
    laurensvalk committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    51b0988 View commit details
    Browse the repository at this point in the history
Loading