aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/ui.js
Commit message (Collapse)AuthorAgeFilesLines
* Disable prompt token counters option actually disables token counting rather ↵AUTOMATIC11112024-02-171-2/+0
| | | | | | | than just hiding results. Disable prompt token counters option does not require reload UI. token counters do not become visible until they are positioned correctly.
* fix refresh button forgetting sort order for extra networks #14588AUTOMATIC11112024-02-021-1/+1
|
* Add "Interrupting..." placeholder.AUTOMATIC11112024-02-011-2/+11
|
* Fix lint issue from 501993ebAarni Koskela2024-01-011-1/+1
|
* added a button to run hires fix on selected image in the galleryAUTOMATIC11112024-01-011-0/+8
|
* Allow pasting in WIDTHxHEIGHT strings into the width/height fieldsAarni Koskela2023-12-131-0/+24
|
* remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC11112023-12-021-0/+17
| | | | batch images mode
* add search field to settingsAUTOMATIC11112023-10-011-15/+0
|
* add onEdit function for js and rework token-counter.js to use itAUTOMATIC11112023-10-011-0/+17
|
* Merge pull request #12662 from bluelovers/bluelovers-patch-1-1AUTOMATIC11112023-08-191-19/+2
|\ | | | | refactor: Update ui.js
| * refactor: Update ui.jsbluelovers2023-08-191-19/+2
| |
* | put localStorage stuff into its own fileAUTOMATIC11112023-08-051-16/+8
| |
* | Don't crash if out of local storage quotaAarni Koskela2023-07-311-4/+10
|/ | | | Fixes #12206 (works around it)
* Use onAfterUiUpdate where possibleAarni Koskela2023-05-251-1/+1
|
* Move token counters to separate JS file, fix namesAarni Koskela2023-05-211-70/+1
|
* get_tab_index(): use a for loop with early-exit for performanceAarni Koskela2023-05-191-8/+6
|
* Replace args_to_array (and facsimiles) with Array.fromAarni Koskela2023-05-191-26/+12
|
* eslint the merged codeAUTOMATIC2023-05-181-1/+1
|
* Merge branch 'eslint' into devAUTOMATIC2023-05-181-208/+213
|\
| * eslint related file editsAUTOMATIC2023-05-181-14/+8
| |
| * Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-202/+213
| |
* | remove some code duplication from #9348AUTOMATIC2023-05-171-39/+15
| |
* | Merge branch 'dev' into improve-frontend-responsivenessAUTOMATIC11112023-05-171-14/+94
|\|
| * prevent Reload UI button/link from reloading the page when it's not yet readyAUTOMATIC2023-05-091-1/+10
| |
| * do not show licenses page when user selects Show all pages in settingsAUTOMATIC2023-05-081-0/+3
| |
| * Merge branch 'dev' into js-misc-fixesAUTOMATIC11112023-05-011-2/+8
| |\
| | * Merge pull request #9969 from AUTOMATIC1111/restore_progress_fixAUTOMATIC11112023-05-011-2/+2
| | |\ | | | | | | | | restore_progress fix
| | | * restore_progress fixw-e-w2023-05-011-2/+2
| | | | | | | | | | | | | | | | id wrong type
| | * | make it impossible to press the restore progress button after pressing it onceAUTOMATIC2023-05-011-0/+4
| | |/
| * | Use substring instead of deprecated substrAarni Koskela2023-04-301-1/+1
| | |
| * | Fix unused variablesAarni Koskela2023-04-301-2/+2
| | |
| * | Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-15/+15
| |/
| * alternate restore progress button implementationAUTOMATIC2023-04-291-1/+45
| |
| * Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC2023-04-291-27/+0
| | | | | | | | | | This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
| * Merge branch 'dev' into feature/restore-progressAUTOMATIC11112023-04-291-1/+18
| |\
| | * change gradio callback from change to release in a bunch of places now that ↵AUTOMATIC2023-04-291-0/+11
| | | | | | | | | | | | it's fixed in gradio
| | * add "resize by" and "resize to" tabs to img2imgAUTOMATIC2023-03-281-0/+5
| | |
| * | keep randomId simplersiutin2023-03-301-8/+2
| | |
| * | add a button to restore the current progresssiutin2023-03-301-2/+34
| |/
* / Improve frontend responsiveness for some buttonsspace-nuko2023-04-041-0/+48
|/
* Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC2023-03-281-21/+1
| | | | | This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
* Merge branch 'master' into img2img-enhancespace-nuko2023-03-281-5/+31
|\
| * Fix Send to img2img buttonsspace-nuko2023-03-251-5/+31
| |
* | Use .success() callback on img2img preview inputs changespace-nuko2023-03-251-8/+0
| |
* | img2img resolution preview should use currently selected tab's imagespace-nuko2023-03-251-3/+10
| |
* | Add upscale slider to img2imgspace-nuko2023-03-251-2/+23
|/
* initial gradio 3.22 supportAUTOMATIC2023-03-251-2/+1
|
* update prompt token counts after using the paste params buttonAUTOMATIC2023-01-291-8/+28
|
* add checkpoints tab for extra networks UIAUTOMATIC2023-01-281-0/+7
|
* rework extras tab to use script systemAUTOMATIC2023-01-231-5/+0
|