Add conflictology map mode and fix graph rendering reliability.

Support conflict types, involvement sizing, and map-type toggles while keeping polar sector layout; improve GraphView init retries and edge matching on network maps.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-25 11:51:06 +03:00
co-authored by Cursor
parent e80d0d0e88
commit 85b8b2e9b8
29 changed files with 744 additions and 132 deletions
@@ -11,6 +11,7 @@ function withDefaults(payload = {}) {
name: '',
description: '',
mapTypeId: payload.mapTypeId || null,
conflictSubject: '',
workspaceId: 'personal',
...payload,
}