-
Notifications
You must be signed in to change notification settings - Fork 405
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
Request for Enhancement: Notification Pop-up on Tutorial Publish/Unpublish #886
Comments
@shivareddy6 @Sarfraz-droid Can I work on this. If yes please assign me this also tell which type of alert should be implemented. |
Try to build something very modular which be used everywhere in the application (from small errors to acknowledgement messages). Research upon few versions of toast notifications and suggest your plan of action here. |
Hi @shivareddy6 , after reviewing the various versions of react-toastify, I noticed that the newest version is compatible with React versions greater than 16.8. Given that the React version on the Codelabz website surpasses 16.8, I believe opting for the latest version is the optimal choice. This version offers versatility, allowing us to handle error messages, success messages, warnings or info messages with ease. Another advantage is its seamless integration across the entire website with minimal code required for each component. I've attached a video showcasing react-toastify for your reference. Kindly tell me your point of view if I can start working on it with this version. 2023-10-15.11-42-18.mp4Reference website link : https://fkhadra.github.io/react-toastify/introduction |
Hi @shivareddy6 , Please review the pull request. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Description:
I would like to bring your attention a potential enhancement in the Codelabz website regarding the publishing and unpublishing of tutorials. User do not gets any alerts that the tutorial is published or not.
Issue:
Currently, when a tutorial is published or unpublished, there is no immediate feedback provided to the user. This lack of notification might lead to a less-than-optimal user experience as users may not be aware of the successful publication of their tutorial.
How to raise the issue:
Suggested Enhancement:
I propose implementing a notification pop-up/modal that appears upon successful tutorial publication. This pop-up would serve to inform the user that the tutorial has been published successfully and provide options to either view the published tutorial or create another one.
Technical Implementation:
Considering the variety of approaches available for creating pop-ups in a React-based application, I would like to discuss the preferred method for implementation. Options include using a React Alert library, a custom modal component, or leveraging Material-UI's modal functionality. Each approach has its merits, and I am open to your guidance on which method aligns best with the existing codebase and design principles.
The text was updated successfully, but these errors were encountered: