From 84e94672a34587303d5e78f4440cd083d7777ed7 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Mon, 30 Sep 2024 05:44:22 +0300 Subject: [PATCH] wip --- .../hbs2-git-dashboard-core/HBS2/Git/Web/Html/Root.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hbs2-git-dashboard/hbs2-git-dashboard-core/HBS2/Git/Web/Html/Root.hs b/hbs2-git-dashboard/hbs2-git-dashboard-core/HBS2/Git/Web/Html/Root.hs index 726bb4cf..27c94055 100644 --- a/hbs2-git-dashboard/hbs2-git-dashboard-core/HBS2/Git/Web/Html/Root.hs +++ b/hbs2-git-dashboard/hbs2-git-dashboard-core/HBS2/Git/Web/Html/Root.hs @@ -1152,7 +1152,11 @@ repoPage IssuesTab lww _ = rootPage do div_ [class_ "content"] $ do section_ do - strong_ $ toHtml (show $ "Issues ::" <+> pretty repoName) + h5_ $ toHtml (show $ "Issues ::" <+> pretty repoName) + + form_ [role_ "search"] do + input_ [name_ "search", type_ "search"] + input_ [type_ "submit", value_ "Search"] table_ [] do tbody_ [id_ "fixme-tab-data"] mempty