updated packages and fix light mode
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
xeovalyte 2023-02-10 15:06:01 +01:00
parent 25d6e63d32
commit 3b4b53c0cf
3 changed files with 4313 additions and 3634 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,27 +8,27 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@capacitor/cli": "^4.3.0",
"@capacitor/cli": "^4.6.3",
"@nuxtjs/plausible": "^0.2.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"@nuxtjs/tailwindcss": "^6.3.1",
"@tailwindcss/forms": "^0.5.3",
"@vueuse/core": "^9.12.0",
"@vueuse/nuxt": "^9.6.0",
"nuxt": "^3.0.0-rc.14",
"nuxt-icon": "^0.1.7"
"@vueuse/nuxt": "^9.12.0",
"nuxt": "^3.2.0",
"nuxt-icon": "^0.2.11"
},
"dependencies": {
"@capacitor/core": "^4.3.0",
"@capacitor/device": "^4.0.1",
"@capacitor/ios": "^4.3.0",
"@capacitor/push-notifications": "^4.1.0",
"@capacitor/core": "^4.6.3",
"@capacitor/device": "^4.1.0",
"@capacitor/ios": "^4.6.3",
"@capacitor/push-notifications": "^4.1.2",
"@formkit/nuxt": "^1.0.0-beta.11-c95e605",
"@nuxtjs/robots": "^3.0.0",
"@vueuse/components": "^9.12.0",
"@vueuse/firebase": "^9.2.0",
"@vueuse/shared": "^9.4.0",
"firebase": "^9.14.0",
"firebase-admin": "^11.4.1",
"@vueuse/firebase": "^9.12.0",
"@vueuse/shared": "^9.12.0",
"firebase": "^9.17.1",
"firebase-admin": "^11.5.0",
"vue-toastification": "^2.0.0-rc.5"
}
}

View File

@ -35,7 +35,7 @@
<div v-if="timings[0]" class="flex flex-col justify-center items-center gap-y-3 px-2 overflow-hidden">
<div class="relative">
<button @click.stop="showDropdown = !showDropdown" class="btn">Deelnemers <Icon size="1.2em" name="ion:arrow-down-b" /></button>
<div v-if="showDropdown" v-on-click-outside.bubble="handleDropdown" class="w-48 mt-2 bg-neutral-800 absolute rounded-lg shadow p-3">
<div v-if="showDropdown" v-on-click-outside.bubble="handleDropdown" class="w-48 mt-2 container absolute rounded-lg shadow p-3">
<ul class="space-y-2 text-default">
<li v-for="competitor in competitors" @click="competitor.checked = !competitor.checked" class="flex gap-x-1 items-center hover:cursor-pointer">
<input v-model="competitor.checked" type="checkbox" class="checkbox">