From d15b51e654e4befd8bf0b6008d19fd303e787b3e Mon Sep 17 00:00:00 2001
From: Ionel Pop
Date: Sun, 18 May 2025 00:22:20 +0200
Subject: [PATCH 1/3] #6 Remove top searches
---
.../resources/views/cringe-results.blade.php | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/services/query-engine/resources/views/cringe-results.blade.php b/services/query-engine/resources/views/cringe-results.blade.php
index 8e885aa..0c5effd 100644
--- a/services/query-engine/resources/views/cringe-results.blade.php
+++ b/services/query-engine/resources/views/cringe-results.blade.php
@@ -30,11 +30,19 @@
- Top Searches
+ Top Searches (Deprecated Feature)
- @foreach ($topSearches as $search)
+
+ Due to the top searches being used for spam and displaying inappropriate results, the top
+ searches feature has been disabled.
+ If you'd like to contribute a new feature to replace it, you can go to the
+ related GitHub
+ issue
+
+ {{-- @foreach ($topSearches as $search)
-
- @endforeach
+ @endforeach --}}
From 0d8c821817447133229f8e8a795e0b4e1bfd246d Mon Sep 17 00:00:00 2001
From: Ionel Pop
Date: Sun, 18 May 2025 00:22:36 +0200
Subject: [PATCH 2/3] #6 Update app.css
---
services/query-engine/resources/css/app.css | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/services/query-engine/resources/css/app.css b/services/query-engine/resources/css/app.css
index 684746c..fabef19 100644
--- a/services/query-engine/resources/css/app.css
+++ b/services/query-engine/resources/css/app.css
@@ -26,6 +26,22 @@
--another: #394b70;
}
+#note {
+ color: var(--color-red-500);
+ background-color: black;
+ padding: 1rem;
+ border: #c0caf5 solid 0.1rem;
+ border-radius: 0.5rem;
+}
+
+#github {
+ color: var(--blue);
+}
+
+#github:hover {
+ color: var(--color-blue-500);
+}
+
#cringe-title {
color: var(--text);
background-color: var(--another);
From 7ba040e763ef0e4d85d66082a88c78385945584c Mon Sep 17 00:00:00 2001
From: Ionel Pop
Date: Sun, 18 May 2025 00:35:32 +0200
Subject: [PATCH 3/3] Minor formatting issue
I'm too tired to amend right now
---
services/query-engine/resources/views/cringe-results.blade.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/services/query-engine/resources/views/cringe-results.blade.php b/services/query-engine/resources/views/cringe-results.blade.php
index 0c5effd..765ddfb 100644
--- a/services/query-engine/resources/views/cringe-results.blade.php
+++ b/services/query-engine/resources/views/cringe-results.blade.php
@@ -40,7 +40,7 @@
If you'd like to contribute a new feature to replace it, you can go to the
related GitHub
- issue
+ issue.
{{-- @foreach ($topSearches as $search)