From 136460567c9ff63900eea73ab8c6809cf8495248 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 25 Apr 2024 15:00:53 +0200 Subject: [PATCH] Feat: Add by-user setting for paging type - Solves Add User-Configuration for Infinite Scroll #262 --- web/frontend/src/config/PlotSettings.svelte | 56 ++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/web/frontend/src/config/PlotSettings.svelte b/web/frontend/src/config/PlotSettings.svelte index 20a7f2e..09610f1 100644 --- a/web/frontend/src/config/PlotSettings.svelte +++ b/web/frontend/src/config/PlotSettings.svelte @@ -275,7 +275,7 @@ } - + @@ -422,6 +422,60 @@ + + + +
+ handleSettingSubmit("#paging-form", "pag")} + > + + +
Paging Type
+ {#if displayMessage && message.target == "pag"}
+ Update: {message.msg} +
{/if} +
+ +
+
+ {#if config.job_list_usePaging} + + {:else} + + {/if} + +
+
+ {#if config.job_list_usePaging} + + {:else} + + {/if} + +
+
+ +
+