IUSCA / bioloop

Scientific data management portal and pipeline application template
Other
5 stars 2 forks source link

Static nav links #125

Closed deepakduggirala closed 11 months ago

deepakduggirala commented 11 months ago

Description

Static navigational breadcrumb links for a page can now be configured through the route meta config. There is no need to import navStore and set state. This is done by adding a beforeEach navigational guard to router. This was not possible before because we did not know how to use stores in router guards while also exporting router object which happens before Pinia is registered.

Related Issue(s)

Closes #69 #70

Changes Made

List the main changes made in this PR. Be as specific as possible.

Checklist

Before submitting this PR, please make sure that: