bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
124 stars 16 forks source link

Fast triage flow #30

Closed jiriappl closed 4 years ago

jiriappl commented 4 years ago

Hello,

I have made a private change for myself to add a Delete button onto the Alerts page, add support for Del keyboard shortcut and also option to disable Confirmations for deletion in order to allow me to quickly go through alerts and delete them.

Is this something you would be interested in merging to master? If so, I can clean up my change and send a PR. Let me know.

Thanks, Jiri

bp2008 commented 4 years ago

Sure! I may make tweaks before it goes into the next release, but those sound like good additions.

jiriappl commented 4 years ago

Opened the PR: https://github.com/bp2008/ui3/pull/31

bp2008 commented 4 years ago

Thanks!

I fixed a couple minor bugs and included this in release 101. Expect it in the next Blue Iris patch :)

bp2008 commented 4 years ago

And if I may say so, your code was much cleaner than expected!! I appreciate the attention to detail.

jiriappl commented 4 years ago

Great, thank you for cleaning it up and accepting the patch!