From a6bc342c948c3f02a3b1441abb5e9bdafcbc87c8 Mon Sep 17 00:00:00 2001
From: Alexander_Kabui
Date: Tue, 24 Sep 2024 12:01:08 +0300
Subject: Refactor: move global search functionality to own module.
---
gn2/wqflask/templates/gsearch.html | 122 +++++++++++++++++++++++++++++++++++++
1 file changed, 122 insertions(+)
create mode 100644 gn2/wqflask/templates/gsearch.html
(limited to 'gn2/wqflask/templates/gsearch.html')
diff --git a/gn2/wqflask/templates/gsearch.html b/gn2/wqflask/templates/gsearch.html
new file mode 100644
index 00000000..72c92a44
--- /dev/null
+++ b/gn2/wqflask/templates/gsearch.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
--
cgit v1.2.3
From 6eb59add1e01986ec9d46c85c1e61404d57c3807 Mon Sep 17 00:00:00 2001
From: Alexander_Kabui
Date: Thu, 26 Sep 2024 14:09:56 +0300
Subject: Refactor: Apply linting to gsearch template file.
---
gn2/wqflask/templates/gsearch.html | 212 ++++++++++++++++++-------------------
1 file changed, 105 insertions(+), 107 deletions(-)
(limited to 'gn2/wqflask/templates/gsearch.html')
diff --git a/gn2/wqflask/templates/gsearch.html b/gn2/wqflask/templates/gsearch.html
index 72c92a44..5bfc51e7 100644
--- a/gn2/wqflask/templates/gsearch.html
+++ b/gn2/wqflask/templates/gsearch.html
@@ -1,122 +1,120 @@
-
-
+ min-width: 650px;
+ position: relative;
+ background-color: #d5d5d5;
+ height: 100px">
+
-
-
-
+
+ });
+
--
cgit v1.2.3