Add community separation setting and reset button to the mutual friends graph layout

This commit is contained in:
pa
2026-02-23 16:09:47 +09:00
committed by Natsumi
parent 49d8f1c60b
commit b8602bfb7b
2 changed files with 160 additions and 9 deletions

View File

@@ -433,7 +433,10 @@
"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."
"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"
}
}
},