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

If the user repeatedly creates a toast message, they eventually block out elements on the screen #11

Closed rgero closed 4 months ago

rgero commented 4 months ago

Using the solution proposed by the developer in 2021, this should be all set. I just need to check it in an emulator to make sure.

rgero commented 4 months ago

This seems to be all set now. The only limitation would be someone having a much shorter phone. I could do something that checks the screen height to determine the number of toast messages they could have on their screen but that seems unnecessary.