Add a viewer for scans with delete and download buttons
This commit is contained in:
parent
7959b34c44
commit
858e99a47f
2 changed files with 232 additions and 6 deletions
|
|
@ -187,6 +187,7 @@ const imjoyContent = () =>
|
|||
// Import modal components for device initialisation
|
||||
import calibrationModal from "./modalComponents/calibrationModal.vue";
|
||||
import TabIcon from "./genericComponents/tabIcon.vue";
|
||||
import ScanListContent from "./tabContentComponents/scanListContent.vue";
|
||||
|
||||
// Export main app
|
||||
export default {
|
||||
|
|
@ -266,22 +267,26 @@ export default {
|
|||
icon: "visibility",
|
||||
component: viewContent
|
||||
},
|
||||
/*{
|
||||
id: "gallery",
|
||||
icon: "photo_library",
|
||||
component: galleryContent,
|
||||
divide: true // Add a divider after this tab icon
|
||||
},*/
|
||||
{
|
||||
id: "navigate",
|
||||
icon: "gamepad",
|
||||
component: navigateContent
|
||||
},
|
||||
/*{
|
||||
id: "gallery",
|
||||
icon: "photo_library",
|
||||
component: galleryContent
|
||||
},*/
|
||||
{
|
||||
id: "slidescan",
|
||||
icon: "settings_overscan",
|
||||
component: slideScanContent
|
||||
},
|
||||
{
|
||||
id: "scanlist",
|
||||
icon: "photo_library",
|
||||
component: ScanListContent
|
||||
},
|
||||
{
|
||||
id: "background_detect",
|
||||
icon: "background_replace",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue