add settings panel for mutual friends graph layout options

This commit is contained in:
pa
2026-02-03 22:54:42 +09:00
parent 236e2e85de
commit 37dda6962d
4 changed files with 248 additions and 16 deletions

View File

@@ -393,6 +393,15 @@
"mutual_friends_count": "Mutual friends: {count}",
"edge": "{source} ↔ {target}"
},
"settings": {
"title": "Graph Layout Settings",
"layout_iterations": "Layout iterations",
"layout_iterations_help": "How long the layout runs. Higher means more stable and organized.",
"layout_spacing": "Layout spacing",
"layout_spacing_help": "How spread out the graph is. Higher means less crowded.",
"edge_curvature": "Edge curvature",
"edge_curvature_help": "How curved the lines are. Higher means smoother lines in dense areas."
},
"force_dialog": {
"open_label": "Adjust graph layout settings",
"title": "Graph Layout Settings",