aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/extensions.js
Commit message (Collapse)AuthorAgeFilesLines
* get progressbar to display correctly in extensions tabAUTOMATIC11112023-08-301-1/+1
|
* 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.
* Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-71/+74
|
* Use substring instead of deprecated substrAarni Koskela2023-04-301-3/+3
|
* Fix unused variablesAarni Koskela2023-04-301-2/+2
|
* Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-1/+1
|
* Various UI fixes in config state tabspace-nuko2023-03-291-2/+8
|
* Save/restore working webui/extension configsspace-nuko2023-03-291-0/+16
|
* Make disable configurable between builtin/extra extensionsspace-nuko2023-03-271-3/+3
|
* add progressbar to extension update check; do not check for updates for ↵AUTOMATIC2023-01-281-3/+17
| | | | disabled extensions
* update sending input event in java script to not cause exception in browser ↵AUTOMATIC2023-01-171-1/+1
| | | | https://github.com/gradio-app/gradio/issues/2981
* Added Available tab to extensions UI.AUTOMATIC2022-11-011-1/+12
|
* add initial version of the extensions tabAUTOMATIC2022-10-311-0/+24
fix broken Restart Gradio button