From 826c5b8c4e5f0b38aa218eac134a2b0c62feb629 Mon Sep 17 00:00:00 2001 From: frankporras Date: Tue, 3 Sep 2024 12:53:02 +0200 Subject: [PATCH] - Pagination arrow color fixed according to page - Data type showed in suggestions corrected according to user-friendly values --- src/components/PaginationComponent.vue | 7 ++++--- .../ActiveFacetCategory.ts | 2 +- .../active-facet-category.vue | 2 +- src/components/vs-input/vs-input.ts | 21 ++++++++++++++++++- .../search-view/search-view-component.ts | 21 ++++++++++++++++++- 5 files changed, 46 insertions(+), 7 deletions(-) diff --git a/src/components/PaginationComponent.vue b/src/components/PaginationComponent.vue index c236e70..244eac8 100644 --- a/src/components/PaginationComponent.vue +++ b/src/components/PaginationComponent.vue @@ -104,7 +104,7 @@ const prevClick = () => {