aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* 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%
* | 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
| * | | feat(extensions): add toggle all checkbox to Installed tabMartín (Netux) Rodríguez2023-06-251-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.
* | | | Merge pull request #11294 from zhtttylz/Fix_Typo_of_hints.jsAUTOMATIC11112023-06-271-2/+2
|\ \ \ \ | |/ / / |/| | | Fix Typo of hints.js
| * | | Fix Typo of hints.jszhtttylz2023-06-181-2/+2
| | | |
* | | | Generate Forever during generationw-e-w2023-06-081-4/+10
| | | | | | | | | | | | | | | | Generate Forever during generation
* | | | lint fixescatboxanon2023-06-021-14/+17
| | | |
* | | | Support dynamic sort of extra networkscatboxanon2023-06-021-0/+47
| | | |
* | | | add hiding and a colspans to startup profile tableAUTOMATIC2023-06-011-11/+73
| | | |
* | | | Merge branch 'dev' into startup-profileAUTOMATIC2023-06-0113-138/+194
|\ \ \ \
| * \ \ \ 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
| | | |
| * | | 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
* | | work on startup profile displayAUTOMATIC2023-05-202-1/+92
| |/ |/|
* | 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
| |