Skip to content

Commit

Permalink
Merge branch 'release/2.29.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakeyzer committed Aug 2, 2024
2 parents 45fec18 + 631053c commit 6036f9c
Show file tree
Hide file tree
Showing 6 changed files with 389 additions and 244 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.28.2",
"version": "2.29.0",
"name": "shieldmaiden",
"description": "A Dungeons and Dragons Combat Tracker",
"productName": "Shieldmaiden",
Expand Down
Binary file not shown.
6 changes: 0 additions & 6 deletions src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
</router-link>
</div>

<MusicPlayer />

<!-- ENVIRONMENT LABEL -->
<q-chip v-if="environment !== 'live'" color="red" icon="far fa-rocket" class="white">
<span class="ml-1">{{ environment.capitalize() }}</span>
Expand Down Expand Up @@ -184,14 +182,10 @@
</template>

<script>
import MusicPlayer from "./MusicPlayer";
import { mapActions, mapGetters } from "vuex";
export default {
name: "Header",
components: {
MusicPlayer,
},
props: {
maintenance: {
type: [Boolean, String],
Expand Down
Loading

0 comments on commit 6036f9c

Please sign in to comment.