add more job state updates and update history tab

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-09-13 10:54:04 -04:00
parent 4e74172f3a
commit d351fdb98f
26 changed files with 69 additions and 77 deletions
-2
View File
@@ -189,7 +189,6 @@ function get_tab_index(tabId) {
.forEach((button, i) => {
if (button.className.indexOf('selected') !== -1) res = i;
});
console.log('get_tab_index', tabId, res);
return res;
}
@@ -297,7 +296,6 @@ function submit_video_wrapper(...args) {
log('submitVideoWrapper', id);
const btn = gradioApp().getElementById(`${id}_generate_btn`);
if (btn) btn.click();
else console.log('submit_video_wrapper: no button found', id);
}
function submit_postprocessing(...args) {