aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/extensions.js
Commit message (Collapse)AuthorAgeFilesLines
* 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