elk-zone / elk

A nimble Mastodon web client
https://elk.zone
MIT License
5.24k stars 534 forks source link

Support filtering notification types #2885

Open mattcen opened 3 weeks ago

mattcen commented 3 weeks ago

Allow users to choose which types of notifications they do or do not wish to receive.

My specific use-case is to filter out admin-specific notifications, such as admin.sign_up and admin.report.

Obviously the correct way to do this is add some toggles to the (currently "under construction") notification settings page, but I don't speak Vue and don't have capacity to learn enough right this minute, but figured at least I can get started on describing what needs to be done. It'll involve something like this to create a toggle/checkbox, but I've not yet dug into exactly where settings need to be defined and how to use them.

Anyway, this is a start, and maybe I'll dig into this a bit more when I have more time on my hands.

stackblitz[bot] commented 3 weeks ago

Solve in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.