added navigation bar, always present at the moment

This commit is contained in:
booploops 2021-12-17 18:41:00 -08:00
parent 832e0f75bf
commit e2dc9e4c0a
4 changed files with 47 additions and 0 deletions

View file

@ -240,6 +240,10 @@
</div>
</div>
<div id="app-content">
<div id="navigation-bar">
<button class="nav-item" @click="history.back()"><%- include('svg/chevron-left.svg') %></button>
<button class="nav-item" @click="history.forward()"><%- include('svg/chevron-right.svg') %></button>
</div>
<!-- Artist Page -->
<transition name="wpfade">
<template v-if="page == 'artist-page' && artistPage.data.attributes">