rgero / Fajita

A custom YouTube wrapper designed to maintain a group video queue during gatherings, written in Typescript, utilizing React, MaterialUI, a custom backend, and websockets
0 stars 0 forks source link

Add a toast message when you submit a video #3

Closed rgero closed 5 months ago

rgero commented 5 months ago

This was a bug found by Cubbie.

When you successfully add a video, you get zero feedback about that.

rgero commented 5 months ago

Added a try/catch around the submit to make sure we're not getting any axios errors and submitting the correct toast reaction.