From 013aea8d544fffa80cbe915b5a8b88cbe2c2a4a7 Mon Sep 17 00:00:00 2001 From: iacore Date: Wed, 9 Oct 2024 14:40:36 +0000 Subject: [PATCH] Cleanup cookie settings page --- assets/views/settings.jet.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/assets/views/settings.jet.html b/assets/views/settings.jet.html index bb2d5f0..36bb1b0 100644 --- a/assets/views/settings.jet.html +++ b/assets/views/settings.jet.html @@ -373,5 +373,38 @@ + + +

Current cookie values

+ + {{- range CookieListOrdered }} + + {{- end }} + +
+

Batch operation

+

+ You can save your current cookie values to quickly set your settings on other compatible instances, or if the current instance's cookies went expired. +

+

Invalid values will be ignored.

+
+ + +
+
+
+ +
{{- end }}