From d2ecf6f3be46cae2948aa7ce8740f3e39a3f04ee Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Tue, 17 Mar 2026 12:26:14 -0400 Subject: Add search functionality --- ui/html/pages/index.tmpl.html | 18 ++++++++++++++++-- ui/html/pages/login.tmpl.html | 6 +++--- 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'ui/html') diff --git a/ui/html/pages/index.tmpl.html b/ui/html/pages/index.tmpl.html index fa5a9bb..5c91ab4 100644 --- a/ui/html/pages/index.tmpl.html +++ b/ui/html/pages/index.tmpl.html @@ -14,6 +14,12 @@ Login {{end}} +
+
+ + +
+
{{if .IsAuth}} @@ -47,10 +53,18 @@
{{if ne .Offset 0}} - Previous + {{if eq .SearchTerm ""}} + Previous + {{else}} + Previous + {{end}} {{end}} {{if .PagePopulated}} - Next + {{if eq .SearchTerm ""}} + Next + {{else}} + Next + {{end}} {{end}}
diff --git a/ui/html/pages/login.tmpl.html b/ui/html/pages/login.tmpl.html index 01dc804..9751ee8 100644 --- a/ui/html/pages/login.tmpl.html +++ b/ui/html/pages/login.tmpl.html @@ -5,8 +5,8 @@
-
-