-
Couldn't load subscription status.
- Fork 364
publish-fe: Adds deletion and editing of comments #2734
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
Conversation
Adds interface affordances for the addition and removal of comments.
the root container had height: 100% but also a margin-top set on it. This caused unnecessary scrollbars to appear when the content did not actually overflow the container.
An incorrect check caused comment editing to never be propagated.
|
cc: @ixv |
|
Cancel should definitely be beside the "Submit" button as a Edit as green text looks odd, but I did that the first time (with the Publish header matter, ha) and I have no counter-suggestions. |
|
Are there dark mode styles on that?
…Sent from my iPhone
On Apr 14, 2020, at 9:04 PM, Liam Fitzgerald ***@***.***> wrote:
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
Matilde caught everything here, final results are looking good. |
|
ping @ixv |
|
I hit a bug where after editing one comment, another comment was deleted. Trying to get a repro now. |
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.
Making a new post caused it to recover and I'm unable to get a repro. Unclear if this was spurious, but it doesn't seem too risky. I'm fine with this going in.
|
@ixv I hit a bug last night where after attempting to edit a post (which resulted in a silent failure), I tried to add a comment. When I clicked the button to submit the comment, it took me back to a different page, but it seems to have swallowed the comment. It did this twice in a row. |
Adds interface affordances for the addition and removal of comments.
drafted rn because clay doesn't appear to like the publish-comment mark for whatever reason. Have filed a bug in #2731 . Deletion works fine, but updates are a no go (may actually bork your entire fakezod).
cc: @matildepark @urcades
Demo:

