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: modelstudioai/openwork
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: modelstudioai/openwork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: loop/settings-search
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 30, 2026

  1. Add searchable filtering to the settings navigator

    The settings navigator rendered a flat, unfilterable list of 16 sections.
    Add a search box at the top that filters sections by title and description
    (case-insensitive substring), mirroring the existing session-list search
    styling — search icon, clear button, focus ring, Esc-to-clear, and a
    "No results found" empty state. This matches the searchable-settings
    affordance in comparable desktop apps.
    
    Implementation is frontend-only and reuses existing i18n keys
    (common.search, common.noResultsFound), so no locale strings change.
    
    Also:
    - LeftSidebar: emit data-testid={link.id} on nav buttons so the settings
      entry point (and other nav items) are addressable from e2e.
    - e2e/app.ts: give each launch its own profile dir (keyed on the debug
      port) and launch under setsid on headless Linux so teardown reaps the
      whole xvfb-run tree. Without this, a lingering Electron instance held
      the single-instance lock and the next assertion could never get a
      renderer target — which blocked running more than one CDP assertion.
    - e2e/assertions/settings-search.assert.ts: drives the real app over CDP
      to verify the filter narrows, shows the empty state, and restores.
    claude committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    adb8522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f807f4e View commit details
    Browse the repository at this point in the history
Loading