aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
AgeCommit message (Collapse)AuthorLines
2023-08-04Merge pull request #1 from daxijiu/fix-some-content-are-ignore-by-localizationdaxijiu-5/+5
fix some content are ignore by localization
2023-08-04fix some content are ignore by localizationdaxijiu-5/+5
in setting "Face restoration model" and "Select which Real-ESRGAN models" and in extras "upscaler 1 & 2" are ignore by localization
2023-08-01support tooltip kwarg for gradio elementsAUTOMATIC1111-0/+11
2023-07-31Don't crash if out of local storage quotaAarni Koskela-4/+10
Fixes #12206 (works around it)
2023-07-26delete scale checker script due to user demandAUTOMATIC1111-108/+0
2023-07-26delete scale checker script due to user demandAUTOMATIC1111-108/+0
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111-1/+1
extra networks interface
2023-07-16Merge pull request #11669 from gitama2023/patch-1AUTOMATIC1111-0/+108
Added a prompt for users using poor scaling
2023-07-16nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC1111-1/+0
width/height/scale to get thumbs)
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111-5/+14
2023-07-16add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC1111-2/+16
2023-07-15eslintAUTOMATIC1111-4/+4
2023-07-15user metadata system for custom networksAUTOMATIC1111-6/+31
2023-07-14restyle time taken/VRAM displayAUTOMATIC1111-2/+0
2023-07-11Allow using alt in the prompt fields againAarni Koskela-1/+1
2023-07-08fix for eslintAUTOMATIC1111-1/+1
2023-07-08for #10650: change key to alt+arrows, enable by defaultAUTOMATIC1111-1/+5
2023-07-08Merge pull request #10650 from missionfloyd/reorder-hotkeysAUTOMATIC1111-0/+37
Hotkeys to move prompt elements
2023-07-08Merge pull request #11495 from missionfloyd/end-paren-fixAUTOMATIC1111-2/+3
Correctly remove end parenthesis with ctrl+up/down
2023-07-07Added a prompt for users using poor scalinggitama2023-0/+108
Added a JavaScript file that detects browser scaling and prompts users when scale is not 100%
2023-06-28Correctly remove end parenthesis with ctrl+up/downmissionfloyd-2/+3
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-25Merge branch 'dev' into reorder-hotkeysmissionfloyd-1505/+1614
2023-05-25Make ctrl+left/right optionalmissionfloyd-0/+1
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 lint errorsmissionfloyd-25/+25
2023-05-22Add reorder hotkeysmissionfloyd-0/+36
Shifts selected items with ctrl+left/right
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