Originally created by @fqclovelal on GitHub (Mar 28, 2025).
Originally assigned to: @ivanvorobei on GitHub.
Describe the problem
A clear and concise description of what the problem is.
Button(action: withAnimation { likeButtonPressed }, label: {
Text( self.liked ? "❤️" :"💔")
})
Originally created by @fqclovelal on GitHub (Mar 28, 2025).
Originally assigned to: @ivanvorobei on GitHub.
**Describe the problem**
A clear and concise description of what the problem is.
Button(action: withAnimation { likeButtonPressed }, label: {
Text( self.liked ? "❤️" :"💔")
})
adam
added the bug label 2025-12-29 04:20:10 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @fqclovelal on GitHub (Mar 28, 2025).
Originally assigned to: @ivanvorobei on GitHub.
Describe the problem
A clear and concise description of what the problem is.
Button(action: withAnimation { likeButtonPressed }, label: {
Text( self.liked ? "❤️" :"💔")
})