aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
AgeCommit message (Collapse)AuthorLines
2023-10-03case-insensitive search for settingsAUTOMATIC1111-2/+2
2023-10-03Merge pull request #13480 from AUTOMATIC1111/popup-fixAUTOMATIC1111-6/+3
Fix accidentally closing popup dialogs
2023-10-02Lintmissionfloyd-1/+1
2023-10-02Fix accidentally closing popup dialogsmissionfloyd-7/+4
2023-10-01add search field to settingsAUTOMATIC1111-16/+47
2023-10-01add onEdit function for js and rework token-counter.js to use itAUTOMATIC1111-17/+26
2023-10-01Merge pull request #13444 from AUTOMATIC1111/edit-attn-delimitersAUTOMATIC1111-14/+8
edit-attention: Allow editing whitespace delimiters
2023-09-30Remove end parenthesis from weightmissionfloyd-1/+1
2023-09-30Remove unneeded codemissionfloyd-12/+1
2023-09-30Use checkboxes for whitespace delimitersmissionfloyd-2/+6
2023-09-30Allow editing whitespace delimitersmissionfloyd-1/+2
2023-09-30Merge pull request #12877 from zixaphir/removeExtraNetworksFromPrompt_fixAUTOMATIC1111-4/+10
account for customizable extra network separators in remove code
2023-09-30Merge pull request #13372 from ezt19/patch-1AUTOMATIC1111-1/+1
Update dragdrop.js
2023-09-26Update card on correct tabmissionfloyd-1/+1
2023-09-23Update dragdrop.jsezt19-1/+1
Fixing a problem when u cannot put two images and they are going into two different places for images.
2023-09-09Remove extra spaceszixaphir-1/+1
2023-09-09Remove extra network separator without regexzixaphir-10/+11
2023-08-31Account for edge case where user deleted leading separator.zixaphir-1/+1
2023-08-30account for customizable extra network separators in remove codezixaphir-2/+7
previous behavior only searched for leading spaces
2023-08-30get progressbar to display correctly in extensions tabAUTOMATIC1111-1/+1
2023-08-30get progressbar to display correctly in extensions tabAUTOMATIC1111-1/+1
2023-08-29Merge pull request #12834 from catboxanon/fix/notification-tab-switchAUTOMATIC1111-1/+1
Fix notification not playing when built-in webui tab is inactive
2023-08-28Fix notification not playing when built-in webui tab is inactivecatboxanon-1/+1
2023-08-27lintAUTOMATIC1111-1/+1
2023-08-27lintAUTOMATIC1111-1/+1
2023-08-27fix style editing dialog breaking if it's opened in both img2img and txt2img ↵AUTOMATIC1111-0/+9
tabs
2023-08-27Merge pull request #12795 from catboxanon/prevent-duplicate-resize-handler-mk2AUTOMATIC1111-1/+3
Prevent duplicate resize handler
2023-08-27fix style editing dialog breaking if it's opened in both img2img and txt2img ↵AUTOMATIC1111-0/+9
tabs
2023-08-26Prevent duplicate resize handlercatboxanon-1/+3
2023-08-22fix endless progress requestsAUTOMATIC1111-2/+4
2023-08-22Merge pull request #12723 from MMP0/dev-resize-handle-fixAUTOMATIC1111-2/+30
Resize handle improvements and bug fixes
2023-08-22eslintAUTOMATIC1111-18/+13
2023-08-22fix broken generate button if not using live previewsAUTOMATIC1111-1/+1
2023-08-22make it possible to localize tooltips and placeholdersAUTOMATIC1111-2/+36
2023-08-22Limit mouse detection to primary button onlyMMP0-0/+6
2023-08-22for live previews, only hide gallery after at least one live previews pic ↵AUTOMATIC1111-6/+18
has been received fix blinking for live previews fix a clientside live previews exception that happens when you kill serverside during sampling match the size of live preview image to gallery image
2023-08-22Prevent text selection and cursor changesMMP0-2/+24
2023-08-21Reset columns on resize handle dblclickcatboxanon-0/+2
2023-08-21make resize handle available to extensionsAUTOMATIC1111-0/+109
2023-08-20make live previews play nice with window/slider resizesAUTOMATIC1111-17/+4
2023-08-20make live preview display work independently from progress barAUTOMATIC1111-10/+18
2023-08-19Merge pull request #12662 from bluelovers/bluelovers-patch-1-1AUTOMATIC1111-19/+2
refactor: Update ui.js
2023-08-19refactor: Update ui.jsbluelovers-19/+2
2023-08-14when refreshing cards in extra networks UI, do not discard user's custom ↵AUTOMATIC1111-1/+1
resolution
2023-08-10linter fixesAUTOMATIC1111-6/+6
2023-08-10add a custom UI element that combines accordion and checkboxAUTOMATIC1111-0/+37
rework hires fix UI to use accordion prevent bogus progress output in console when calculating hires fix dimensions
2023-08-07Allow to open images in new browser tab by MMB.Diego Casorran-0/+5
Signed-off-by: Diego Casorran <dcasorran@gmail.com>
2023-08-05add checkbox to show/hide dirs for extra networksAUTOMATIC1111-0/+29
2023-08-05put localStorage stuff into its own fileAUTOMATIC1111-16/+34
2023-08-05Merge branch 'dev' into extra-networks-always-visibleAUTOMATIC1111-10/+27