Skip to content

Commit

Permalink
Redesigned the header bar
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBazlow authored and attrib committed Sep 28, 2024
1 parent 2aa0d9a commit 88a23d4
Show file tree
Hide file tree
Showing 24 changed files with 2,531 additions and 1,036 deletions.
2 changes: 2 additions & 0 deletions frontend/Components/VPCounter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const props = defineProps(['totalScore', 'townFeatures'])
const score = reactive({Warden: 0, Colonial: 0, None: 0, WardenUnclaimed: 0, ColonialUnclaimed: 0, NoneUnclaimed: 0, requiredVPs: props.totalScore || 32})
document.getElementById('war-score')?.setAttribute("data-vp-loaded", "");
watch(
props.townFeatures,
(townFeatures) => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/Components/VPCounterStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const props = defineProps(['data'])
const score = reactive({Warden: 0, Colonial: 0, None: 0, WardenUnclaimed: 0, ColonialUnclaimed: 0, NoneUnclaimed: 0, requiredVPs: props.totalScore || 32})
document.getElementById('war-score').style.display = 'flex';
document.getElementById('war-score')?.setAttribute("data-vp-loaded", "");
watch(
props.data,
Expand Down
23 changes: 0 additions & 23 deletions frontend/consts.css

This file was deleted.

Loading

0 comments on commit 88a23d4

Please sign in to comment.