Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make existing script loading and new preload code use same code for loading ↵ | AUTOMATIC | 2022-11-12 | 1 | -21/+0 |
| | | | | | | modules limit extension preload scripts to just one file named preload.py | ||||
* | Add option to preload extensions | d8ahazard | 2022-11-08 | 1 | -1/+22 |
| | | | | By creating a file called "preload.py" in an extension folder and declaring a preload(parser) method, we can add extra command-line args for an extension. | ||||
* | do not die when an extension's repo has no remote | AUTOMATIC | 2022-11-05 | 1 | -2/+5 |
| | |||||
* | fix scripts I broke with the extension tab changes | AUTOMATIC | 2022-10-31 | 1 | -1/+1 |
| | |||||
* | add initial version of the extensions tab | AUTOMATIC | 2022-10-31 | 1 | -0/+83 |
fix broken Restart Gradio button |