Skip to content

Network Details tab shows raw JSON instead of structured view #10

Description

@dotsdl

Problem

The Details tab on the network detail page renders network data as JSON.stringify(networkDetails, null, 2) in a <pre> block. For a user-facing tool aimed at computational chemists, this is the least useful presentation.

The codebase already depends on react-json-view-lite and uses it on the chemical systems and transformations detail pages.

Suggested fix

Use react-json-view-lite (or a more purpose-built structured view) for the network Details tab, consistent with the other detail pages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions