From 16383afd2c5ab0b60753c852eabde3b0c4f0b3e9 Mon Sep 17 00:00:00 2001 From: mcarquigny Date: Sun, 30 Mar 2025 13:48:13 +0200 Subject: [PATCH] Fix pagination Fix persistent search --- README.md | 4 ++-- src/components/GlobalSearch.vue | 2 +- src/pages/StockItems.vue | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 956bcae..bc1bfbf 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ HFSPlay stock management - [x] handle file upload - [ ] editable categories - [x] qrcode generation -- [ ] fix search to be persistent +- [x] fix search to be persistent - [ ] fix comments to be more legible - [ ] fix comments to allow resolution - [ ] batch print QR codes -- [ ] fix tables pagination +- [x] fix tables pagination ## Ideas diff --git a/src/components/GlobalSearch.vue b/src/components/GlobalSearch.vue index f2ef552..55d00a8 100644 --- a/src/components/GlobalSearch.vue +++ b/src/components/GlobalSearch.vue @@ -1,7 +1,7 @@