feat: update dependencies to k-ap v0.1.7 and add profileHref utility for user links
Some checks failed
lint / lint (push) Failing after 7m11s
test / unit (push) Successful in 16m59s
test / integration (push) Failing after 18m3s

This commit is contained in:
2026-05-27 23:37:22 +02:00
parent 95dea06c55
commit a460428be1
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}