By using this site, you agree to our Privacy Policy and our Terms of Use. Close
Ryuu96 said:
EpicRandy said:

Short explanation : my post are so important that you should always get multiple notifications

Longer explanation :Lol yep looks like if the back-end service slow down there is no UI behavior that shows you your action have registered leading you to spam the add reply button thinking it just didn't register. Being on my phone with known dead touchscreen zone only magnified the issue.

here's a pseudo code way to fix the issue that should be implemented on every button 

instead of something like

function buttonClick(){
  callbackEnd().then((result)=>ShowResult(result));
}

here's what it should be

function buttonClick(){
  button.disabled =  true;
  callbackEnd().then((result)=>ShowResult(result));
}

Didn't know you knew coding 🤔

Talon said it's a great suggestion, we just don't really have the time right now to sort through every button on the website, it's a good clean-up project but our priority is focused elsewhere right now, especially since we have like two active coders, Lol. And we're still dealing with shit related to the hacker.

Sounds like y'all could have a 3rd