Long-press-to-hub gesture as an alternative to the top-right HubPill #49
Labels
No labels
app:activities
app:chat
app:events
app:forum
app:libra
app:market
app:restaurant
app:tasks
app:wallet
app:webapp
bug
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aiolabs/webapp#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The unified bottom-nav refactor adds a fixed top-right
<HubPill>for "back to hub" navigation, plus a redundant link inside the profile sheet. A third (gestural) option proposed during planning was a long-press on the bottom-nav profile entry — quick to discover for power users, but invisible to first-time users.Scope
@vueuse/core'susePointer/useEventListener(already available — no new deps) on<ProfileSheetTrigger>to detect ~500ms long-press and route to the hub URL.Why now
Filed as a follow-up to the unified bottom-nav plan; not implementing initially because the visible top-right pill is more discoverable and we want to validate that pattern first before adding hidden gestures.
Depends on
Acceptance