Quote:
Originally Posted by analogue
1) When editing a post, the action menu is not state aware, so it lets you select edit repeatedly, causing multiple edit controls to stack up. (see image)
2) If you click "Stickies" on a forum header, you get the filtered list, but none of the threads can be clicked.
Side note: I have code setup to update the Service Bulletin sticky threads for the various forums from a daily GitHub action. I'll start to look at how it works to create or update posts on a beta site, but let me know if there is any opportunity to use an API instead of emulating browser behaviors.
|
Awesome catch(s).
1) This should now hopefully be fixed, you may have to do a CTRL-F5 / refresh to get the fresh page running and see if it successfully prevents you from performing multiple edits the way you show
2) This is still being worked on to get the best solution, work-in-progress but coming
3) We do have an API which could be used for this, but the problem is that im still working on it with changes happening every few weeks so it would probably be more of a headache then help at this point. But I see the API going to a stable form once the site is out of beta. It also uses multiple keys and a type of CSRF protection so plus or minus on how much of a headache that also creates for you vs just doing what you are doing now. But if you want to use the API reach out once the site is fully out of beta and I can show you