KyoshiNoda / ScheduleFinder

Find free times to hang out with friends or make new ones!
https://schedulefinder.netlify.app/
5 stars 2 forks source link

Realtime Notifications #270

Open CDDR1 opened 1 month ago

CDDR1 commented 1 month ago

Description

Research how to implement realtime notifications, meaning that a page refresh is not needed to see the notification bell indicator.

KyoshiNoda commented 2 weeks ago

I discovered that flowbite has a Avatar component that has a prop of status that can showcase a cool "Notifications" icon if we just replace the image like so below:

Screenshot 2024-07-08 at 10 42 05 PM Screenshot 2024-07-08 at 10 41 23 PM

we can add the bell icon maybe in some way with the status icon as boolean type.