Skip to content
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

Merged
merged 3 commits into from
Nov 2, 2023

Conversation

Nopfed
Copy link
Contributor

@Nopfed Nopfed commented Oct 26, 2023

No description provided.

@Nopfed Nopfed linked an issue Oct 26, 2023 that may be closed by this pull request
@Nopfed Nopfed requested a review from jim-toth October 26, 2023 22:21
Copy link
Contributor

@jim-toth jim-toth left a 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

@@ -129,16 +129,16 @@
>
<nuxt-link
class="font-italic text-primary"
:to="`/${ artwork.creator }`"
:to="`/${ artwork.username }`"
Copy link
Contributor

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

@jim-toth jim-toth self-requested a review October 31, 2023 05:26
Copy link
Contributor

@jim-toth jim-toth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint

@jim-toth jim-toth marked this pull request as ready for review November 2, 2023 06:57
@jim-toth jim-toth merged commit 5d21efc into master Nov 2, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

resolve usernames across dapp
2 participants