feat: update dependencies to k-ap v0.1.7 and add profileHref utility for user links

This commit is contained in:
2026-05-27 23:37:22 +02:00
parent 6f65742284
commit f6893b19dc
18 changed files with 254 additions and 224 deletions

View File

@@ -155,7 +155,7 @@ export function RemoteUserProfile({
<TabsContent value="followers" className="mt-4">
<Connections
handle={actor.handle}
handle={handle}
token={token}
type="followers"
active={followersActive}
@@ -164,7 +164,7 @@ export function RemoteUserProfile({
<TabsContent value="following" className="mt-4">
<Connections
handle={actor.handle}
handle={handle}
token={token}
type="following"
active={followingActive}