aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/progressbar.js
Commit message (Collapse)AuthorAgeFilesLines
* fix endless progress requestsAUTOMATIC11112023-08-221-2/+4
|
* eslintAUTOMATIC11112023-08-221-3/+3
|
* fix broken generate button if not using live previewsAUTOMATIC11112023-08-221-1/+1
|
* for live previews, only hide gallery after at least one live previews pic ↵AUTOMATIC11112023-08-221-6/+18
| | | | | | | | has been received fix blinking for live previews fix a clientside live previews exception that happens when you kill serverside during sampling match the size of live preview image to gallery image
* make live previews play nice with window/slider resizesAUTOMATIC11112023-08-201-17/+4
|
* make live preview display work independently from progress barAUTOMATIC11112023-08-201-10/+18
|
* eslint related file editsAUTOMATIC2023-05-181-2/+2
|
* Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-91/+91
|
* Fix unused variablesAarni Koskela2023-04-301-2/+2
|
* Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-2/+1
|
* alternate restore progress button implementationAUTOMATIC2023-04-291-2/+2
|
* pull progress for 40 secondsbbonvi2023-04-241-1/+1
| | | | for some extreme network conditions 20 seconds may not be enough
* fix missing live preview and progress during certain tasksbbonvi2023-03-311-1/+1
| | | | | | Sometimes tasks take longer than 5 seconds to start, resulting in missing progress bar and livepreviews, so we have to keep pulling for progress a bit longer (5s -> 20s).
* initial gradio 3.22 supportAUTOMATIC2023-03-251-66/+1
|
* 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