Loading
fetch "collection" view for HDCAs in `GenericItem` and `useInvocationGraph`
For the generic content items (used outside of the history panel), there is no need to fetch the entire "element" view when displaying the content item unexpanded. Therefore, I have made the default view "collection", until you click to expand an HDCA which is when the `DatasetCollectionProvider` is remounted to fetch the "element" (detailed) view for the HDCA.
Co-authored-by:
Marius van den Beek <m.vandenbeek@gmail.com>