Redesign graph nodes around semantic contributors
This commit is contained in:
parent
cb4353fe8c
commit
252033e30a
14 changed files with 447 additions and 137 deletions
|
|
@ -34,7 +34,7 @@ from .errors import DocForgeError
|
|||
from .index import APPLICATION_ID, INDEX_SCHEMA_VERSION, ProjectIndex, re_tokenize
|
||||
from .project import project_root_fingerprint
|
||||
|
||||
VISUALIZATION_TEMPLATE = "graph-browser@14"
|
||||
VISUALIZATION_TEMPLATE = "graph-browser@15"
|
||||
DEFAULT_EDGE_LIMIT = 100
|
||||
MAX_EDGE_LIMIT = 400
|
||||
MAX_LINEAGE_EDGE_LIMIT = 1_000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue