Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
dfox428267yWe do this for rants already, but haven't implemented it for comments yet as the logic is a little more complex since purposely posting multiple comments with the same text in a very short amount of time is an actual use-case. We can probably check if anyone replied since your last comment, though there could be a case for two in a row of the same that I'm not thinking of.
-
@dfox there is a fix for this ... it’s client side
When someone taps submit, wait till you get a response from the server before a user can tap again, if successful dont enable the button just go to the next page (depending on if you just reload content into same page enable after animation) if not successful enable it.
You can still make it look like it works.
@dfox Quick feature request. Checking for duplicate comment or rant and hiding them. On erratic connections impatient coders like me press submit button multiple times making duplicate posts!
undefined