diff --git a/components/25-reefscape/MatchVisualization.vue b/components/25-reefscape/MatchVisualization.vue new file mode 100644 index 0000000..d7ae1db --- /dev/null +++ b/components/25-reefscape/MatchVisualization.vue @@ -0,0 +1,227 @@ + + + diff --git a/pages/dashboard.vue b/pages/dashboard.vue index 683a671..f7807a8 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -4,7 +4,7 @@ import PouchDB from 'pouchdb'; import databases, { type TeamInfo } from '~/utils/databases'; import OuterComponents from '~/components/website-utils/OuterComponents.vue'; let syncDisable = ref(false); -// + async function sync() { syncDisable.value = true; await PouchDB.sync( @@ -258,7 +258,7 @@ async function updateTeamData() {
- ChocoChips Scouting 🍪 + ChocoChips Scouting
-

{{ event.name }}

+

{{ event.name }}

-

+

{{ months.at(event.start_date.split('-')[1] - 1) + ' ' + @@ -416,7 +416,7 @@ async function updateTeamData() { class="rounded-full mx-0.5 mr-1" color="primary" /> -

+

{{ placeify(teamEventData[index].rank) }} Place with a Record of {{ @@ -551,15 +551,13 @@ async function updateTeamData() {

-

No Events Scheduled

-
- -
+

No Events Scheduled

+
diff --git a/pages/teams/[id].vue b/pages/teams/[id].vue index 8fb618a..2b5d9fc 100644 --- a/pages/teams/[id].vue +++ b/pages/teams/[id].vue @@ -1,255 +1,297 @@