cloudflare / wildebeest

Wildebeest is an ActivityPub and Mastodon-compatible server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvements account links (and make a reusable account info component)

dario-piotrowicz opened this issue · comments


In the explore page (as well as in the public and local ones), clicking on a user's display name navigates you to the toot's page and not the account page:
Kapture 2023-02-15 at 20 52 17

I think it should go to the account page instead
(the href looks correct so I suspect that this is because of the toot's click behaviour? maybe we should have the click set only for the toots content?)

strangely enough clicking on the account's avatar does navigate you to the account's page


As part of this change I would propose to create an account + names reusable component since it looks like we are showing the same thing in different pages but with slightly different styles/content.

in one of the timeline pages:
Screenshot 2023-02-15 at 20 57 09

in a toot's page:
Screenshot 2023-02-15 at 20 57 17

(we should pick one, also the texts placement looks a bit off in both)