fix(app): open inline comments directly on touch devices#18529
Conversation
|
Hi @adamdotdevin gentle ping on this PR — it’s a very small change with just a few lines to improve the UX. Would you mind taking a look when you have time? Thanks! |
|
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Issue for this PR
Closes #17598
Type of change
What does this PR do?
Inline comments were only discoverable through the hover affordance in the file view, which does not work well on touch devices like iPad.
This change keeps the desktop hover flow unchanged and makes touch devices open the inline comment draft directly after a line selection.
How did you verify your code works?
Screenshots / recordings
Before
before.mp4
After
after.mp4
Checklist