SignInSheetHeader.vue

This component renders the header block of the Sign-In App. It displays the tabs containing the Run Info (same content for every page tab) and the Stats (content differs by page tab) tabs in the header of the Sign-In App. It also display the on-/offline status and if there are pending sync tasks
Props
| Name | Type | Required | Default |
|---|---|---|---|
runInfo | Array | ✅ | `` |
stats | Array | ✅ | `` |
Used by
Used Stores
Functions
gotoRunDetails
Navigates the user to the home page when called. Utilizes Vue Router to change the current route. There was a request from users to be able to navigate to the main page from the Sign-In App (which does not work out of the box because the empty template is used). This function is added to the run counter in the Run Info tab
