Notification badge wiring on standalone bottom-nav profile entry #46
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#46
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 hub already declares an
unreadfield per tile (Hub.vue:39,Hub.vue:146-152) but it's not wired to data — gated on #32. The same badge concept should extend to the profile entry on each standalone's bottom nav (added in the unified-bottom-nav refactor): show an unread count there for things like incoming chat DMs, market order status updates, libra approval requests, etc.Scope
<ProfileSheetTrigger>reads its own app's count and renders a<Badge>overlay on the avatar.Why now
Surfaced while planning the unified bottom-nav refactor. Avatar badge slot is naturally there; data plumbing is the work.
Depends on
Acceptance