From c207329a3e72549fe9bb54d4c7e57fb357a3b716 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Mon, 3 Feb 2025 11:05:35 +0100 Subject: [PATCH] Introduced TempStore to Store SearchStrings and Selections etc --- components/EntityList.vue | 24 ++++++++++++++++++++++-- stores/temp.js | 24 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 stores/temp.js diff --git a/components/EntityList.vue b/components/EntityList.vue index 6763f41..4bdea06 100644 --- a/components/EntityList.vue +++ b/components/EntityList.vue @@ -1,4 +1,6 @@