-
Notifications
You must be signed in to change notification settings - Fork 26
Add mute button #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
A user said that they wanted to "pause to think". I've been using "mute tab" a lot myself, so I think a mute button for end-users is a great idea.
Consider using an
inputelement with thecheckmarktype, and using CSS background images for the muted and unmuted (checked and unchecked) states:https://stackoverflow.com/a/3772914/2234742