From 67bcbf45f531e2bbad2e90a2727ed84b10162cbf Mon Sep 17 00:00:00 2001 From: Jeppe Bundgaard Date: Thu, 8 Jan 2026 12:00:47 +0100 Subject: [PATCH] Refactor button slots and layouts across Self-Serve and Wash Lanes modules - Standardized `buttons` slot structure in pagination templates. - Removed redundant button definitions in `DepartmentWashLane.vue`. - Updated button styles and layouts for consistency across components. --- .../PaginationDisplayGeneralSearchReload.vue | 3 +++ .../pagination/TableLabeledPagination.vue | 6 +++++- .../SelfServeQuestionsPagination.vue | 7 +++++-- .../DepartmentSelfServeQuestions.vue | 4 ++-- .../modules/wash-lanes/DepartmentWashLane.vue | 18 ++---------------- 5 files changed, 17 insertions(+), 21 deletions(-) diff --git a/src/components/displays/pagination/PaginationDisplayGeneralSearchReload.vue b/src/components/displays/pagination/PaginationDisplayGeneralSearchReload.vue index e577e928..aa5823cd 100644 --- a/src/components/displays/pagination/PaginationDisplayGeneralSearchReload.vue +++ b/src/components/displays/pagination/PaginationDisplayGeneralSearchReload.vue @@ -20,6 +20,9 @@ import SessionUser from "@/components/session/token/SessionUser.vue"; @input="search($event.target.value)" /> +
+ +
{{SessionUser.objects.global.language.reload}}
diff --git a/src/components/displays/pagination/TableLabeledPagination.vue b/src/components/displays/pagination/TableLabeledPagination.vue index 1c9ec371..229182f3 100644 --- a/src/components/displays/pagination/TableLabeledPagination.vue +++ b/src/components/displays/pagination/TableLabeledPagination.vue @@ -32,7 +32,11 @@ const isSmall = ref(window.innerWidth < 1024);

{{ label }}

- + + +