Phixyn / no-bs-looper

A mobile-friendly website that loops YouTube videos. It can loop an entire video or a portion of it. Easy to use with no distractions.
http://ytlooper.phixyn.com
GNU General Public License v3.0
3 stars 1 forks source link

Show an error toast/notification on video ID errors #75

Open Phixyn opened 4 years ago

Phixyn commented 4 years ago

When we fail to extract a video ID, or when the video ID is invalid, an error message should be shown. This should be shown in a toast notification type element. Unfortunately, Foundation doesn't have such component, so we'll have to make one ourselves.

Until this is implemented, an error message will be displayed under/above the input field for the video URL.