aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
AgeCommit message (Collapse)AuthorLines
2023-06-27Merge pull request #11415 from netux/extensions-toggle-allAUTOMATIC1111-0/+18
Add checkbox to check/uncheck all extensions in the Installed tab
2023-06-27Merge pull request #11294 from zhtttylz/Fix_Typo_of_hints.jsAUTOMATIC1111-2/+2
Fix Typo of hints.js
2023-06-25feat(extensions): add toggle all checkbox to Installed tabMartín (Netux) Rodríguez-0/+18
Small QoL addition. While there is the option to disable all extensions with the radio buttons at the top, that only acts as an added flag and doesn't really change the state of the extensions in the UI. An use case for this checkbox is to disable all extensions except for a few, which is important for debugging extensions. You could do that before, but you'd have to uncheck and recheck every extension one by one.
2023-06-18Fix Typo of hints.jszhtttylz-2/+2
2023-06-08Generate Forever during generationw-e-w-4/+10
Generate Forever during generation
2023-06-02lint fixescatboxanon-14/+17
2023-06-02Support dynamic sort of extra networkscatboxanon-0/+47
2023-06-01add hiding and a colspans to startup profile tableAUTOMATIC-11/+73
2023-06-01Merge branch 'dev' into startup-profileAUTOMATIC-138/+194
2023-05-31Merge pull request #10814 from missionfloyd/gamepad-disconnectAUTOMATIC1111-1/+7
Only poll gamepads while connected
2023-05-29Move gamepaddisconnected listenermissionfloyd-1/+4
2023-05-28Update imageviewerGamepad.jsmissionfloyd-1/+1
2023-05-28Only poll gamepads while connectedmissionfloyd-1/+4
2023-05-27Merge pull request #10708 from akx/on-ui-update-throttledAUTOMATIC1111-9/+7
Add onAfterUiUpdate callback
2023-05-25Use onAfterUiUpdate where possibleAarni Koskela-9/+7
2023-05-24Add support for tooltips on dropdown optionsAarni Koskela-3/+12
2023-05-24Restore support for dropdown tooltipsAarni Koskela-6/+19
2023-05-24Optimize tooltip checksAarni Koskela-28/+33
* Instead of traversing tens of thousands of text nodes, only look at elements and their children * Debounce the checks to happen only every one second
2023-05-22fix error in dragdrop logicAUTOMATIC-2/+2
2023-05-22repair file paste for Firefox from #10615AUTOMATIC-30/+41
remove animation when pasting files into prompt rework two dragdrop js files into one
2023-05-22Merge pull request #10611 from akx/disable-token-countersAUTOMATIC1111-70/+84
Add option to disable token counters
2023-05-22Merge branch 'dev' into text-drag-fixAUTOMATIC1111-1455/+1539
2023-05-21Fix dragging text to promptmissionfloyd-3/+3
2023-05-21Add option to disable prompt token countersAarni Koskela-0/+8
2023-05-21Move token counters to separate JS file, fix namesAarni Koskela-70/+76
2023-05-21work on startup profile displayAUTOMATIC-1/+92
2023-05-20hiresfix prompt: add classes, update css selcatboxanon-1/+1
2023-05-19get_tab_index(): use a for loop with early-exit for performanceAarni Koskela-8/+6
2023-05-19Replace args_to_array (and facsimiles) with Array.fromAarni Koskela-27/+13
2023-05-19linter fixesAUTOMATIC-1/+1
2023-05-18split visibility method and sort insteadThottyottyotty-1/+4
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-18eslint the merged codeAUTOMATIC-40/+40
2023-05-18Merge branch 'eslint' into devAUTOMATIC-1432/+1455
2023-05-18eslint related file editsAUTOMATIC-58/+45
2023-05-17Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into devAUTOMATIC-0/+1
2023-05-17remove some code duplication from #9348AUTOMATIC-39/+15
2023-05-17Merge branch 'dev' into improve-frontend-responsivenessAUTOMATIC1111-188/+467
2023-05-17simplify name pattern setting tooltipsAUTOMATIC-2/+2
2023-05-17when adding tooltips, do not scan whole document and instead only scan added ↵AUTOMATIC-23/+40
elements
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela-1452/+1488
2023-05-17Fix remove `textual inversion` promptWeiming-11/+20
2023-05-14add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC-1/+2
2023-05-14set up a system to provide extra info for settings elements in python rather ↵AUTOMATIC-36/+56
than js add a bit of spacing/styling to settings elements add link info for token merging
2023-05-13Merge pull request #10335 from akx/l10n-dis-take-2AUTOMATIC1111-27/+33
Localization fixes
2023-05-13Make dump translations work againAarni Koskela-7/+12
2023-05-13Wait for DOMContentLoaded until checking whether localization should be disabledAarni Koskela-20/+21
Refs https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9955#issuecomment-1546587143
2023-05-09prevent Reload UI button/link from reloading the page when it's not yet readyAUTOMATIC-1/+10
2023-05-09make it so that custom context menu from contextMenu.js only disappears ↵AUTOMATIC-2/+1
after user's click, ignoring non-user click events
2023-05-08add links to wiki for filename pattern settingsAUTOMATIC-0/+41
add extended info for quicksettings setting
2023-05-08do not show licenses page when user selects Show all pages in settingsAUTOMATIC-0/+3