feat: add functionality to exclude specific friends from the mutual friends graph

This commit is contained in:
pa
2026-02-23 16:16:16 +09:00
committed by Natsumi
parent b8602bfb7b
commit 167818556a
2 changed files with 101 additions and 2 deletions

View File

@@ -436,7 +436,10 @@
"edge_curvature_help": "How curved the lines are. Higher means smoother lines in dense areas.",
"community_separation": "Community separation",
"community_separation_help": "How far apart different communities are pushed. Higher means more distinct clusters.",
"reset_defaults": "Reset to defaults"
"reset_defaults": "Reset to defaults",
"exclude_friends": "Exclude friends",
"exclude_friends_placeholder": "Select friends to exclude",
"exclude_friends_help": "Selected friends will be hidden from the graph."
}
}
},