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 Visibility to the "Add to Queue" action. #2

Closed rgero closed 5 months ago

rgero commented 5 months ago

This was requested by Vince.

The front end should allow the user to specify a visibility of what they are adding to the queue. Right now the three options planned will be

  1. Hidden / Secret - When a user selects this one, it should be obscured in the queue
  2. Normal
  3. Annoucement - When a user selects this one, it should tell the Player to display a notification.
rgero commented 5 months ago

Right now I'm playing around with a couple options.

Option 1 Option 1

Option 2 Option 2

rgero commented 5 months ago

This is how a secret video looks in the queue image

This is how the secret video looks when someone tries to jump to it. image