Make the cards on the dashboard clickable to their respective lists #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For instance, clicking on Runs should give a list with all the runs, Snapshots all the snapshots, etc.
All the info is already there, but needs to be utilized better. This also relates to #22, as we don't have pages dedicated to specific items like tasks/snapshots etc yet. For instance, there is a Last Runs block on the dashboard, but that only shows the last 10 runs and the /runs/ endpoint doesn't exist yet.