feat: add option to refresh mutual friends data for individual nodes in the graph context menu

This commit is contained in:
pa
2026-03-25 22:05:18 +09:00
parent a811100038
commit 6b728951fa
5 changed files with 317 additions and 61 deletions

View File

@@ -17,7 +17,8 @@
"reset": "Reset",
"view_details": "View Details",
"configure": "Configure",
"refresh": "Refresh"
"refresh": "Refresh",
"cancel": "Cancel"
},
"sort_by": "Sort by:",
"time_units": {
@@ -568,7 +569,14 @@
},
"context_menu": {
"view_details": "View Details",
"hide_friend": "Hide from Graph"
"hide_friend": "Hide from Graph",
"refresh_mutuals": "Refresh Mutuals",
"confirm_non_friend_title": "Not a Friend",
"confirm_non_friend_message": "This user is no longer your friend. Do you still want to fetch their mutual friends data?",
"refresh_success": "Mutual friends data updated for {name}",
"user_opted_out": "This user has disabled mutual friends sharing. Existing data has been preserved.",
"refresh_error": "Failed to refresh mutual friends data",
"last_fetched": "Last fetched"
}
},
"hot_worlds": {