haykkh / what-the-playlist

what playlist was that song in again??
https://whattheplaylist.com
6 stars 2 forks source link

feat: notification system to show things like loading playlists etc #43

Closed haykkh closed 2 years ago

haykkh commented 2 years ago

For some reason notificationStore.removeNotification isn't working. Screen Shot 2022-09-21 at 23 53 21

haykkh commented 2 years ago

For future ref, issue was that objects are stored in pinia reactively, so when i needed to compare notification to notif, i had to raw-ify notif using toRaw(notif)