Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Temporarily Muted Words #4074

Open
AaronSofaer opened this issue May 17, 2024 · 0 comments
Open

Feature Request: Temporarily Muted Words #4074

AaronSofaer opened this issue May 17, 2024 · 0 comments
Labels
feature-request A request for a new feature

Comments

@AaronSofaer
Copy link

Is your feature request related to a problem? Please describe.

When I am muting a keyword because it is the Discourse Of The Day and I am not interested, I will often want the mute to go away after a certain period of time (generally one day). This is not possible; I need to actually remember to remove the keyword mute, which is not ideal.

Describe the solution you'd like

An option to have the mute exist for a certain period of time, either by a simple one-option checkbox of "delete this mute after 24 hours", a dropdown with a set of options, or an input box that takes some sort of explicit structured timeframe (I do not like this option).

Describe alternatives you've considered

I have considered just remembering to go back and change things, but that seems unlikely to work. Also, having this as an explicitly supported piece of functionality makes it not only easier for people to do but also more endorsed in a sort of structural-social way, and I think this would be good for the vibes to some small degree.

Additional context

This is the screen in question:

image

I mentioned this to @pfrazee on bsky and suggested that I might be motivated to try to implement this. My understanding is that the relevant UI code for this is in MutedWords.tsx . This would also presumably require in turn changing useUpsertMutedWordsMutation to incorporate the timer, adding that to the schema for the muted words, and having something that intermittently checks and cleans up the muted words—I am not sure where the best place to do that is.

Things that come to mind for testing it: how it looks at different font levels, in different localizations, different browsers, and different mobile configurations.

@AaronSofaer AaronSofaer added the feature-request A request for a new feature label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant