FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(app): restore mobile tab interactions by opencode-agent[bot] · Pull Request #49964 · anomalyco/opencode · GitHub

fix(app): restore mobile tab interactions - #49964

Merged
Brendonovich merged 1 commit into
v2from
fix-mobile-tab-interactions
Sep 19, 2026
Merged

Brendonovich merged 1 commit into
v2from
fix-mobile-tab-interactions

Conversation

Copy link
Copy Markdown
Contributor

Summary

  • enable touch-driven session tab reordering with a larger activation threshold
  • keep vertical tab reordering inside the mobile drawer instead of navigating and dismissing it
  • make tab context menus non-modal so an outside touch closes the menu
  • add real mobile/touch regression coverage for both reported interactions

Verification

  • PLAYWRIGHT_BASE_URL=http://127.0.0.1:3444 bun x playwright test e2e/regression/mobile-tab-interactions.spec.ts --project=chromium --workers=1 — 2 passed
  • bun typecheck (packages/app) — passed
  • bun test --conditions=solid --preload ./happydom.ts ./src/shell/titlebar/tab-gesture.test.ts — 3 passed
  • Prettier and oxlint on changed files — passed
  • Existing mobile-shell.spec.ts scenarios passed before an unrelated session-rename.spec.ts fixture setup timeout; typecheck:e2e remains blocked by three pre-existing errors in terminal/timeline/session-queue tests.

Reported in: https://x.com/ericc__ch/status/2101282196229332996

Requested by: @Brendonovich (Brendan via Slack)

Allow touch pointers to activate tab sorting without selecting and dismissing the mobile drawer. Make tab context menus non-modal so outside touch taps can close them.
Brendonovich merged commit 7020944 into v2 Sep 19, 2026
10 checks passed
Brendonovich deleted the fix-mobile-tab-interactions branch September 19, 2026 13:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL