[Glitch] Add option to ignore filtered notifications to the web interface

Port 1701575704 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2024-08-09 16:21:55 +02:00
parent 99d38167a3
commit 58b9b80be5
9 changed files with 380 additions and 42 deletions

View File

@@ -13,7 +13,7 @@ const listenerOptions = supportsPassiveEvents
? { passive: true, capture: true }
: true;
interface SelectItem {
export interface SelectItem {
value: string;
icon?: string;
iconComponent?: IconProp;