qri-io / frontend

frontend application for our qri.cloud site
GNU General Public License v3.0
3 stars 2 forks source link

run log inspection #579

Closed boandriy closed 2 years ago

boandriy commented 2 years ago

runlog incpect on row click

Will Close #265

b5 commented 2 years ago

backend is going to be a blocker on this for at least a week. Can we hide this behind a feature flag, in a similar fashion to https://github.com/qri-io/frontend/blob/3540ca4a6a66df1048ce98a0d55f35d0e783cd9d/src/features/dataset/DatasetRoutes.tsx#L67-L71

chriswhong commented 2 years ago

Added commits to improve the expansion UI (added an arrow icon to toggle visibility of run logs) and action/reducer to consume run log data from /auto/runinfo.

Each run should now be inspectable in the UI.

TODO:

Do not merge until https://github.com/qri-io/qri/issues/1989 is fixed, AND we have removed the ts-ignore in activityFeedState