From f5f66e7fa37a1ba8f4b968c7aab1951e9ca44db0 Mon Sep 17 00:00:00 2001
From: Josh Chamberlain
Date: Thu, 30 May 2024 15:45:42 -0400
Subject: [PATCH 1/8] shuffle results messaging
---
client/src/pages/SearchResultPage.vue | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/client/src/pages/SearchResultPage.vue b/client/src/pages/SearchResultPage.vue
index 8ddfe9e9..c826f445 100644
--- a/client/src/pages/SearchResultPage.vue
+++ b/client/src/pages/SearchResultPage.vue
@@ -23,8 +23,14 @@
No results found.
-
+
Date: Thu, 30 May 2024 15:47:27 -0400
Subject: [PATCH 2/8] simpler language
---
client/src/pages/SearchResultPage.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/src/pages/SearchResultPage.vue b/client/src/pages/SearchResultPage.vue
index c826f445..8a4847a4 100644
--- a/client/src/pages/SearchResultPage.vue
+++ b/client/src/pages/SearchResultPage.vue
@@ -24,7 +24,7 @@
- If you'd prefer to use a spreadsheet,
+ To see this data in table form,
view the full database
From a02273b3ebb441f474eb71672c311d249ce52fa4 Mon Sep 17 00:00:00 2001
From: Josh Chamberlain
Date: Thu, 30 May 2024 15:48:22 -0400
Subject: [PATCH 3/8] whitespace
---
client/src/pages/SearchResultPage.vue | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/client/src/pages/SearchResultPage.vue b/client/src/pages/SearchResultPage.vue
index 8a4847a4..8298b807 100644
--- a/client/src/pages/SearchResultPage.vue
+++ b/client/src/pages/SearchResultPage.vue
@@ -31,13 +31,13 @@
- If you don't see what you need,
-
- make a request
-
+ If you don't see what you need,
+
+ make a request
+
From c3abf39e2188df030abcfa4a1be56015f6468d4c Mon Sep 17 00:00:00 2001
From: Josh Chamberlain
Date: Thu, 30 May 2024 15:52:49 -0400
Subject: [PATCH 4/8] update test
---
.../__tests__/__snapshots__/searchResultPage.test.js.snap | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap b/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
index 1c818fc2..24189dcd 100644
--- a/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
+++ b/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
@@ -11,10 +11,10 @@ exports[`SearchResultPage renders with data > Calls API and renders search resul
From c26ced8efe33962a72dfaa6fd9c95d01b2ccd4ea Mon Sep 17 00:00:00 2001
From: Josh Chamberlain
Date: Thu, 30 May 2024 15:54:30 -0400
Subject: [PATCH 5/8] fix test?
---
.../__snapshots__/searchResultPage.test.js.snap | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap b/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
index 24189dcd..b5887056 100644
--- a/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
+++ b/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
@@ -10,14 +10,12 @@ exports[`SearchResultPage renders with data > Calls API and renders search resul
New search
-
+ To see these results in table form, view the full database
+
+
+ If you don't see what you need, make a request
+
+
Police & public interactions
From c761c53d7a21cef3549a5ef379aff1423a11d6ae Mon Sep 17 00:00:00 2001
From: Josh Chamberlain
Date: Thu, 30 May 2024 15:57:14 -0400
Subject: [PATCH 6/8] Revert "fix test?"
This reverts commit c26ced8efe33962a72dfaa6fd9c95d01b2ccd4ea.
---
.../__snapshots__/searchResultPage.test.js.snap | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap b/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
index b5887056..24189dcd 100644
--- a/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
+++ b/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
@@ -10,12 +10,14 @@ exports[`SearchResultPage renders with data > Calls API and renders search resul
New search
- To see these results in table form, view the full database
-
-
- If you don't see what you need, make a request
-
-
+
Police & public interactions
From 5e8c9c31ea9667939601d638d0a61ad38f399e64 Mon Sep 17 00:00:00 2001
From: Josh Chamberlain
Date: Thu, 30 May 2024 15:57:25 -0400
Subject: [PATCH 7/8] Revert "update test"
This reverts commit c3abf39e2188df030abcfa4a1be56015f6468d4c.
---
.../__tests__/__snapshots__/searchResultPage.test.js.snap | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap b/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
index 24189dcd..1c818fc2 100644
--- a/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
+++ b/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
@@ -11,10 +11,10 @@ exports[`SearchResultPage renders with data > Calls API and renders search resul
From fb049c5e631971da9d8106070d9a002f57e3ebda Mon Sep 17 00:00:00 2001
From: Josh Chamberlain
Date: Thu, 30 May 2024 16:02:02 -0400
Subject: [PATCH 8/8] update test
---
.../__snapshots__/searchResultPage.test.js.snap | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap b/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
index 1c818fc2..0439b8b0 100644
--- a/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
+++ b/client/src/pages/__tests__/__snapshots__/searchResultPage.test.js.snap
@@ -10,14 +10,12 @@ exports[`SearchResultPage renders with data > Calls API and renders search resul
New search
-
+ To see this data in table form, view the full database
+
+
+ If you don't see what you need, make a request
+
+
Police & public interactions