-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds username resolution across the dapp #107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's probably still a bunch of places to replace username or display name when available. like in the connect button or the curation stuff
pages/[profile]/[slugOrId].vue
Outdated
@@ -129,16 +129,16 @@ | |||
> | |||
<nuxt-link | |||
class="font-italic text-primary" | |||
:to="`/${ artwork.creator }`" | |||
:to="`/${ artwork.username }`" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not everyone has an art by city username and it isn't a requirement. also, this could be any type of username or blockchain address in the future (i.e. ANS, ARK).
still, if they have a username the url should use the username, but if not should use their address
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lint
No description provided.