Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-15 | Fix `Esc` interrupt when button not visible | catboxanon | |
2023-12-11 | Remove unnecessary 'else', add 'lightboxModal' check | kaalibro | |
2023-12-10 | Fix linter issues | kaalibro | |
2023-12-10 | Replace Ctrl+Alt+Enter with Esc | kaalibro | |
2023-12-09 | Add keyboard shortcuts for generation | kaalibro | |
(Removed Alt+Enter) Ctrl+Enter to start/restart generation (New) Alt/Option+Enter to skip generation (New) Ctrl+Alt/Option+Enter to interrupt generation | |||
2023-11-13 | Fixes generation restart not working for some users when 'Ctrl+Enter' is pressed | kaalibro | |
2023-10-15 | Add files via upload | Khachatur Avanesian | |
LF | |||
2023-10-15 | Update script.js | Khachatur Avanesian | |
2023-10-15 | Update script.js | Khachatur Avanesian | |
LF instead CRLF | |||
2023-10-15 | Update script.js | Khachatur Avanesian | |
Exclude lambda | |||
2023-10-15 | Start / Restart generation by Ctrl (Alt) + Enter | Khachatur Avanesian | |
Add ability to interrupt current generation and start generation again by Ctrl (Alt) + Enter | |||
2023-05-30 | Frontend: only look at top-level tabs, not nested tabs | Aarni Koskela | |
Refs https://github.com/adieyal/sd-dynamic-prompts/issues/459#issuecomment-1568543926 | |||
2023-05-25 | Add onAfterUiUpdate callback | Aarni Koskela | |
2023-05-25 | Document on* handlers (for extension authors' sake) | Aarni Koskela | |
2023-05-25 | Merge executeCallbacks and runCallback, simplify + optimize | Aarni Koskela | |
2023-05-25 | Just use console.error, it's in all browsers | Aarni Koskela | |
2023-05-18 | split visibility method and sort instead | Thottyottyotty | |
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 | |||
2023-05-18 | rewrite uiElementIsVisible | Thottyottyotty | |
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 | |||
2023-05-18 | eslint related file edits | AUTOMATIC | |
2023-05-17 | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | |
2023-04-03 | Update script.js | GeorgLegato | |
updated how tabs are presented in DOM with Gradio 3.23. | |||
2023-03-25 | fix overriding getElementById on document | Remixer Dec | |
2023-03-25 | initial gradio 3.22 support | AUTOMATIC | |
2023-01-21 | extra networks UI | AUTOMATIC | |
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> | |||
2023-01-14 | load hashes from cache for checkpoints that have them | AUTOMATIC | |
add checkpoint hash to footer | |||
2023-01-12 | fix js errors when restarting UI | AUTOMATIC | |
2023-01-03 | better targetting, class tabs was autoassigned | Gerschel | |
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. | |||
2022-12-10 | No code repeat | apolinario | |
2022-12-06 | style change | apolinario | |
2022-12-06 | Use shadowRoot if inside of an iframe and don't use it if outside | apolinario | |
This makes sure it will work everywhere | |||
2022-12-05 | Fix WebUI not working inside of iframes | apolinario | |
2022-10-17 | localization support | AUTOMATIC | |
2022-10-15 | Add hint for `ctrl/alt enter` | aoirusann | |
And duplicate implementations are removed | |||
2022-10-11 | Make the ctrl+enter shortcut use the generate button on the current tab | Jairo Correa | |
2022-10-10 | Add ctrl+enter as a shortcut to quickly start a generation. | Melan | |
2022-09-27 | refactored image paste handling to fill unset images successively, then ↵ | Connum | |
replace last existing image (fixes #981) | |||
2022-09-24 | make callback queue handling reusable and implement onUiTabChange() | Connum | |
2022-09-18 | add read access to settings for jsavascript | AUTOMATIC | |
add an option to disable lightbox modal | |||
2022-09-18 | script.js split work - ui.js | AUTOMATIC | |
2022-09-18 | Split history script.js to javascript/ui.js | Andrey | |
2022-09-18 | Split history script.js to javascript/ui.js | Andrey | |
2022-09-18 | script.js split work - progress.js | AUTOMATIC | |
2022-09-18 | Split history script.js to javascript/progressbar.js | Andrey | |
2022-09-18 | Split history script.js to javascript/progressbar.js | Andrey | |
2022-09-18 | script.js split work - hints.js | AUTOMATIC | |
2022-09-18 | Split history script.js to javascript/hints.js | Andrey | |
2022-09-18 | Split history script.js to javascript/hints.js | Andrey | |
2022-09-18 | script.js split work - dragdrop.js | AUTOMATIC | |
2022-09-18 | Split history script.js to javascript/dragdrop.js | Andrey | |
2022-09-18 | Split history script.js to javascript/dragdrop.js | Andrey | |