gradio/js/storybook
Freddy Boulton 2afca65419
Add max_file_size parameter to launch() that limits the size of files that can be uploaded in the Gradio app (#7909)
* File size limits

* Implementation

* add changeset

* Fix tests

* python client support

* lint

* fix test

* lint

* add changeset

* Set at the blocks level

* add changeset

* type check

* format

* lint

* lint

* Delete files as soon as they're encountered

* fix tests

* type hint 🙄

* Fix tests

* Fix below limit test

* add changeset

* Fix tests

* Add client file

* revert loop code

* Add to guides

* Pass in via gradio component

* add changeset

* Update loading status

* Make errors closeable

* add changeset

* Add code

* Lint

* Changelog highlight

* Fix i18n in storybook

* Address comments

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-04-19 15:38:53 -04:00
..
design-tokens Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
helpers Add design tokens to storybook (#5750) 2023-10-02 13:52:09 +02:00
public Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
CHANGELOG.md chore: update versions (#7669) 2024-03-19 13:50:31 -07:00
Introduction.mdx
main.ts Migrate to Storybook 8 (#7743) 2024-03-19 11:22:21 -07:00
manager.js
modes.js Add mobile Chromatic tests (#7222) 2024-02-02 14:21:48 +00:00
package.json chore: update versions (#7669) 2024-03-19 13:50:31 -07:00
preview.ts Add max_file_size parameter to launch() that limits the size of files that can be uploaded in the Gradio app (#7909) 2024-04-19 15:38:53 -04:00
themeLight.js
vite.config.js