aboutsummaryrefslogtreecommitdiff
path: root/javascript
AgeCommit message (Collapse)Author
2023-08-22Limit mouse detection to primary button onlyMMP0
2023-08-22for live previews, only hide gallery after at least one live previews pic ↵AUTOMATIC1111
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
2023-08-21Reset columns on resize handle dblclickcatboxanon
2023-08-21make resize handle available to extensionsAUTOMATIC1111
2023-08-20make live previews play nice with window/slider resizesAUTOMATIC1111
2023-08-20make live preview display work independently from progress barAUTOMATIC1111
2023-08-19Merge pull request #12662 from bluelovers/bluelovers-patch-1-1AUTOMATIC1111
refactor: Update ui.js
2023-08-19refactor: Update ui.jsbluelovers
2023-08-14when refreshing cards in extra networks UI, do not discard user's custom ↵AUTOMATIC1111
resolution
2023-08-10linter fixesAUTOMATIC1111
2023-08-10add a custom UI element that combines accordion and checkboxAUTOMATIC1111
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
Signed-off-by: Diego Casorran <dcasorran@gmail.com>
2023-08-05add checkbox to show/hide dirs for extra networksAUTOMATIC1111
2023-08-05put localStorage stuff into its own fileAUTOMATIC1111
2023-08-05Merge branch 'dev' into extra-networks-always-visibleAUTOMATIC1111
2023-08-04Merge pull request #1 from daxijiu/fix-some-content-are-ignore-by-localizationdaxijiu
fix some content are ignore by localization
2023-08-04fix some content are ignore by localizationdaxijiu
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
2023-07-31Don't crash if out of local storage quotaAarni Koskela
Fixes #12206 (works around it)
2023-07-26delete scale checker script due to user demandAUTOMATIC1111
2023-07-26delete scale checker script due to user demandAUTOMATIC1111
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111
extra networks interface
2023-07-17fix extra search buttonw-e-w
2023-07-16Merge pull request #11669 from gitama2023/patch-1AUTOMATIC1111
Added a prompt for users using poor scaling
2023-07-16always show extra networks tabs in the UIAUTOMATIC1111
2023-07-16nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC1111
width/height/scale to get thumbs)
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111
2023-07-16add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC1111
2023-07-15eslintAUTOMATIC1111
2023-07-15user metadata system for custom networksAUTOMATIC1111
2023-07-14restyle time taken/VRAM displayAUTOMATIC1111
2023-07-11Allow using alt in the prompt fields againAarni Koskela
2023-07-08fix for eslintAUTOMATIC1111
2023-07-08for #10650: change key to alt+arrows, enable by defaultAUTOMATIC1111
2023-07-08Merge pull request #10650 from missionfloyd/reorder-hotkeysAUTOMATIC1111
Hotkeys to move prompt elements
2023-07-08Merge pull request #11495 from missionfloyd/end-paren-fixAUTOMATIC1111
Correctly remove end parenthesis with ctrl+up/down
2023-07-07Added a prompt for users using poor scalinggitama2023
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
2023-06-27Merge pull request #11415 from netux/extensions-toggle-allAUTOMATIC1111
Add checkbox to check/uncheck all extensions in the Installed tab
2023-06-27Merge pull request #11294 from zhtttylz/Fix_Typo_of_hints.jsAUTOMATIC1111
Fix Typo of hints.js
2023-06-25feat(extensions): add toggle all checkbox to Installed tabMartín (Netux) Rodríguez
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
2023-06-08Generate Forever during generationw-e-w
Generate Forever during generation
2023-06-02lint fixescatboxanon
2023-06-02Support dynamic sort of extra networkscatboxanon
2023-06-01add hiding and a colspans to startup profile tableAUTOMATIC
2023-06-01Merge branch 'dev' into startup-profileAUTOMATIC
2023-05-31Merge pull request #10814 from missionfloyd/gamepad-disconnectAUTOMATIC1111
Only poll gamepads while connected
2023-05-29Move gamepaddisconnected listenermissionfloyd