Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor component directories #5074

Merged
merged 27 commits into from
Aug 3, 2023
Merged

Refactor component directories #5074

merged 27 commits into from
Aug 3, 2023

Conversation

pngwn
Copy link
Member

@pngwn pngwn commented Aug 2, 2023

closes #5006.

@vercel
Copy link

vercel bot commented Aug 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
gradio ✅ Ready (Inspect) Visit Preview Aug 3, 2023 9:56pm

@gradio-pr-bot
Copy link
Collaborator

gradio-pr-bot commented Aug 2, 2023

🎉 Chromatic build completed!

There are 0 visual changes to review.
There are 0 failed tests to fix.

@gradio-pr-bot
Copy link
Collaborator

gradio-pr-bot commented Aug 2, 2023

🦄 change detected

This Pull Request includes changes to the following packages.

Package Version
website patch

With the following changelog entry.

Correct gradio version on website

⚠️ The changeset file for this pull request has been modified manually, so the changeset generation bot has been disabled. To go back into automatic mode, delete the changeset file.

Something isn't right?

  • Maintainers can change the version label to modify the version bump.
  • If the bot has failed to detect any changes, or if this pull request needs to update multiple packages to different versions or requires a more comprehensive changelog entry, maintainers can update the changelog file directly.

@gradio-pr-bot
Copy link
Collaborator

gradio-pr-bot commented Aug 2, 2023

All the demos for this PR have been deployed at https://huggingface.co/spaces/gradio-pr-deploys/pr-5074-all-demos


You can install the changes in this PR by running:

pip install https://gradio-builds.s3.amazonaws.com/df6ad208bab595a04d4d3e2504f0864142614213/gradio-3.39.0-py3-none-any.whl

@@ -31,7 +31,6 @@ jobs:
run: pnpm --filter @gradio/wasm build
- name: lint
run: pnpm lint
continue-on-error: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

@abidlabs
Copy link
Member

abidlabs commented Aug 2, 2023

Heroic @pngwn!!

Didn't inspect everything, but demos look good + tested locally to confirm that my recent fixes for the Dropdown component were carried over to this PR.

File structure looks good to me.

@pngwn pngwn added the v: patch A change that requires a patch release label Aug 2, 2023
@gradio-pr-bot
Copy link
Collaborator

gradio-pr-bot commented Aug 3, 2023

🎉 The demo notebooks match the run.py files! 🎉

@pngwn pngwn merged commit 1419538 into main Aug 3, 2023
@pngwn pngwn deleted the 5006-com-dir branch August 3, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v: patch A change that requires a patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

move component files into cleaner folder structure
3 participants