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: openbootdotdev/openboot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.66.3
Choose a base ref
...
head repository: openbootdotdev/openboot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.66.4
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jul 17, 2026

  1. fix(tui): open select screen on what the user actually chose (#154)

    Picking a loadout opened the select screen on catCur 0 — whichever
    catalog category happens to sit first — instead of on the packages the
    loadout picked. On a machine with everything already installed this
    left every sidebar row showing a flat grey count with no way to find
    the selection, and pressing space on the wrong-focused pane toggled a
    row with no visible cursor.
    
    Pin a synthetic "selected" review category first in the sidebar so the
    screen opens on the answer to its own question. Sidebar counts now
    separate "selected" from "still to install" instead of collapsing them,
    and space is a no-op while the sidebar (not the list) holds focus.
    fullstackjam authored Jul 17, 2026
    Configuration menu
    Copy the full SHA
    5df5d67 View commit details
    Browse the repository at this point in the history
Loading