Closed jim-toth closed 1 year ago
/[profile]/index.vue
[profile]
address
username
Avatar
BioCard
LikesFeed
TipsFeed
ProfileEditButton
TipButton
to get authed address:
import { useAuthStore } from '~/stores/auth' const auth = useAuthStore() const address = auth.address // will be null if not logged in
/[profile]/index.vue
[profile]
route param with abc sdk intoaddress
&username
Avatar
placeholder component that takesaddress
as propBioCard
placeholder component that takesaddress
as propLikesFeed
placeholder component that takesaddress
as propTipsFeed
placeholder component that takesaddress
as propProfileEditButton
placeholder componentTipButton
placeholder component that takesaddress
as propProfileEditButton
if the current authenticated user address matches the profile addressTipButton
to get authed address: