Keep hover-only actions accessible on tablets - #3699
Open
banjerluke wants to merge 3 commits into
Open
banjerluke wants to merge 3 commits into
banjerluke wants to merge 3 commits into
Conversation
lukes-clanker
Bot
force-pushed
the
feat/tablet-hover-controls
branch
from
September 22, 2026 23:32
b26d00e to
f737eca
Compare
This branch has not been deployed
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.
Human comments
Using
bbon a 13" Boox Note Max tablet these days, which is pretty awesome. There are a few areas where I'm unable to perform commands in the UI due to lack of a mouse, though. This PR fixes that. (Re-submitted version of #2647)What was wrong
Several actions were revealed only on hover, while touch fallbacks were restricted to compact viewport widths. Tablets using desktop-width layouts could therefore lack a reliable way to close tabs or access message, queued-message, and sidebar actions.
What changed
data-icon-rootcontract.This is an app/shared-UI change with no server, protocol, CLI, or configuration changes.
How you verified
pnpm exec turbo run typecheck --filter=@bb/apppnpm exec turbo run test --filter=@bb/app -- MessageActionBar ConversationMessageContent ThreadTimelineRows.actions docs-anatomy-manifest tab-pill theme.test QueuedMessagesListgit diff --check origin/main...HEADpassed.