Skip to content

FCE-3330: delete fishjam-chat & livestreaming deployment#555

Open
roznawsk wants to merge 2 commits into
mainfrom
fce-3330
Open

FCE-3330: delete fishjam-chat & livestreaming deployment#555
roznawsk wants to merge 2 commits into
mainfrom
fce-3330

Conversation

@roznawsk

Copy link
Copy Markdown
Member

Examples migrated to the standalone fjc/examples repo. Remove the orphaned deploy workflows, the still-tracked mobile fishjam-chat app, and the stale readme link; regenerate yarn.lock.

  • rm .github/workflows/{fishjam-chat,livestreaming-example,mobile_eas_build}.yaml
  • rm examples/mobile-client/fishjam-chat
  • drop Fishjam Chat bullet from packages/react-client/readme.md

Description

Describe your changes.

Motivation and Context

Why is this change required? What problem does it solve? If it fixes an open
issue, please link to the issue here.

Documentation impact

  • Documentation update required
  • Documentation updated in another PR
  • No documentation update required

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)

Examples migrated to the standalone fjc/examples repo. Remove the
orphaned deploy workflows, the still-tracked mobile fishjam-chat app,
and the stale readme link; regenerate yarn.lock.

- rm .github/workflows/{fishjam-chat,livestreaming-example,mobile_eas_build}.yaml
- rm examples/mobile-client/fishjam-chat
- drop Fishjam Chat bullet from packages/react-client/readme.md
@roznawsk roznawsk requested a review from Copilot June 26, 2026 08:12
@linear

linear Bot commented Jun 26, 2026

Copy link
Copy Markdown

FCE-3330

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes legacy example-app deployment workflows and deletes the now-orphaned React Native “fishjam-chat” example from the monorepo, with a small documentation update in the React client README.

Changes:

  • Removed GitHub Actions workflows for Fishjam Chat deployment, livestreaming example deployment, and mobile EAS builds.
  • Deleted the examples/mobile-client/fishjam-chat React Native app (source, configs, and docs).
  • Updated packages/react-client/readme.md to drop the Fishjam Chat example reference.

Reviewed changes

Copilot reviewed 36 out of 42 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/react-client/readme.md Removes Fishjam Chat example link from React client docs.
examples/mobile-client/fishjam-chat/utils/fishjamIdStore.ts Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/utils/Colors.ts Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/tsconfig.json Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/README.md Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/prettier.config.js Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/package.json Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/index.js Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/hooks/useMediaPermissions.ts Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/eas.json Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/components/VideosGrid.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/components/Typo.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/components/TextInput.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/components/NoCameraView.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/components/index.ts Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/components/InCallButton.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/components/DismissKeyboard.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/components/Button.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/babel.config.js Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app/room/preview.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app/room/[roomName].tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app/livestream/viewer.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app/livestream/streamer.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app/livestream/screen-sharing.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app/index.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app/(tabs)/room.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app/(tabs)/livestream.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app/(tabs)/_layout.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app/_layout.tsx Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/app.json Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/.gitignore Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/.eslintrc.js Deleted as part of removing the fishjam-chat mobile example.
examples/mobile-client/fishjam-chat/.env.example Deleted as part of removing the fishjam-chat mobile example.
.github/workflows/mobile_eas_build.yaml Removes workflow that built/submitted the mobile fishjam-chat app with EAS.
.github/workflows/livestreaming-example.yaml Removes GitHub Pages deploy workflow for the livestreaming example.
.github/workflows/fishjam-chat.yaml Removes Fishjam Chat deployment workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/react-client/readme.md Outdated
Address Copilot review: drop the non-existent broadcast link and the
stale examples-index anchor, fix grammar. Only minimal-react remains.
@roznawsk roznawsk requested a review from czerwiukk June 26, 2026 08:18
@roznawsk roznawsk marked this pull request as ready for review June 26, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants