Users currently need to click into each row of a quest to preview output. This extra 'click' can be heavy when individuals are interested in previewing the output of a multitude of tasks. We have removed the modal and changed from a table layout to a card layout to allow for output to be visible immediately. This will setup us to add future changes like 'highlighting' or focusing around a specific portion of the output. Similar to a GitHub 'diff' experience.
Changes
New task view that shows output data and is in card format instead of table format
Created re usable card component to display task data
Replaced references of task table with lists of task cards
Implemented 'badge' component for displaying task status
What type of PR is this?
/kind feature
What this PR does / why we need it:
Changes
Screenshots