aboutsummaryrefslogtreecommitdiff
path: root/javascript/extensions.js
AgeCommit message (Collapse)Author
2024-02-09if extensions page not loaded, prevent applyw-e-w
since they are built-in extensions we can make the assumption that they will be at least one or more extensions Co-Authored-By: Andray <33491867+light-and-ray@users.noreply.github.com>
2023-08-30get progressbar to display correctly in extensions tabAUTOMATIC1111
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-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela
2023-04-30Use substring instead of deprecated substrAarni Koskela
2023-04-30Fix unused variablesAarni Koskela
2023-04-30Fix a whole bunch of implicit globalsAarni Koskela
2023-03-29Various UI fixes in config state tabspace-nuko
2023-03-29Save/restore working webui/extension configsspace-nuko
2023-03-27Make disable configurable between builtin/extra extensionsspace-nuko
2023-01-28add progressbar to extension update check; do not check for updates for ↵AUTOMATIC
disabled extensions
2023-01-17update sending input event in java script to not cause exception in browser ↵AUTOMATIC
https://github.com/gradio-app/gradio/issues/2981
2022-11-01Added Available tab to extensions UI.AUTOMATIC
2022-10-31add initial version of the extensions tabAUTOMATIC
fix broken Restart Gradio button