aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | (Removed Alt+Enter) Ctrl+Enter to start/restart generation (New) Alt/Option+Enter to skip generation (New) Ctrl+Alt/Option+Enter to interrupt generation
* 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
| | | LF
* Update script.jsKhachatur Avanesian2023-10-151-67/+61
|
* Update script.jsKhachatur Avanesian2023-10-151-62/+68
| | | LF instead CRLF
* Update script.jsKhachatur Avanesian2023-10-151-10/+12
| | | Exclude lambda
* Start / Restart generation by Ctrl (Alt) + EnterKhachatur Avanesian2023-10-141-163/+165
| | | Add ability to interrupt current generation and start generation again by Ctrl (Alt) + Enter
* Frontend: only look at top-level tabs, not nested tabsAarni Koskela2023-05-301-2/+8
| | | | Refs https://github.com/adieyal/sd-dynamic-prompts/issues/459#issuecomment-1568543926
* 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
| | | | split out the visibility method for pasting and use a sort inside the paste handler to prioritize on-screen fields rather than targeting ONLY on screen fields
* rewrite uiElementIsVisibleThottyottyotty2023-05-181-13/+11
| | | | rewrite visibility checking to be more generic/cleaner as well as add functionality to check if the element is scrolled on screen for more intuitive paste-target selection
* 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
| | | updated how tabs are presented in DOM with Gradio 3.23.
* 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
| | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
* load hashes from cache for checkpoints that have themAUTOMATIC2023-01-141-0/+4
| | | | add checkpoint hash to footer
* fix js errors when restarting UIAUTOMATIC2023-01-121-1/+2
|
* better targetting, class tabs was autoassignedGerschel2023-01-041-1/+1
| | | | | | | I moved a preset manager into quicksettings, this function was targeting my component instead of the tabs. This is because class tabs is autoassigned, while element id #tabs is not, this allows a tabbed component to live in the quicksettings.
* 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
| | | This makes sure it will work everywhere
* 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
| | | | And duplicate implementations are removed
* 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 ↵Connum2022-09-271-0/+21
| | | | replace last existing image (fixes #981)
* make callback queue handling reusable and implement onUiTabChange()Connum2022-09-241-9/+25
|
* add read access to settings for jsavascriptAUTOMATIC2022-09-181-1/+5
| | | | add an option to disable lightbox modal
* 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
|