aboutsummaryrefslogtreecommitdiff
path: root/javascript/ui.js
AgeCommit message (Collapse)Author
2023-01-14load hashes from cache for checkpoints that have themAUTOMATIC
add checkpoint hash to footer
2023-01-12fix send to inpaint sending you to wrong placeAUTOMATIC
2023-01-04Merge pull request #4177 from eltociear/patch-2AUTOMATIC1111
Fix typo in ui.js
2023-01-03add a button to show all setting pagesAUTOMATIC
2023-01-02make "send to" buttons send actual dimension of the sent image rather than ↵AUTOMATIC
fields
2022-12-14Fix various typosJim Hays
2022-12-10use less javascript for this non-js-only implementation of the clear prompt ↵AUTOMATIC
button.
2022-12-10Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan
2022-11-20made selected_gallery_index query selectors more restrictiveLiam
2022-11-06Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan
2022-11-06add ability to create extensions that add localizationsAUTOMATIC
2022-11-03Fix typo in ui.jsIkko Ashimine
interation -> interaction
2022-11-01clear on the client-side againpapuSpartan
2022-10-31Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan
2022-10-27create send to buttons in one moduleyfszzx
2022-10-22fix js func signature and not forget to initialize confirmation var to ↵papuSpartan
prevent exception upon cancelling confirmation
2022-10-21forgot to clear neg prompt after moving to back. Add tooltip to hintspapuSpartan
2022-10-21refactor internal terminology to use 'clear' instead of 'trash' like #2728papuSpartan
2022-10-21update token counter when clearing promptpapuSpartan
2022-10-21only delete prompt on back end and remove client-side deletionpapuSpartan
2022-10-21initial work on getting prompts cleared on the backend and synchronizing ↵papuSpartan
token counter
2022-10-20add settings option to toggle button visibilitypapuSpartan
2022-10-20remove unnecessary assignmentpapuSpartan
2022-10-20add confirmation dialoguepapuSpartan
2022-10-20clear prompt button now works on both relevant tabs. Device detection stuff ↵papuSpartan
will be added later.
2022-10-17Use of a --theme argument for more flexibilityMichoko
Added possibility to set the theme (light or dark)
2022-10-17Added dark mode switchMichoko
Launch the UI in dark mode with the --dark-mode switch
2022-10-15change styling for top right corner UIAUTOMATIC
made save style button not die when you cancel
2022-10-15Add hint for `ctrl/alt enter`aoirusann
And duplicate implementations are removed
2022-10-13emergency fix for broken send to buttonsAUTOMATIC
2022-10-09Add "Scale to" option to ExtrasJustin Maier
2022-10-02Merge branch 'master' into 1404-script-reload-without-restartAUTOMATIC1111
2022-10-02move JavaScript into ui.jsDepFA
2022-09-30consolidated token counter functionsLiam
2022-09-30token counters now update when roll artist and style buttons are pressed ↵Liam
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893
2022-10-01fix #1405 submitting both tabsAUTOMATIC
2022-09-30ALT + return will submit prompt when it's in focusTrung Ngo
2022-09-28removed unused import; now using javascript to watch prompt textareaLiam
2022-09-27switched the token counter to use hidden buttons instead of api callLiam
2022-09-27Merge remote-tracking branch 'upstream/master' into token_countLiam
2022-09-27added token counter next to txt2img and img2img promptsLiam
2022-09-27Solve issue #962Alexandre Simard
Fix by @MrAcademy
2022-09-23add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC
tabs fixed some [send to..] buttons to work properly with all tabs
2022-09-23upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC
SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs
2022-09-18add read access to settings for jsavascriptAUTOMATIC
add an option to disable lightbox modal
2022-09-18altered progressbar to not rely on first progress request coming after the ↵AUTOMATIC
job has started; may help with broken progressbar some people say they have
2022-09-18script.js split work - ui.jsAUTOMATIC
2022-09-18Split history script.js to javascript/ui.jsAndrey