Skip to content

Commit

Permalink
3712 js client (gradio-app#3899)
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn authored May 12, 2023
1 parent fcf744a commit 963c2d2
Show file tree
Hide file tree
Showing 70 changed files with 7,420 additions and 3,950 deletions.
3 changes: 2 additions & 1 deletion .config/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
**/.venv/**
**/.github/**
**/guides/**
**/test/**
**/.mypy_cache/**
**/*.md
**/js/_space-test/**
js/app/test/gradio_cached_examples/**
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ gradio/frpc_*
# js
node_modules
public/build/
test-results
test-results
client/js/test.js
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
// Add support for autocomplete in other file types
"cssvar.extensions": ["js", "css", "html", "jsx", "tsx", "svelte"],
"python.analysis.extraPaths": ["./gradio/themes/utils"],
"prettier.useTabs": true,
"editor.formatOnSave": true,
"svelte.plugin.svelte.format.enable": true,
"prettier.configPath": ".config/.prettierrc.json",
"prettier.ignorePath": ".config/.prettierignore",
"python.testing.pytestArgs": ["."],
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## New Features:

- Add JS client code snippets to use via api page by [@aliabd](https://github.com/aliabd) in [PR 3927](https://github.com/gradio-app/gradio/pull/3927).
No changes to highlight.

## Bug Fixes:
Expand All @@ -10,7 +11,7 @@ No changes to highlight.

## Other Changes:

No changes to highlight.
- Update the js client by [@pngwn](https://github.com/pngwn) in [PR 3899](https://github.com/gradio-app/gradio/pull/3899)

## Breaking Changes:

Expand Down
Loading

0 comments on commit 963c2d2

Please sign in to comment.