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

Use StackBlitz for all examples/issue template #5125

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ body:

Starters:

- [Uppy Dashboard](https://codesandbox.io/s/uppy-dashboard-xpxuhd?file=/src/index.js)
- [Uppy Dashboard](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js)
- [Uppy React](https://stackblitz.com/edit/vitejs-vite-vehvbq?file=src%2FApp.tsx)
- [Uppy Vue](https://stackblitz.com/edit/vitejs-vite-ubjwys?file=src%2FApp.vue)
validations:
required: false
- type: textarea
Expand Down
6 changes: 3 additions & 3 deletions docs/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ about more important problems than building a file uploader.

:::tip

You can take Uppy for a walk inside CodeSandbox with a
[minimal drag & drop](https://codesandbox.io/s/uppy-drag-drop-gyewzx?file=/src/index.js)
You can take Uppy for a walk inside StackBlitz with a
[minimal drag & drop](https://stackblitz.com/edit/vitejs-vite-yzbujq?file=main.js/g)
experience or a
[full featured dashboard](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[full featured dashboard](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/audio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ time sound wavelength when recording.
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/box.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `@uppy/box` plugin lets users import files from their
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/dropbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `@uppy/dropbox` plugin lets users import files from their
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/facebook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `@uppy/facebook` plugin lets users import files from their
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/google-drive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `@uppy/google-drive` plugin lets users import files from their
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/instagram.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `@uppy/instagram` plugin lets users import files from their
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/onedrive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `@uppy/onedrive` plugin lets users import files from their
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/unsplash.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `@uppy/unsplash` plugin lets users import files from their
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/url.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ URL and it will be added!
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/zoom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `@uppy/zoom` plugin lets users import files from their
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/screen-capture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ save it as a video.
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/webcam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ camera on desktop and mobile devices.
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/user-interfaces/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ integrate.
:::tip

[Try out the live example with all plugins](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-dashboard-xpxuhd).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/user-interfaces/drag-drop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `@uppy/drag-drop` plugin renders a drag and drop area for file selection.
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-drag-drop-gyewzx?file=/src/index.js).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-yzbujq?file=main.js/g).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/user-interfaces/elements/drop-target.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ solution targeting any DOM element.
:::tip

[Try out the live example](/examples) or take it for a spin in
[CodeSandbox](https://codesandbox.io/s/uppy-drag-drop-gyewzx?file=/src/index.js).
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-yzbujq?file=main.js/g).

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/user-interfaces/elements/status-bar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pre- and post-processing information, and allows users to control
:::tip

Try it out together with [`@uppy/drag-drop`](/docs/drag-drop) in
[CodeSandbox](https://codesandbox.io/s/uppy-drag-drop-gyewzx?file=/src/index.js)
[StackBlitz](https://stackblitz.com/edit/vitejs-vite-yzbujq?file=main.js/g)

:::

Expand Down
Loading