diff --git a/app.vue b/app.vue index afa34bb..a8c7190 100644 --- a/app.vue +++ b/app.vue @@ -11,10 +11,7 @@ import "~/assets/global.css"; const event = useRequestEvent(); const sessionStore = useSessionStore(); -const eventsStore = useEventsStore(); -const nuxtApp = useNuxtApp(); -await callOnce("fetch-globals", async () => { +await callOnce("fetch-session", async () => { await sessionStore.fetch(event); - await nuxtApp.runWithContext(eventsStore.fetchLastEventId); }) diff --git a/assets/global.css b/assets/global.css index 4869d13..3d4e0c0 100644 --- a/assets/global.css +++ b/assets/global.css @@ -76,7 +76,7 @@ label>* { margin-inline-start: 0.5rem; } -:is(p, form, fieldset, pre, ul, .flow) + :is(p, form, fieldset, pre, ul, .flow) { +:is(p, form, fieldset, pre, ul) + :is(p, form, fieldset, pre, ul) { margin-block-start: 0.5rem; } diff --git a/components/CardEvent.vue b/components/CardEvent.vue index 0d90894..baca351 100644 --- a/components/CardEvent.vue +++ b/components/CardEvent.vue @@ -3,10 +3,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later --> diff --git a/components/TableScheduleEvents.vue b/components/TableScheduleEvents.vue index 21bfda8..caf3e48 100644 --- a/components/TableScheduleEvents.vue +++ b/components/TableScheduleEvents.vue @@ -14,7 +14,6 @@ notice description p - c s @@ -70,13 +69,6 @@ @change="event.crew = !event.crew" > - - - {{ event.slots.size ? event.slots.size : "" }}