fix(activities): toast on logged-out Create tap instead of opening dialog #64
No reviewers
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!64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/activities-create-auth-toast"
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?
Summary
BottomNav.vuefiresonTabClickregardless oftab.disabled— thedisabledflag is opacity-only, not a click gate.activities-app/App.vue, the Create tab'sonClicknow checksisAuthenticatedand shows atoast.info('Log in to create an activity', …)with a "Log in" action that routes to/login, mirroringBookmarkButton.vue/RSVPButton.vue. Thedisabledopacity stays as a visual cue.Test plan
/login.🤖 Generated with Claude Code