Docmaps-Project / docmaps

Extensible protocol for document history metadata exchange, to enable trustworthy, rapid, open science, by and for preprint science communities.
MIT License
15 stars 1 forks source link

chore(widget): split out graph-view.ts from docmaps-widget.ts #179

Closed andrewedstrom closed 9 months ago

andrewedstrom commented 9 months ago

Description

This file has gotten too massive and really does like 3 things

  1. be a widget
  2. handle the graph view
  3. Handle the details view

This PR splits the graph view responsibilities into a different file. Another PR will do the same with the details view.

Related Issues

List any issues that are related to this pull request, such as bug reports or feature requests.

Checklist

Additional Information

Provide any additional information that might be helpful in understanding this pull request, such as screenshots, links to relevant research, or other context.