Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
add tooltip on reply indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcan committed May 9, 2023
1 parent 282deab commit bc8eb33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swiftsky/views/PostView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ struct PostView: View {
.hoverHand {
underlinereply = $0
}
.tooltip {
ProfilePreview(did: reply, path: $path)
}
}
.buttonStyle(.plain)
}
Expand Down

0 comments on commit bc8eb33

Please sign in to comment.