Client - refacto + display fix and improvements

This commit is contained in:
Sam
2021-10-02 16:16:58 +02:00
parent 3d56eb3c93
commit 60a5df70a9
38 changed files with 140 additions and 127 deletions

View File

@ -23,6 +23,7 @@
<script lang="ts">
import { format } from 'date-fns'
import { defineComponent } from 'vue'
export default defineComponent({
name: 'CalendarHeader',
props: {

View File

@ -25,11 +25,11 @@
import { defineComponent, PropType } from 'vue'
import { useI18n } from 'vue-i18n'
import SportImage from '@/components/Common/Sports/SportImage.vue'
import SportImage from '@/components/Common/SportImage/index.vue'
import { IWorkout } from '@/types/workouts'
export default defineComponent({
name: 'CalendarWorkouts',
name: 'CalendarWorkout',
components: {
SportImage,
},

View File

@ -1,6 +1,6 @@
<template>
<div id="user-calendar">
<Card class="calendar-card">
<Card class="calendar-card" :without-title="true">
<template #content>
<CalendarHeader
:day="day"