aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #12795 from catboxanon/prevent-duplicate-resize-handler-mk2AUTOMATIC11112023-08-271-1/+3
|/ | | Prevent duplicate resize handler
* fix endless progress requestsAUTOMATIC11112023-08-221-2/+4
|
* Merge pull request #12723 from MMP0/dev-resize-handle-fixAUTOMATIC11112023-08-221-2/+30
|\ | | | | Resize handle improvements and bug fixes
| * Limit mouse detection to primary button onlyMMP02023-08-221-0/+6
| |
| * Prevent text selection and cursor changesMMP02023-08-221-2/+24
| |
* | eslintAUTOMATIC11112023-08-222-18/+13
| |
* | fix broken generate button if not using live previewsAUTOMATIC11112023-08-221-1/+1
| |
* | make it possible to localize tooltips and placeholdersAUTOMATIC11112023-08-221-2/+36
| |
* | for live previews, only hide gallery after at least one live previews pic ↵AUTOMATIC11112023-08-221-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
* Reset columns on resize handle dblclickcatboxanon2023-08-211-0/+2
|
* make resize handle available to extensionsAUTOMATIC11112023-08-211-0/+109
|
* make live previews play nice with window/slider resizesAUTOMATIC11112023-08-201-17/+4
|
* make live preview display work independently from progress barAUTOMATIC11112023-08-201-10/+18
|
* Merge pull request #12662 from bluelovers/bluelovers-patch-1-1AUTOMATIC11112023-08-191-19/+2
|\ | | | | refactor: Update ui.js
| * refactor: Update ui.jsbluelovers2023-08-191-19/+2
| |
* | when refreshing cards in extra networks UI, do not discard user's custom ↵AUTOMATIC11112023-08-141-1/+1
| | | | | | | | resolution
* | linter fixesAUTOMATIC11112023-08-101-6/+6
| |
* | add a custom UI element that combines accordion and checkboxAUTOMATIC11112023-08-101-0/+37
| | | | | | | | | | rework hires fix UI to use accordion prevent bogus progress output in console when calculating hires fix dimensions
* | Allow to open images in new browser tab by MMB.Diego Casorran2023-08-071-0/+5
| | | | | | | | Signed-off-by: Diego Casorran <dcasorran@gmail.com>
* | add checkbox to show/hide dirs for extra networksAUTOMATIC11112023-08-051-0/+29
| |
* | put localStorage stuff into its own fileAUTOMATIC11112023-08-052-16/+34
| |
* | Merge branch 'dev' into extra-networks-always-visibleAUTOMATIC11112023-08-054-10/+27
|\ \
| * \ Merge pull request #1 from daxijiu/fix-some-content-are-ignore-by-localizationdaxijiu2023-08-041-5/+5
| |\ \ | | | | | | | | fix some content are ignore by localization
| | * | fix some content are ignore by localizationdaxijiu2023-08-041-5/+5
| | |/ | | | | | | in setting "Face restoration model" and "Select which Real-ESRGAN models" and in extras "upscaler 1 & 2" are ignore by localization
| | * delete scale checker script due to user demandAUTOMATIC11112023-07-261-108/+0
| | |
| * | support tooltip kwarg for gradio elementsAUTOMATIC11112023-08-011-0/+11
| | |
| * | Don't crash if out of local storage quotaAarni Koskela2023-07-311-4/+10
| | | | | | | | | | | | Fixes #12206 (works around it)
| * | delete scale checker script due to user demandAUTOMATIC11112023-07-261-108/+0
| |/
| * hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC11112023-07-171-1/+1
| | | | | | | | extra networks interface
| * Merge pull request #11669 from gitama2023/patch-1AUTOMATIC11112023-07-161-0/+108
| |\ | | | | | | Added a prompt for users using poor scaling
| | * Added a prompt for users using poor scalinggitama20232023-07-071-0/+108
| | | | | | | | | Added a JavaScript file that detects browser scaling and prompts users when scale is not 100%
* | | fix extra search buttonw-e-w2023-07-171-1/+1
| | |
* | | always show extra networks tabs in the UIAUTOMATIC11112023-07-161-5/+3
|/ /
* | nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC11112023-07-161-1/+0
| | | | | | | | width/height/scale to get thumbs)
* | allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC11112023-07-161-5/+14
| |
* | add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC11112023-07-151-2/+16
| |
* | eslintAUTOMATIC11112023-07-151-4/+4
| |
* | user metadata system for custom networksAUTOMATIC11112023-07-151-6/+31
| |
* | restyle time taken/VRAM displayAUTOMATIC11112023-07-141-2/+0
| |
* | Allow using alt in the prompt fields againAarni Koskela2023-07-111-1/+1
| |
* | fix for eslintAUTOMATIC11112023-07-081-1/+1
| |
* | for #10650: change key to alt+arrows, enable by defaultAUTOMATIC11112023-07-081-1/+5
| |
* | Merge pull request #10650 from missionfloyd/reorder-hotkeysAUTOMATIC11112023-07-081-0/+37
|\ \ | | | | | | Hotkeys to move prompt elements
| * \ Merge branch 'dev' into reorder-hotkeysmissionfloyd2023-05-2620-1505/+1614
| |\ \
| * | | Make ctrl+left/right optionalmissionfloyd2023-05-261-0/+1
| | | |
| * | | Fix lint errorsmissionfloyd2023-05-231-25/+25
| | | |
| * | | Add reorder hotkeysmissionfloyd2023-05-231-0/+36
| | | | | | | | | | | | | | | | Shifts selected items with ctrl+left/right
* | | | Merge pull request #11495 from missionfloyd/end-paren-fixAUTOMATIC11112023-07-081-2/+3
|\ \ \ \ | | | | | | | | | | Correctly remove end parenthesis with ctrl+up/down
| * | | | Correctly remove end parenthesis with ctrl+up/downmissionfloyd2023-06-281-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #11415 from netux/extensions-toggle-allAUTOMATIC11112023-06-271-0/+18
|\ \ \ \ | |/ / / |/| | | Add checkbox to check/uncheck all extensions in the Installed tab