-
Notifications
You must be signed in to change notification settings - Fork 64
added link to user handles on profile following and followers #11
base: master
Are you sure you want to change the base?
Conversation
Also, I hope it works, as I could not test it myself |
src/routes/FollowListPopup.svelte
Outdated
@@ -100,7 +100,7 @@ | |||
>{user.iq}</span | |||
> | |||
</div> | |||
<p class="text-sm text-muted-foreground">@{user.handle}</p> | |||
<p class="text-sm text-muted-foreground"><a href="https://lyntr.com/@{user.handle}">@{user.handle}</a></p> |
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.
It works but please change href to /@{user.handle}
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.
Ok, I hope I understood the fix correctly, is this bc it uses a hardcoded URL prefix?
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.
Ok, I hope I understood the fix correctly, is this bc it uses a hardcoded URL prefix?
Yeah because on localhost it will redirect to lyntr.com
Sorry can you merge my pr on your fork the anchor and href doesn't work because it doesn't update the currentPage store it also doesn't fully refresh the page so it doesn't go to the follower/following profile unless you manually refresh |
Fix redirect
What's the status on this? |
So hopefully I made it that way now you can click on followings and followers and be redirected to their profile page