Skip to content

Conversation

@brittlewis12
Copy link
Contributor

@brittlewis12 brittlewis12 commented Jan 24, 2026

fixes #10443

note: recommend reviewing with ?w=1 github review whitespace parameter

What does this PR do?

  • enable viewing context details on mobile web
  • introduce third mobile tab state for context panel
  • workaround tooltip ignoring touch events
  • two-tap pattern for opening context tab from tooltip

How did you verify your code works?

tested on device running the locally-built web app client:

before

before.mp4

after

after.mp4

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@brittlewis12 brittlewis12 force-pushed the fix/mobile-context-fresh branch from f778094 to 89bb1bf Compare January 27, 2026 00:50
@brittlewis12
Copy link
Contributor Author

rebased to resolve the conflicts in session.tsx to play nicely with the latest changes to the file tree!

i know you folks have a lot on your plate as it is @adamdotdevin, but being able to see this context panel was really useful in helping me track down another bug*, so i'd love to get this (or something like it) in!


*- client generated user message IDs can be created out of order relative to server-generated assistant message IDsyou'll notice the assistant message sorted before the user message in the screen recording — i'm making a separate issue for this.

@brittlewis12 brittlewis12 force-pushed the fix/mobile-context-fresh branch 4 times, most recently from 2eabe4a to 206a1ea Compare January 28, 2026 22:09
* workaround tooltip ignoring touch events
* introduce third mobile tab state for context panel
* two-tap pattern for opening context tab from tooltip
@brittlewis12 brittlewis12 force-pushed the fix/mobile-context-fresh branch from 206a1ea to 40a9485 Compare January 28, 2026 22:09
@brittlewis12
Copy link
Contributor Author

brittlewis12 commented Jan 28, 2026

rebased once again to resolve conflicts with the latest file tree handling!

also noticed a broken e2e test from the change from “Review” to “File tree”; happy to contribute that separately if preferred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

web: mobile & touch devices cannot access context details

1 participant