gwillen / herring

Modern Django and ReactJS based web application for puzzlehunt team management!
MIT License
7 stars 4 forks source link

make it possible to disable / mute / lower volume of applause noises. #49

Open gwillen opened 3 years ago

Zahariel commented 3 years ago

The local storage solution currently used by "use app links" already expects to find an arbitrary object, which it pulls specific keys out of (but there's only one right now). So it should be trivial to add more things controlled by this.

Or we could put it in user profile, if we expect that people will want this setting to follow them around to other devices.

gwillen commented 5 months ago

We should probably default this to be off, especially now that the hunt sites themselves almost always have some kind of "puzzle solved" noise.

sparkyb commented 5 months ago

Also, the notifications should not stack. I don't know if that's a separate issue.