aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-265/+0
* script.js split workAUTOMATIC2022-09-181-133/+9
* Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+389
* Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-389/+0
* Replace existing images when pasting from clipboard or dropping a new one (fi...Connum2022-09-171-4/+45
* typoDepFA2022-09-171-0/+27
* Add previous and next to modal with key shortcutsDepFA2022-09-171-19/+59
* Block event propagation when lightbox is triggeredDepFA2022-09-171-6/+10
* generalise to work on all non-masked images on all tabsDepFA2022-09-171-11/+12
* Add modal creation and functionsDepFA2022-09-171-0/+60
* X/Y plot support for switching checkpoints.AUTOMATIC2022-09-171-0/+2
* add a comment and some checks for the functionality of the last PRAUTOMATIC2022-09-171-1/+10