aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10814 from missionfloyd/gamepad-disconnectAUTOMATIC11112023-05-311-1/+7
|\ | | | | Only poll gamepads while connected
| * Move gamepaddisconnected listenermissionfloyd2023-05-301-1/+4
| |
| * Update imageviewerGamepad.jsmissionfloyd2023-05-291-1/+1
| |
| * Only poll gamepads while connectedmissionfloyd2023-05-291-1/+4
| |
* | Merge pull request #10708 from akx/on-ui-update-throttledAUTOMATIC11112023-05-277-9/+7
|\ \ | | | | | | Add onAfterUiUpdate callback
| * | Use onAfterUiUpdate where possibleAarni Koskela2023-05-257-9/+7
| | |
* | | Add support for tooltips on dropdown optionsAarni Koskela2023-05-241-3/+12
| | |
* | | Restore support for dropdown tooltipsAarni Koskela2023-05-241-6/+19
| | |
* | | Optimize tooltip checksAarni Koskela2023-05-241-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
* | fix error in dragdrop logicAUTOMATIC2023-05-221-2/+2
| |
* | repair file paste for Firefox from #10615AUTOMATIC2023-05-222-30/+41
| | | | | | | | | | remove animation when pasting files into prompt rework two dragdrop js files into one
* | Merge pull request #10611 from akx/disable-token-countersAUTOMATIC11112023-05-222-70/+84
|\ \ | | | | | | Add option to disable token counters
| * | Add option to disable prompt token countersAarni Koskela2023-05-211-0/+8
| | |
| * | Move token counters to separate JS file, fix namesAarni Koskela2023-05-212-70/+76
| |/
* | Merge branch 'dev' into text-drag-fixAUTOMATIC11112023-05-2219-1455/+1539
|\|
| * hiresfix prompt: add classes, update css selcatboxanon2023-05-201-1/+1
| |
| * get_tab_index(): use a for loop with early-exit for performanceAarni Koskela2023-05-191-8/+6
| |
| * Replace args_to_array (and facsimiles) with Array.fromAarni Koskela2023-05-192-27/+13
| |
| * linter fixesAUTOMATIC2023-05-191-1/+1
| |
| * split visibility method and sort insteadThottyottyotty2023-05-191-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
| * eslint the merged codeAUTOMATIC2023-05-182-40/+40
| |
| * Merge branch 'eslint' into devAUTOMATIC2023-05-1819-1432/+1455
| |\
| | * eslint related file editsAUTOMATIC2023-05-1811-58/+45
| | |
| | * Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-1719-1452/+1488
| | |
| * | Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into devAUTOMATIC2023-05-171-0/+1
| |\ \
| | * \ Merge branch 'master' into img2img-detect-image-sizepieresimakp2023-03-257-114/+79
| | |\ \
| | * | | added button to grab the width and height from the loaded image in img2imgpieresimakp2023-03-241-0/+1
| | | | |
| * | | | remove some code duplication from #9348AUTOMATIC2023-05-171-39/+15
| | | | |
| * | | | Merge branch 'dev' into improve-frontend-responsivenessAUTOMATIC11112023-05-1717-188/+467
| |\ \ \ \
| | * | | | simplify name pattern setting tooltipsAUTOMATIC2023-05-171-2/+2
| | | | | |
| | * | | | when adding tooltips, do not scan whole document and instead only scan added ↵AUTOMATIC2023-05-171-23/+40
| | | |_|/ | | |/| | | | | | | | | | | | elements
| | * | | Fix remove `textual inversion` promptWeiming2023-05-171-11/+20
| | | | |
| | * | | add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC2023-05-141-1/+2
| | | | |
| | * | | set up a system to provide extra info for settings elements in python rather ↵AUTOMATIC2023-05-141-36/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than js add a bit of spacing/styling to settings elements add link info for token merging
| | * | | Make dump translations work againAarni Koskela2023-05-131-7/+12
| | | | |
| | * | | Wait for DOMContentLoaded until checking whether localization should be disabledAarni Koskela2023-05-131-20/+21
| | | | | | | | | | | | | | | | | | | | Refs https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9955#issuecomment-1546587143
| * | | | Improve frontend responsiveness for some buttonsspace-nuko2023-04-041-0/+48
| | | | |
* | | | | Fix dragging text to promptmissionfloyd2023-05-222-3/+3
| | | | |
* | | | | Merge pull request #10335 from akx/l10n-dis-take-2AUTOMATIC11112023-05-131-27/+33
| |/ / / |/| | | | | | | Localization fixes
* | | | prevent Reload UI button/link from reloading the page when it's not yet readyAUTOMATIC2023-05-091-1/+10
| | | |
* | | | make it so that custom context menu from contextMenu.js only disappears ↵AUTOMATIC2023-05-091-2/+1
| | | | | | | | | | | | | | | | after user's click, ignoring non-user click events
* | | | add links to wiki for filename pattern settingsAUTOMATIC2023-05-081-0/+41
| | | | | | | | | | | | | | | | add extended info for quicksettings setting
* | | | do not show licenses page when user selects Show all pages in settingsAUTOMATIC2023-05-081-0/+3
| | | |
* | | | directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC2023-05-081-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cards on extra network tabs unless specifically searched for create HTML for extra network pages only on demand allow directories starting with . to still list their models for lora, checkpoints, etc keep "search" filter for extra networks when user refreshes the page
* | | | Merge branch 'dev' into tooltipAUTOMATIC11112023-05-0816-156/+311
|\ \ \ \
| * \ \ \ Merge pull request #9955 from akx/noop-localization-unless-requiredAUTOMATIC11112023-05-081-31/+37
| |\ \ \ \ | | | | | | | | | | | | Make localization.js do nothing if there's no localization to do
| | * | | | Make localization.js do nothing if there's no localization to doAarni Koskela2023-05-041-31/+37
| | | | | |
| * | | | | Merge pull request #10146 from missionfloyd/gamepad-optionAUTOMATIC11112023-05-081-32/+53
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix gamepad navigation
| | * | | | | Work with multiple gamepadsmissionfloyd2023-05-071-3/+4
| | | | | | |
| | * | | | | gamepad repeat optionmissionfloyd2023-05-071-3/+2
| | | | | | |