From 167818556a163cc2a768c4d74b5dfe07788a7128 Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 23 Feb 2026 16:16:16 +0900 Subject: [PATCH] feat: add functionality to exclude specific friends from the mutual friends graph --- src/localization/en.json | 5 +- src/views/Charts/components/MutualFriends.vue | 98 ++++++++++++++++++- 2 files changed, 101 insertions(+), 2 deletions(-) diff --git a/src/localization/en.json b/src/localization/en.json index ea1eb8a0..b2fdacd0 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -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." } } }, diff --git a/src/views/Charts/components/MutualFriends.vue b/src/views/Charts/components/MutualFriends.vue index 5d2090c0..0272b535 100644 --- a/src/views/Charts/components/MutualFriends.vue +++ b/src/views/Charts/components/MutualFriends.vue @@ -157,6 +157,52 @@ + + + {{ + t('view.charts.mutual_friend.settings.exclude_friends') + }} + + + + +

+ {{ t('view.charts.mutual_friend.settings.exclude_friends_help') }} +

+
+
+
+