-
Notifications
You must be signed in to change notification settings - Fork 29
feat(frontend): add toast system #34
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
Conversation
This commit introduces the toast system which can be used across all pages by a function. Fixes bsoc-bitbyte#27
✅ Deploy Preview for ydo-bsoc ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This commit introduces responsive toast message for better user experience on all devices. Fixes bsoc-bitbyte#27
Screencast.from.2025-07-09.10-52-14.webmProof that the responsiveness is working properly across all the devices. |
|
That's pretty cute :), can u try spam clicking on it so we could know what happens when there is multiple toasts at once? |
Screencast.from.2025-07-09.11-34-58.webm |
|
@cosypix Nicework , love the bounce effect , can we just smoothen it a bit more , apart from that we can go ahead with a merge |
@Om-Thorat should we perhaps go ahead with the logic that eevrytime its clicked only one toast shoes up , technically overwriting the previous toast |
VID_20250710_161746316.mp4The animation is quite smooth in the website, but in the video it was lagging. |
ohh looks amazing well done ! |
|
resolve conflicts we will merge |
This commit introduces the toast system which can be used across all pages by a function.
Fixes #27
Overview
Essential Checklist
Proof that changes are correct
Screencast.from.2025-07-08.23-16-44.webm
PR Pointers