aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
Commit message (Expand)AuthorAgeFilesLines
* prevent escape button causing an interrupt when no generation has been made yetAUTOMATIC11112024-02-171-1/+1
* Fix `Esc` interrupt when button not visiblecatboxanon2024-02-151-2/+4
* Remove unnecessary 'else', add 'lightboxModal' checkkaalibro2023-12-111-4/+3
* Fix linter issueskaalibro2023-12-101-1/+3
* Replace Ctrl+Alt+Enter with Esckaalibro2023-12-101-6/+11
* Add keyboard shortcuts for generationkaalibro2023-12-091-4/+19
* Fixes generation restart not working for some users when 'Ctrl+Enter' is pressedkaalibro2023-11-131-3/+12
* Add files via uploadKhachatur Avanesian2023-10-151-167/+167
* Update script.jsKhachatur Avanesian2023-10-151-67/+61
* Update script.jsKhachatur Avanesian2023-10-151-62/+68
* Update script.jsKhachatur Avanesian2023-10-151-10/+12
* Start / Restart generation by Ctrl (Alt) + EnterKhachatur Avanesian2023-10-141-163/+165
* Frontend: only look at top-level tabs, not nested tabsAarni Koskela2023-05-301-2/+8
* Add onAfterUiUpdate callbackAarni Koskela2023-05-251-0/+27
* Document on* handlers (for extension authors' sake)Aarni Koskela2023-05-251-0/+20
* Merge executeCallbacks and runCallback, simplify + optimizeAarni Koskela2023-05-251-9/+7
* Just use console.error, it's in all browsersAarni Koskela2023-05-251-1/+1
* split visibility method and sort insteadThottyottyotty2023-05-191-3/+7
* rewrite uiElementIsVisibleThottyottyotty2023-05-181-13/+11
* eslint related file editsAUTOMATIC2023-05-181-8/+8
* Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-34/+40
* Update script.jsGeorgLegato2023-04-031-1/+1
* fix overriding getElementById on documentRemixer Dec2023-03-251-1/+1
* initial gradio 3.22 supportAUTOMATIC2023-03-251-2/+4
* extra networks UIAUTOMATIC2023-01-211-1/+12
* load hashes from cache for checkpoints that have themAUTOMATIC2023-01-141-0/+4
* fix js errors when restarting UIAUTOMATIC2023-01-121-1/+2
* better targetting, class tabs was autoassignedGerschel2023-01-041-1/+1
* No code repeatapolinario2022-12-101-2/+3
* style changeapolinario2022-12-061-1/+1
* Use shadowRoot if inside of an iframe and don't use it if outsideapolinario2022-12-061-1/+1
* Fix WebUI not working inside of iframesapolinario2022-12-051-2/+2
* localization supportAUTOMATIC2022-10-171-5/+5
* Add hint for `ctrl/alt enter`aoirusann2022-10-151-2/+2
* Make the ctrl+enter shortcut use the generate button on the current tabJairo Correa2022-10-111-2/+9
* Add ctrl+enter as a shortcut to quickly start a generation.Melan2022-10-101-0/+16
* refactored image paste handling to fill unset images successively, then repla...Connum2022-09-271-0/+21
* make callback queue handling reusable and implement onUiTabChange()Connum2022-09-241-9/+25
* add read access to settings for jsavascriptAUTOMATIC2022-09-181-1/+5
* script.js split work - ui.jsAUTOMATIC2022-09-181-66/+0
* Split history script.js to javascript/ui.jsAndrey2022-09-181-0/+87
* Split history script.js to javascript/ui.jsAndrey2022-09-181-87/+0
* script.js split work - progress.jsAUTOMATIC2022-09-181-29/+0
* Split history script.js to javascript/progressbar.jsAndrey2022-09-181-0/+116
* Split history script.js to javascript/progressbar.jsAndrey2022-09-181-116/+0
* script.js split work - hints.jsAUTOMATIC2022-09-181-92/+0
* Split history script.js to javascript/hints.jsAndrey2022-09-181-0/+208
* Split history script.js to javascript/hints.jsAndrey2022-09-181-208/+0
* script.js split work - dragdrop.jsAUTOMATIC2022-09-181-57/+0
* Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+265