sdefresne / gerrit-monitor

Source for Gerrit Monitor Chrome extension
Apache License 2.0
21 stars 16 forks source link

[Feature] Bulk open reviews #28

Closed loadedsith closed 3 years ago

loadedsith commented 4 years ago

Pretty often in the morning I open my queue, have 5-10 reviews, and would like to open them all.

If it helps, now I open the window, right click inspect and run this command in the console:

[...document.querySelectorAll('.incomingRequiringAttention .changelistheader')].forEach((e)=>{e.click()})

And that seems to work ok, but it'd a nice to have a button that does the same.

Thanks,

hanwen commented 3 years ago

alternate, but related request: when I come in in the morning, I often get barraged with a set of notifications. It would be great to not have to click 10 times to make them go away.