fix(web): show bot and group message actions on touch - #238
Merged
Merged
Conversation
Copy, reply, reaction, and read-aloud controls were hover-only on a wide touch screen. They now stay visible under pointer:coarse while keeping the existing narrow-viewport reveal. Adapted from pingdotgg#11020.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Greptile SummaryThis change keeps bot and group message actions visible on coarse-pointer devices while retaining existing hover behavior for fine pointers. The regression guard now checks each message row independently. Confidence Score: 5/5Safe to merge; there are no outstanding blocking issues. The prior concern is no longer outstanding: the current regression guard locates each message row by its individual test ID and verifies the coarse-pointer visibility class and message controls within that row. greptile-apps[bot] manually resolved the earlier thread without explanation. Reviews (3): Last reviewed commit: "Merge branch 'main' into fix/web-coarse-..." | Re-trigger Greptile |
The coarse-pointer visibility class lived on the usual bot and group action rows, but the unavailable-bot group reply still hid its controls. Row-scoped tests now fail if any live message action row drops that class or the reply/reaction/read-aloud wiring.
This was referenced Sep 10, 2026
Merged
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.
What Changed
Bot and group chat message action rows now stay visible under
@media (pointer: coarse)as well as the existingmax-mdreveal. Copy, reply, reaction, and read-aloud stay on those rows.Why
On a wide touch display, hover never fires, so the actions were undiscoverable. Upstream pingdotgg#11020 fixed that on MessagesTimeline. Akeru’s live chat is BotThreadLanding and GroupThreadLanding.
Adapted from pingdotgg/t3code#11020.
UI Changes
Fine-pointer desktop still reveals on hover. Touch and narrow viewports keep the controls visible.
Checklist
Verification
vp test run apps/web/src/components/roster/BotThreadLanding.markdown.test.tsImplemented and verified by Grok 4.6 High in Grok Build via Orca.