Skip to content

Commit

Permalink
chore: remove the legacy video demo app (#1272)
Browse files Browse the repository at this point in the history
As part of #1194, this application was merged with the one we use for
internal testing (react-dogfood). As we don't want to maintain this
codebase anymore, this PR removes the app's code.
We know some customers might have looked into it and that is why the
`react-video-demo` directory stays in the React sample apps. The Readme
is updated with a hint to look at the React Dogfood app instead.
  • Loading branch information
oliverlaz authored Feb 27, 2024
1 parent 2886386 commit 86bba03
Show file tree
Hide file tree
Showing 470 changed files with 297 additions and 21,714 deletions.
92 changes: 0 additions & 92 deletions .github/workflows/copy-react-demo-s3.yml

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"build:react:deps": "yarn build:client && yarn build:styling && yarn build:react:bindings && yarn build:react:sdk",
"build:react-native:deps": "yarn build:client && yarn build:react:bindings && yarn build:react-native:sdk",
"build:vercel": "yarn build:react:deps && yarn build:react:dogfood",
"build:react:video-demo": "yarn build:react:deps && yarn workspace @stream-io/react-video-demo run build:website",
"start:egress": "yarn workspace @stream-io/egress-composite start",
"build:egress": "yarn workspace @stream-io/egress-composite build",
"build:all": "yarn workspaces foreach -v --topological-dev run build",
Expand Down
4 changes: 0 additions & 4 deletions sample-apps/react/react-video-demo/.env-example

This file was deleted.

26 changes: 0 additions & 26 deletions sample-apps/react/react-video-demo/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions sample-apps/react/react-video-demo/.storybook/main.cjs

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions sample-apps/react/react-video-demo/.storybook/preview.cjs

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions sample-apps/react/react-video-demo/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## @stream-io/react-video-demo

Preview: https://staging.getstream.io/video/demos/
Production: https://getstream.io/video/demos/
This application has been merged with [react-dogfood](../react-dogfood) and is no longer maintained.
189 changes: 0 additions & 189 deletions sample-apps/react/react-video-demo/data/servers.ts

This file was deleted.

Loading

0 comments on commit 86bba03

Please sign in to comment.