17 breadcrumbs
Created by: ri-pandey
I also put in some loading indicators for smoother transitions between pages.
Worth pointing out that because multiple pages render the same components, and because we can't manually point routes to components, this has resulted in some of the pages being duplicated - like [datasetId].vue, which needs to be duplicated multiple times, since it can be reached from multiple URLs (/datasets/:id, rawdata/:id, dataproducts/:id). Although none of these pages have any business logic, so no actual 'code' is being duplicated here.