aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/progressbar.js
Commit message (Expand)AuthorAgeFilesLines
* Use original App Title in progress barAndray2024-02-141-1/+8
* 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 has...AUTOMATIC11112023-08-221-6/+18
* 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
* fix missing live preview and progress during certain tasksbbonvi2023-03-311-1/+1
* 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
* 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 a...AUTOMATIC2023-01-151-90/+159
* 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
* switch to gradio 3.8AUTOMATIC2022-11-021-6/+24
* possibly defeat losing of focus for prompt when generating images with galler...AUTOMATIC2022-10-171-3/+9
* 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
* 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
* 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 jo...AUTOMATIC2022-09-181-2/+10
* script.js split work - ui.jsAUTOMATIC2022-09-181-1/+10
* script.js split work - progress.jsAUTOMATIC2022-09-181-90/+3