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: rename channels to groups #3874

Merged
merged 2 commits into from Oct 4, 2023
Merged

refactor: rename channels to groups #3874

merged 2 commits into from Oct 4, 2023

Conversation

bigint
Copy link
Member

@bigint bigint commented Oct 4, 2023

What does this PR do?

πŸ€– Generated by Copilot at 98bc907

This pull request refactors the web app to use the groups feature instead of the channels feature. It renames and updates the files, components, props, hooks, types, URLs, and translation messages to reflect the new terminology and functionality. It also deletes the unused or obsolete files and components related to the channels feature.

Related issues

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking small changes to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Explanation of the changes

πŸ€– Generated by Copilot at 98bc907

Emoji

πŸ”„πŸ·οΈπŸŒ

@vercel
Copy link

vercel bot commented Oct 4, 2023

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated (UTC)
prerender βœ… Ready (Inspect) Visit Preview Oct 4, 2023 8:19am
web βœ… Ready (Inspect) Visit Preview Oct 4, 2023 8:19am

@bigint bigint merged commit 1989de4 into main Oct 4, 2023
1 of 5 checks passed
@bigint bigint deleted the channels-to-groups branch October 4, 2023 08:14
@vercel vercel bot temporarily deployed to Preview – prerender October 4, 2023 08:15 Inactive
data: { result: Channel };
} = await axios.get(`${CHANNELS_WORKER_URL}/get/${slug}`);
data: { result: Group };
} = await axios.get(`${GROUPS_WORKER_URL}/get/${slug}`);

Check failure

Code scanning / CodeQL

Server-side request forgery Critical

The
URL
of this request depends on a
user-provided value
.
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.

None yet

1 participant