From f17d9da36c6ca35432b20b5c8ca1a5a75acbee03 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sat, 11 Nov 2023 01:15:38 -0800 Subject: [PATCH] Move Configure, Reinitialize buttons into the Content section on Web app Remove the Results Count button from the web app. It's hanging weirdly with not much context to its purpose. Reintroduce it in the Search card when created under the Features section --- src/khoj/interface/web/base_config.html | 12 +++++- src/khoj/interface/web/config.html | 51 +++++++------------------ 2 files changed, 24 insertions(+), 39 deletions(-) diff --git a/src/khoj/interface/web/base_config.html b/src/khoj/interface/web/base_config.html index 05119fad..d9546249 100644 --- a/src/khoj/interface/web/base_config.html +++ b/src/khoj/interface/web/base_config.html @@ -121,7 +121,7 @@ div.finalize-buttons { display: grid; gap: 8px; - padding: 24px 16px; + padding: 32px 0px 0px; width: 320px; border-radius: 4px; overflow: hidden; @@ -274,7 +274,9 @@ 100% { transform: rotate(360deg); } } - + #status { + padding-top: 32px; + } div.finalize-actions { grid-auto-flow: column; grid-gap: 24px; @@ -347,6 +349,12 @@ width: auto; } + #status { + padding-top: 12px; + } + div.finalize-actions { + padding: 12px 0 0; + } div.finalize-buttons { padding: 0; } diff --git a/src/khoj/interface/web/config.html b/src/khoj/interface/web/config.html index 34a4f642..29ca6526 100644 --- a/src/khoj/interface/web/config.html +++ b/src/khoj/interface/web/config.html @@ -104,6 +104,19 @@ +
+ +
+
+
+
+ +
+
+ +
+
+

Features

@@ -221,23 +234,7 @@
{% endif %} -
-
- - -
- -
-
-
-
- -
-
- -
-
-
+