It'll be helpful that, instead of having to reload the page over and over to see the status, the contents of the page were dynamic. Thank you.
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
You may use .js:
if (location.href.match(/(Special:GlobalRenameQueue)/)) {
setTimeout(function(){
window.location.reload();
}, 6000); //reload every 6 seconds
}Comment Actions
But I don't want to reload the page. I'm wondering if the table could show live results without having to reload it if at all possible.
Comment Actions
It would definitely be useful, makes it easier to track rename progress. Currently it seems archaic to have to reload the page to get updates.
Comment Actions
@TTO Hi. What do you or Community-Tech think about making this happen? Would it be difficult? Regards.
Comment Actions
I laid some of the groundwork to implement this:
Once those are merged, someone could probably write up some JavaScript that polls the API and updates the table.