From 7da5fdb10c1a35050d1606cb78da92151bf8212f Mon Sep 17 00:00:00 2001 From: Christian Ditaputratama Date: Mon, 4 Nov 2024 23:49:06 +0700 Subject: [PATCH] chore: Change css class `thead .th-filter` to `.frameless` --- internal/handler/views/remote_nodes.templ | 10 +++++----- internal/handler/views/remote_nodes_templ.go | 10 +++++----- internal/handler/views/src/css/main.css | 10 ++++++---- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/internal/handler/views/remote_nodes.templ b/internal/handler/views/remote_nodes.templ index 6ce08ef..17e13c9 100644 --- a/internal/handler/views/remote_nodes.templ +++ b/internal/handler/views/remote_nodes.templ @@ -85,7 +85,7 @@ templ TableNodes(data monero.Nodes, countries []monero.Countries, q monero.Query name="host" value={ fmt.Sprintf("%s", q.Host) } autocomplete="off" - class="th-filter" + class="frameless" placeholder="Filter Host / IP" hx-get={ fmt.Sprintf("%s?%s", "/remote-nodes", paging.EncodedQuery(q, []string{"host"})) } hx-push-url="true" @@ -98,7 +98,7 @@ templ TableNodes(data monero.Nodes, countries []monero.Countries, q monero.Query