easydiffusion/ui/media/js
patriceac d26e646a94
Refresh the image count as user types (#936)
* Refresh the image count as user types

Currently I have to change the focus for the image count to refresh. This change makes it immediate. I've been wondering if 'change' should merely be replaced by 'keyup' but decided against it for accessibility reasons (people who might be using accessibility tools with alternative input methods).

* Add a debounce

Setting a debounce of 300ms on keyup.
2023-03-14 10:37:55 +05:30
..
auto-save.js Move zoom and 'scroll to generated image' into a flat icon strip, with a press-toggle button for the 'scroll to' button; Tweaked the behavior of the on-scroll dropdown CSS class 2023-03-01 18:27:48 +05:30
dnd.js Fix the restoration of the inpainting toggle 2023-02-22 23:46:07 -08:00
engine.js NSFW filter setting 2023-02-18 15:01:13 +05:30
image-editor.js Load mask from file 2023-03-11 12:37:51 +05:30
image-modifiers.js Custom Image Modifiers dialog tweaks (#935) 2023-03-14 10:37:21 +05:30
jquery-3.6.1.min.js Refactor the CSS and JS into separate files, attempt 1 2022-10-18 20:18:56 +05:30
jquery-confirm.min.js Confirm 'Clear All' and 'Stop Task' 2022-11-22 21:27:36 +01:00
main.js Refresh the image count as user types (#936) 2023-03-14 10:37:55 +05:30
marked.min.js Add a 'What's New?' tab as a core plugin, which fetches the contents of CHANGES.md from the app's release branch 2022-11-16 16:54:28 +05:30
parameters.js Change the image zoom size if the textbox is edited next to the slider 2023-02-22 19:56:45 +05:30
plugins.js Support WEBP outputs 2023-02-18 22:37:34 -05:00
searchable-models.js Set the dropdown width only when the dropdown is opened, to fix a bug where it would get set before the DOM element actually rendered. The settings field is collapsed by default (on new installations), so the computed DOM width would be invalid 2023-02-28 15:37:06 +05:30
themes.js fixed theme css properties not being updated properly 2022-12-21 16:03:52 -08:00
utils.js Move zoom and 'scroll to generated image' into a flat icon strip, with a press-toggle button for the 'scroll to' button; Tweaked the behavior of the on-scroll dropdown CSS class 2023-03-01 18:27:48 +05:30