aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/progressbar.js
AgeCommit message (Collapse)AuthorLines
2022-10-16keep focus on current element when updating galleryAUTOMATIC-2/+4
2022-10-15remove extra 100ms timeoutruocaled-3/+1
2022-10-15re-attach full screen zoom listenersruocaled-0/+3
2022-10-15allow re-open for multiple images galleryruocaled-3/+4
2022-10-15fix observer disconnect logicruocaled-5/+7
2022-10-15remove console.logruocaled-1/+0
2022-10-15auto re-open selected image after re-generation ruocaled-0/+32
attach an observer of gallery when generation in progress, if there was a image selected in gallery and gallery has only 1 image, auto re-select/open that image. This matches behavior of prior to Gradio 3.4.1 version bump, is a quality of life feature many people enjoyed.
2022-10-08Add button to skip the current iterationTrung Ngo-6/+14
2022-10-06add check for progress in title settingDepFA-1/+1
2022-10-05Show generation progress in window titleDepFA-0/+15
2022-10-02initial support for training textual inversionAUTOMATIC-0/+1
2022-09-23delete unwanted console.logAUTOMATIC-1/+0
2022-09-23upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC-29/+28
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
2022-09-23Show interrupt button without progress barinnovaciones-2/+2
2022-09-22New position and interrupt integrationinnovaciones-8/+6
2022-09-22Update progressbar.jsinnovaciones-1/+1
2022-09-22Fix progress bar positioninnovaciones-3/+13
2022-09-18altered progressbar to not rely on first progress request coming after the ↵AUTOMATIC-2/+10
job has started; may help with broken progressbar some people say they have
2022-09-18script.js split work - ui.jsAUTOMATIC-1/+10
2022-09-18script.js split work - progress.jsAUTOMATIC-90/+3
2022-09-18Split history script.js to javascript/progressbar.jsAndrey-0/+116