aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/progressbar.js
AgeCommit message (Collapse)AuthorLines
2024-02-14Use original App Title in progress barAndray-1/+8
2023-08-22fix endless progress requestsAUTOMATIC1111-2/+4
2023-08-22eslintAUTOMATIC1111-3/+3
2023-08-22fix broken generate button if not using live previewsAUTOMATIC1111-1/+1
2023-08-22for live previews, only hide gallery after at least one live previews pic ↵AUTOMATIC1111-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
2023-08-20make live previews play nice with window/slider resizesAUTOMATIC1111-17/+4
2023-08-20make live preview display work independently from progress barAUTOMATIC1111-10/+18
2023-05-18eslint related file editsAUTOMATIC-2/+2
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela-91/+91
2023-04-30Fix unused variablesAarni Koskela-2/+2
2023-04-30Fix a whole bunch of implicit globalsAarni Koskela-2/+1
2023-04-29alternate restore progress button implementationAUTOMATIC-2/+2
2023-04-24pull progress for 40 secondsbbonvi-1/+1
for some extreme network conditions 20 seconds may not be enough
2023-03-31fix missing live preview and progress during certain tasksbbonvi-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).
2023-03-25initial gradio 3.22 supportAUTOMATIC-66/+1
2023-02-25fix progressbarVladimir Mandic-1/+1
2023-01-19internal progress relative pathpoiuty-1/+1
2023-01-19add handling to some places in javascript that can potentially cause issues ↵AUTOMATIC-2/+7
#6898
2023-01-18enable progressbar without galleryAUTOMATIC-9/+15
2023-01-18return progress percentage to title barAUTOMATIC-0/+15
2023-01-16return an option to hide progressbarAUTOMATIC-0/+1
2023-01-15remove unneeded log from progressbarAUTOMATIC-2/+0
2023-01-15add setting for progressbar update periodAUTOMATIC-1/+1
2023-01-15eliminate flicker for live previewsAUTOMATIC-7/+7
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC-90/+159
at the same time and do not get previews of each other
2022-12-14Fix various typosJim Hays-6/+6
2022-11-30Restore scroll position on page if giving active element focus changes itSuffocate-2/+14
2022-11-20Move progress info to beginning of titleJonas Böer-1/+1
because who has so few tabs open that they can see the end of a tab name?
2022-11-02switch to gradio 3.8AUTOMATIC-6/+24
2022-10-17possibly defeat losing of focus for prompt when generating images with ↵AUTOMATIC-3/+9
gallery open
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