Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a node graph to the feed view which combines the file view and file preview into the nodes themselves #916

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    662f053 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge branch 'Integrate-Student-Workflow' of https://github.com/Pinto…

    …Gideon/ChRIS_UI into PintoGideon-Integrate-Student-Workflow
    IainWinter committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8958e08 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. React Flow might actually be a bad idea, I've recreated what we have …

    …in vinilla d3, now going to port it to react
    IainWinter committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    95c0dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e34de7 View commit details
    Browse the repository at this point in the history
  3. removed reactflow because features are behind a paywall, but we can r…

    …ecreate the subset of features we need with foreignobject in svg using d3
    root authored and root committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    db706b8 View commit details
    Browse the repository at this point in the history
  4. Added react-d3-tree and components which use it. Next steps are to pu…

    …t the preview and file viewer for each node
    root authored and root committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    55b111f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    16ba8b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dde209 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    c5d1bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da92df0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db5ed73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f679cb7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Added file viewer with folders, need to add backtrack. Also styled no…

    …des like the rest of the UI
    Iain authored and Iain committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0571cb2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Added ability to go up the folder tree

    Iain authored and Iain committed May 12, 2023
    Configuration menu
    Copy the full SHA
    7305f08 View commit details
    Browse the repository at this point in the history