Skip to content

Commit

Permalink
Merge pull request #24 from bioacoustic-ai/cleanup
Browse files Browse the repository at this point in the history
Remove old files
  • Loading branch information
patrik-ha authored Oct 22, 2024
2 parents 6139af9 + 894fffd commit 84f446b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
46 changes: 1 addition & 45 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,52 +3,8 @@ import { RouterView } from 'vue-router';
</script>

<template>
<!-- <header>
<div class="wrapper mb-4">
<nav>
<RouterLink to="/"><span class="text-lg">Datasets</span></RouterLink>
<RouterLink to="/about"><span class="text-lg">About</span></RouterLink>
</nav>
</div>
</header> -->
<RouterView />
<RouterView />
</template>

<style scoped>
header {
line-height: 1.5;
max-height: 100vh;
}
.logo {
display: block;
margin: 0 auto 2rem;
}
nav {
width: 100%;
font-size: 12px;
text-align: center;
margin-top: 2rem;
}
nav a.router-link-exact-active {
color: var(--color-text);
}
nav a.router-link-exact-active:hover {
background-color: transparent;
}
nav a {
display: inline-block;
padding: 0 1rem;
border-left: 1px solid var(--color-border);
}
nav a:first-of-type {
border: 0;
}
</style>
8 changes: 0 additions & 8 deletions frontend/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ const router = createRouter({
path: '/',
name: 'home',
component: HomeView
},
{
path: '/about',
name: 'about',
// route level code-splitting
// this generates a separate chunk (About.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import('../views/AboutView.vue')
}
]
})
Expand Down
14 changes: 0 additions & 14 deletions frontend/src/views/AboutView.vue

This file was deleted.

0 comments on commit 84f446b

Please sign in to comment.