aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/ui.js
AgeCommit message (Expand)AuthorLines
2024-02-17Disable prompt token counters option actually disables token counting rather ...AUTOMATIC1111-2/+0
2024-02-02fix refresh button forgetting sort order for extra networks #14588AUTOMATIC1111-1/+1
2024-02-01Add "Interrupting..." placeholder.AUTOMATIC1111-2/+11
2024-01-01Fix lint issue from 501993ebAarni Koskela-1/+1
2024-01-01added a button to run hires fix on selected image in the galleryAUTOMATIC1111-0/+8
2023-12-13Allow pasting in WIDTHxHEIGHT strings into the width/height fieldsAarni Koskela-0/+24
2023-12-02remove Train/Preprocessing tab and put all its functionality into extras batc...AUTOMATIC1111-0/+17
2023-10-01add search field to settingsAUTOMATIC1111-15/+0
2023-10-01add onEdit function for js and rework token-counter.js to use itAUTOMATIC1111-0/+17
2023-08-19Merge pull request #12662 from bluelovers/bluelovers-patch-1-1AUTOMATIC1111-19/+2
2023-08-19refactor: Update ui.jsbluelovers-19/+2
2023-08-05put localStorage stuff into its own fileAUTOMATIC1111-16/+8
2023-07-31Don't crash if out of local storage quotaAarni Koskela-4/+10
2023-05-25Use onAfterUiUpdate where possibleAarni Koskela-1/+1
2023-05-21Move token counters to separate JS file, fix namesAarni Koskela-70/+1
2023-05-19get_tab_index(): use a for loop with early-exit for performanceAarni Koskela-8/+6
2023-05-19Replace args_to_array (and facsimiles) with Array.fromAarni Koskela-26/+12
2023-05-18eslint the merged codeAUTOMATIC-1/+1
2023-05-18Merge branch 'eslint' into devAUTOMATIC-208/+213
2023-05-18eslint related file editsAUTOMATIC-14/+8
2023-05-17remove some code duplication from #9348AUTOMATIC-39/+15
2023-05-17Merge branch 'dev' into improve-frontend-responsivenessAUTOMATIC1111-14/+94
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela-202/+213
2023-05-09prevent Reload UI button/link from reloading the page when it's not yet readyAUTOMATIC-1/+10
2023-05-08do not show licenses page when user selects Show all pages in settingsAUTOMATIC-0/+3
2023-05-01Merge branch 'dev' into js-misc-fixesAUTOMATIC1111-2/+8
2023-05-01Merge pull request #9969 from AUTOMATIC1111/restore_progress_fixAUTOMATIC1111-2/+2
2023-05-01restore_progress fixw-e-w-2/+2
2023-05-01make it impossible to press the restore progress button after pressing it onceAUTOMATIC-0/+4
2023-04-30Use substring instead of deprecated substrAarni Koskela-1/+1
2023-04-30Fix unused variablesAarni Koskela-2/+2
2023-04-30Fix a whole bunch of implicit globalsAarni Koskela-15/+15
2023-04-29alternate restore progress button implementationAUTOMATIC-1/+45
2023-04-29Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC-27/+0
2023-04-29Merge branch 'dev' into feature/restore-progressAUTOMATIC1111-1/+18
2023-04-29change gradio callback from change to release in a bunch of places now that i...AUTOMATIC-0/+11
2023-04-03Improve frontend responsiveness for some buttonsspace-nuko-0/+48
2023-03-30keep randomId simplersiutin-8/+2
2023-03-30add a button to restore the current progresssiutin-2/+34
2023-03-28add "resize by" and "resize to" tabs to img2imgAUTOMATIC-0/+5
2023-03-28Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC-21/+1
2023-03-28Merge branch 'master' into img2img-enhancespace-nuko-5/+31
2023-03-25Fix Send to img2img buttonsspace-nuko-5/+31
2023-03-25Use .success() callback on img2img preview inputs changespace-nuko-8/+0
2023-03-25img2img resolution preview should use currently selected tab's imagespace-nuko-3/+10
2023-03-25Add upscale slider to img2imgspace-nuko-2/+23
2023-03-25initial gradio 3.22 supportAUTOMATIC-2/+1
2023-01-30update prompt token counts after using the paste params buttonAUTOMATIC-8/+28
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC-0/+7
2023-01-23rework extras tab to use script systemAUTOMATIC-5/+0