diff --git a/front/src/components/favorites/List.vue b/front/src/components/favorites/List.vue index 987b6402b..7ad4107a4 100644 --- a/front/src/components/favorites/List.vue +++ b/front/src/components/favorites/List.vue @@ -109,10 +109,12 @@ const paginateOptions = computed(() => sortedUniq([12, 25, 50, paginateBy.value] - + diff --git a/front/src/components/library/Radios.vue b/front/src/components/library/Radios.vue index 7509bfbd9..d3ae4a485 100644 --- a/front/src/components/library/Radios.vue +++ b/front/src/components/library/Radios.vue @@ -14,8 +14,14 @@ import { useStore } from '~/store' import axios from 'axios' import $ from 'jquery' -import Pagination from '~/components/vui/Pagination.vue' +import Layout from '~/components/ui/Layout.vue' +import Section from '~/components/ui/layout/Section.vue' +import Pagination from '~/components/ui/Pagination.vue' import RadioCard from '~/components/radios/Card.vue' +import Button from '~/components/ui/Button.vue' +import Link from '~/components/ui/Link.vue' +import Card from '~/components/ui/Card.vue' +import Input from '~/components/ui/Input.vue' import useSharedLabels from '~/composables/locale/useSharedLabels' import useOrdering from '~/composables/navigation/useOrdering' @@ -109,17 +115,12 @@ const paginateOptions = computed(() => sortedUniq([12, 25, 50, paginateBy.value] - - - - {{ t('components.library.Radios.header.browse') }} - - - - + + + {{ t('components.library.Radios.header.instance') }} - - + + sortedUniq([12, 25, 50, paginateBy.value] v-if="store.state.auth.authenticated && scope === 'me'" :type="'less-listened_library'" /> - - - - - - {{ t('components.library.Radios.header.user') }} - - - {{ t('components.library.Radios.button.create') }} - - - + + + - - - {{ t('components.library.Radios.label.search') }} - - - - - - - - {{ t('components.library.Radios.ordering.label') }} - - - {{ sharedLabels.filters[option[1]] }} - - - - - {{ t('components.library.Radios.ordering.direction.label') }} - - - {{ t('components.library.Radios.ordering.direction.ascending') }} - - - {{ t('components.library.Radios.ordering.direction.descending') }} - - - - - {{ t('components.library.Radios.pagination.results') }} - - - {{ opt }} - - - - - + + + + {{ sharedLabels.filters[option[1]] }} + + + + + {{ t('components.library.Radios.ordering.direction.ascending') }} + + + {{ t('components.library.Radios.ordering.direction.descending') }} + + + + + {{ opt }} + + + sortedUniq([12, 25, 50, paginateBy.value] :custom-radio="radio" /> - - - - - + + diff --git a/front/src/components/radios/Card.vue b/front/src/components/radios/Card.vue index 3e645b564..051ee3d94 100644 --- a/front/src/components/radios/Card.vue +++ b/front/src/components/radios/Card.vue @@ -6,6 +6,7 @@ import { useStore } from '~/store' import { useI18n } from 'vue-i18n' import RadioButton from './Button.vue' +import Card from '~/components/ui/Card.vue' interface Props { type: string @@ -33,27 +34,18 @@ const customRadioId = computed(() => props.customRadio?.id ?? null) - - - - - {{ radio.name }} - - - {{ radio.name }} - - - - {{ radio.description }} - + + + {{ radio.description }} props.customRadio?.id ?? null) :user="radio.user" class="left floated" /> - - - - {{ t('components.radios.Card.button.edit') }} - + + + {{ t('components.radios.Card.button.edit') }} + - + + + + {{ radio.description }} + + + + + + {{ t('components.radios.Card.button.edit') }} + + +