feat(web): unify touch resize interactions - #4839
Draft
btli wants to merge 3 commits into
Draft
Conversation
Consolidate pointer, touch, stylus, and keyboard resize behavior across sidebar, inline rail, terminal column, push panels, and comments. Centralize responsive input capability and breakpoint handling for web and Android. Co-authored-by: omnigent <noreply@omnigent.ai> Signed-off-by: Bryan Li <bryan.li@gmail.com>
btli
force-pushed
the
codex/touch-interactions-consolidated
branch
from
August 15, 2026 17:05
5255f83 to
b976da7
Compare
Signed-off-by: Bryan Li <bryan.li@gmail.com>
btli
force-pushed
the
codex/touch-interactions-consolidated
branch
from
August 15, 2026 17:08
b976da7 to
23126a3
Compare
Signed-off-by: Bryan Li <bryan.li@gmail.com>
btli
force-pushed
the
codex/touch-interactions-consolidated
branch
from
August 15, 2026 18:08
0b69766 to
53e8a8a
Compare
btli
pushed a commit
to btli/omnigent
that referenced
this pull request
Aug 15, 2026
This was referenced Aug 15, 2026
btli
pushed a commit
to btli/omnigent
that referenced
this pull request
Aug 15, 2026
btli
pushed a commit
to btli/omnigent
that referenced
this pull request
Aug 17, 2026
btli
pushed a commit
to btli/omnigent
that referenced
this pull request
Aug 17, 2026
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issue
N/A — consolidates draft PRs #4780, #4781, #4782, #4784, #4785, and #4786.
Summary
This draft replaces the six touch-interaction drafts with one current-main implementation. It unifies pointer capture, cancellation, persistence, accessible separators, and carefully bounded hit gutters across the sidebar, inline workspace rail, terminal-list column, push panels, and comments panel. It also centralizes viewport and input-capability detection for web and Android.
ELI5: the thin dividers between app panes now have a larger invisible grab area, so a finger or stylus can resize them without covering nearby buttons or scrollbars.
Supersedes (but does not close): #4780, #4781, #4782, #4784, #4785, #4786.
Test Plan
bun --bun run test -- <17 touched Vitest files>— 623 passed, 1 expected failure.uv run --group test pytest -q <5 touched e2e_ui files>— 5 passed.OmnigentWebViewClientTest— 20 passed.bun --bun run lint,bun --bun run type-check, andbun --bun run build— passed.uv run pre-commit run --all-files— all applicable hooks passed; the current upstreamuv.locknormalizer baseline was excluded because it rewrites an unrelated lockfile.origin/mainproduction tree, then passed with this implementation restored.Demo
Android foldable/tablet touch-interactions video (Show taps enabled; touch dot visible)
The single recording covers folding/form-factor changes plus sidebar, inline rail, terminal-list column, push-panel, comments-panel, and adjacent-scroll seam behavior.
Type of change
Test coverage
Coverage notes
Manually verified the Android foldable/tablet recording with Developer Options “Show taps” enabled, including the visible touch dot and each resize/scroll seam represented by the six superseded drafts.
Changelog
Pane dividers are now easier and more reliable to resize with touch, stylus, mouse, or keyboard.