From 65f8f09114446547f7a795ccf95e7e0989e522e7 Mon Sep 17 00:00:00 2001 From: ItsNotGoodName Date: Thu, 14 Sep 2023 03:25:28 -0700 Subject: [PATCH] fix(web): multiple ui issues --- web/components/layout.templ | 4 +- web/components/layout_templ.go | 4 +- web/components/rule_form.templ | 2 +- web/components/rule_form_templ.go | 2 +- web/components/table_order_th.templ | 10 ++-- web/components/table_order_th_templ.go | 62 +++++++++++++++---- web/pages/envelope.templ | 82 ++++++++++++++------------ web/pages/envelope_templ.go | 75 ++++++++++++----------- 8 files changed, 147 insertions(+), 94 deletions(-) diff --git a/web/components/layout.templ b/web/components/layout.templ index 007342f0..abe36536 100644 --- a/web/components/layout.templ +++ b/web/components/layout.templ @@ -9,15 +9,13 @@ import ( templ LayoutDefault(m meta.Meta) {
-
-
+
@Header(m)
{ children... }
@Footer()
-