-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix comment click deadzones #1175
Conversation
Makes it easier to make selections on comment source.
}, | ||
) | ||
Spacer(modifier = Modifier.height(MEDIUM_PADDING)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The combination of this unclickable spacer and the modifier with unclickable padding on the footer line below seems to have been a deadzone when clicking to collapse comments.
app/src/main/java/com/jerboa/ui/components/comment/CommentNode.kt
Outdated
Show resolved
Hide resolved
Can you also change that the View Source text changes to View original after it is clicked like it does with the post |
… comment text and the source text.
I was avoiding touching the dialogs 😄 updated now. |
Also makes it easier to make selections on comment source, and source now shows in monospace.
Screen_recording_20230812_000054.webm