timfitzzz / twitch-clipcatcher

Watch clips with your chat, but only the good ones
https://clipstime.manapool.nyc
4 stars 0 forks source link

Fix or remove Record, Lock, Clear buttons #25

Closed timfitzzz closed 3 years ago

timfitzzz commented 3 years ago

Record

Expected Behavior: when Record is active, messages from the chat should be procesesd. When Record is inactive, they should be entirely ignored. Current Behavior: Record has no effect on recording.

Lock

Expected Behavior: When lock is active, channel activity should continue to be processed, but the UI should not be update until it's disabled. When Lock is disabled, the UI should be brought up to date. Current Behavior: When lock is active, channel activity continues to be processed, but new clips will not appear until it's disabled (although other updates, such as through badges, do). When Lock is disabled, new clips appear in the UI.

Trash

Expected Behavior: The Trash button should clear all recorded data from the channel and reset the MessageCount to 0. Current Behavior: The Trash button clears all recorded clips but does not clear recorded clip annotations or reset the MessageCount.

(Should there be two separate functions, "Clear Clips" and "Clear All"? What if a user wants to only see newly posted clips, but does not want to lose their annotations?)