From 11dcd8db19e5fc2198736f439f42067958b8defd Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 7 Jan 2025 11:56:34 +0100 Subject: [PATCH] fix(front): [WIP] Radios page --- front/src/components/favorites/List.vue | 4 +- front/src/components/library/Radios.vue | 176 ++++++++++-------------- front/src/components/radios/Card.vue | 94 ++++++++----- 3 files changed, 132 insertions(+), 142 deletions(-) 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]