diff --git a/frontend/src/App.vue b/frontend/src/App.vue index edb1eb2..c4bc974 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -40,10 +40,10 @@ const paths = [ attrs: { to: "/" }, label: "Map", }, - { - attrs: { to: "/api" }, - label: "API", - }, + // { + // attrs: { to: "/api" }, + // label: "API", + // }, { attrs: { to: "/about" }, label: "About", diff --git a/frontend/src/components/DataViewDrawer.vue b/frontend/src/components/DataViewDrawer.vue index 357b923..863becc 100644 --- a/frontend/src/components/DataViewDrawer.vue +++ b/frontend/src/components/DataViewDrawer.vue @@ -52,6 +52,10 @@ const query = async (filters = {}) => { body: JSON.stringify(filters) }); const counts = await response.json() + + // Delete the 'Figure model (Hand-drawn)' key + delete counts['Figure model (Hand-drawn)'] + modelTypeCounts.value = counts totalModels.value = Object.values(counts).reduce((acc, count) => acc + count, 0) querying.value = false diff --git a/frontend/src/components/TheAppBar.vue b/frontend/src/components/TheAppBar.vue index 6198d2b..fff65fe 100644 --- a/frontend/src/components/TheAppBar.vue +++ b/frontend/src/components/TheAppBar.vue @@ -16,16 +16,16 @@ - + - +