Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get progressbar to display correctly in extensions tab | AUTOMATIC1111 | 2023-08-30 | 1 | -1/+1 |
| | |||||
* | feat(extensions): add toggle all checkbox to Installed tab | Martín (Netux) Rodríguez | 2023-06-25 | 1 | -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 Koskela | 2023-05-17 | 1 | -71/+74 |
| | |||||
* | Use substring instead of deprecated substr | Aarni Koskela | 2023-04-30 | 1 | -3/+3 |
| | |||||
* | Fix unused variables | Aarni Koskela | 2023-04-30 | 1 | -2/+2 |
| | |||||
* | Fix a whole bunch of implicit globals | Aarni Koskela | 2023-04-30 | 1 | -1/+1 |
| | |||||
* | Various UI fixes in config state tab | space-nuko | 2023-03-29 | 1 | -2/+8 |
| | |||||
* | Save/restore working webui/extension configs | space-nuko | 2023-03-29 | 1 | -0/+16 |
| | |||||
* | Make disable configurable between builtin/extra extensions | space-nuko | 2023-03-27 | 1 | -3/+3 |
| | |||||
* | add progressbar to extension update check; do not check for updates for ↵ | AUTOMATIC | 2023-01-28 | 1 | -3/+17 |
| | | | | disabled extensions | ||||
* | update sending input event in java script to not cause exception in browser ↵ | AUTOMATIC | 2023-01-17 | 1 | -1/+1 |
| | | | | https://github.com/gradio-app/gradio/issues/2981 | ||||
* | Added Available tab to extensions UI. | AUTOMATIC | 2022-11-01 | 1 | -1/+12 |
| | |||||
* | add initial version of the extensions tab | AUTOMATIC | 2022-10-31 | 1 | -0/+24 |
fix broken Restart Gradio button |