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

Update Channels.tsx #15

Merged
merged 2 commits into from
Oct 26, 2023
Merged

Update Channels.tsx #15

merged 2 commits into from
Oct 26, 2023

Conversation

PratyushJoshi
Copy link
Contributor

This code will allow the user to create a maximum of three channels, display the current channel count, and show an alert when the user attempts to create more channels beyond the limit. In this code, I've integrated react-toastify to display toast notifications for the channel creation limit. The error toast will be shown at the top-right corner of the screen and will automatically close after 5 seconds.

PratyushJoshi and others added 2 commits October 26, 2023 17:38
This code will allow the user to create a maximum of three channels, display the current channel count, and show an alert when the user attempts to create more channels beyond the limit. In this code, I've integrated react-toastify to display toast notifications for the channel creation limit. The error toast will be shown at the top-right corner of the screen and will automatically close after 5 seconds.
Copy link
Owner

@IndieCoderMM IndieCoderMM left a comment

Choose a reason for hiding this comment

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

Status: Approved 🟢

Hi @PratyushJoshi,
Great work on implementing this feature! 🎉
Everything looks great. 🚀 I'll merge this to the dev branch.

Thanks for your contribution! ⭐

@IndieCoderMM IndieCoderMM merged commit daab514 into IndieCoderMM:dev Oct 26, 2023
1 check passed
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