diff --git a/README.md b/README.md index 900248ca..73411cf6 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [![Flask Version](https://img.shields.io/badge/flask-2.0-brightgreen.svg)](http://flask.pocoo.org/) [![code style: black](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black) [![type check: mypy](https://img.shields.io/badge/type%20check-mypy-blue)](http://mypy-lang.org/) +[![Vue Version](https://img.shields.io/badge/vue-3.2-brightgreen.svg)](https://v3.vuejs.org/) [![Typescript Version](https://img.shields.io/npm/types/typescript)](https://www.typescriptlang.org/) -[![Vue Version](https://img.shields.io/badge/vue-3.1-brightgreen.svg)](https://v3.vuejs.org/) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/290a285f22e94132904dc13b4dd19d1d)](https://www.codacy.com/app/SamR1/FitTrackee) [![pipeline status](https://gitlab.com/SamR1/FitTrackee/badges/master/pipeline.svg)](https://gitlab.com/SamR1/FitTrackee/-/commits/master) diff --git a/fittrackee/dist/index.html b/fittrackee/dist/index.html index 6b829513..d3ab6fe2 100644 --- a/fittrackee/dist/index.html +++ b/fittrackee/dist/index.html @@ -1 +1 @@ -
{{ message }}
\n \n# | \n{{ $t('admin.SPORTS.TABLE.IMAGE') }} | \n\n {{ $t('admin.SPORTS.TABLE.LABEL') }}\n | \n{{ $t('admin.SPORTS.TABLE.ACTIVE') }} | \n\n {{ $t('admin.ACTION') }}\n | \n\n |
---|---|---|---|---|---|
\n id\n {{ sport.id }}\n | \n\n \n {{ $t('admin.SPORTS.TABLE.IMAGE') }}\n \n | \n \n \n {{ $t('admin.SPORTS.TABLE.LABEL') }}\n \n {{ sport.translatedLabel }}\n | \n\n \n {{ $t('admin.SPORTS.TABLE.ACTIVE') }}\n \n \n | \n\n \n {{ $t('admin.ACTION') }}\n \n \n | \n
# | \n{{ $t('user.USERNAME') }} | \n{{ $t('user.EMAIL') }} | \n\n {{ $t('user.PROFILE.REGISTRATION_DATE') }}\n | \n\n {{ capitalize($t('workouts.WORKOUT', 0)) }}\n | \n{{ $t('user.ADMIN') }} | \n{{ $t('admin.ACTION') }} | \n
---|---|---|---|---|---|---|
\n \n {{ $t('user.PROFILE.PICTURE') }}\n \n | \n \n \n {{ $t('user.USERNAME') }}\n \n | \n \n \n {{ $t('user.EMAIL') }}\n \n {{ user.email }}\n | \n\n \n {{ $t('user.PROFILE.REGISTRATION_DATE') }}\n \n {{\n format(\n getDateWithTZ(user.created_at, authUser.timezone),\n 'dd/MM/yyyy HH:mm'\n )\n }}\n | \n\n \n {{ capitalize($t('workouts.WORKOUT', 0)) }}\n \n {{ user.nb_workouts }}\n | \n\n \n {{ $t('user.ADMIN') }}\n \n \n | \n\n \n {{ $t('admin.ACTION') }}\n \n \n | \n