maxcutlyp / cits3403

CITS3403 - Agile Web Development
2 stars 0 forks source link

Notifications for messages received on other pages #70

Closed maxcutlyp closed 5 months ago

maxcutlyp commented 5 months ago

Added notifications that fade out and disappear after 5 seconds when you receive a message on a different page. Takes you to the relevant conversation when clicked. Also works on the messages page (will only show notifications for received messages from other conversations than the one you're looking at).

This PR also includes a hotfix hiding the "message artist" option when the user isn't logged in (oops).