aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/progressbar.js
Commit message (Collapse)AuthorAgeFilesLines
* fix progressbarVladimir Mandic2023-02-251-1/+1
|
* internal progress relative pathpoiuty2023-01-191-1/+1
|
* add handling to some places in javascript that can potentially cause issues ↵AUTOMATIC2023-01-191-2/+7
| | | | #6898
* enable progressbar without galleryAUTOMATIC2023-01-181-9/+15
|
* return progress percentage to title barAUTOMATIC2023-01-181-0/+15
|
* return an option to hide progressbarAUTOMATIC2023-01-161-0/+1
|
* remove unneeded log from progressbarAUTOMATIC2023-01-151-2/+0
|
* add setting for progressbar update periodAUTOMATIC2023-01-151-1/+1
|
* eliminate flicker for live previewsAUTOMATIC2023-01-151-7/+7
|
* big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC2023-01-151-90/+159
| | | | at the same time and do not get previews of each other
* Fix various typosJim Hays2022-12-151-6/+6
|
* Restore scroll position on page if giving active element focus changes itSuffocate2022-11-301-2/+14
|
* Move progress info to beginning of titleJonas Böer2022-11-201-1/+1
| | | because who has so few tabs open that they can see the end of a tab name?
* switch to gradio 3.8AUTOMATIC2022-11-021-6/+24
|
* possibly defeat losing of focus for prompt when generating images with ↵AUTOMATIC2022-10-171-3/+9
| | | | gallery open
* keep focus on current element when updating galleryAUTOMATIC2022-10-161-2/+4
|
* remove extra 100ms timeoutruocaled2022-10-151-3/+1
|
* re-attach full screen zoom listenersruocaled2022-10-151-0/+3
|
* allow re-open for multiple images galleryruocaled2022-10-151-3/+4
|
* fix observer disconnect logicruocaled2022-10-151-5/+7
|
* remove console.logruocaled2022-10-151-1/+0
|
* auto re-open selected image after re-generation ruocaled2022-10-151-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.
* Add button to skip the current iterationTrung Ngo2022-10-081-6/+14
|
* add check for progress in title settingDepFA2022-10-061-1/+1
|
* Show generation progress in window titleDepFA2022-10-051-0/+15
|
* initial support for training textual inversionAUTOMATIC2022-10-021-0/+1
|
* delete unwanted console.logAUTOMATIC2022-09-231-1/+0
|
* upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC2022-09-231-29/+28
| | | | | | rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
* Show interrupt button without progress barinnovaciones2022-09-231-2/+2
|
* New position and interrupt integrationinnovaciones2022-09-221-8/+6
|
* Update progressbar.jsinnovaciones2022-09-221-1/+1
|
* Fix progress bar positioninnovaciones2022-09-221-3/+13
|
* altered progressbar to not rely on first progress request coming after the ↵AUTOMATIC2022-09-181-2/+10
| | | | job has started; may help with broken progressbar some people say they have
* script.js split work - ui.jsAUTOMATIC2022-09-181-1/+10
|
* script.js split work - progress.jsAUTOMATIC2022-09-181-90/+3
|
* Split history script.js to javascript/progressbar.jsAndrey2022-09-181-0/+116