Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shuffle results messaging #314

Merged
merged 8 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions client/src/pages/SearchResultPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,22 @@
No results found.
</p>

<div v-else>
<p class="text-xl max-w-full">
If you don't see what you need,
<a
href="https://airtable.com/shrbFfWk6fjzGnNsk"
data-test="search-results-request-link"
>
make a request&nbsp;<i class="fa fa-external-link" />
</a>
</p>
<p class="text-xl max-w-full">
To see these results in a table,
<a href="https://airtable.com/shrUAtA8qYasEaepI">
view the full database&nbsp;<i class="fa fa-external-link" />
</a>
</p>
</div>
<p v-else class="text-xl max-w-full">
To see this data in table form,
<a href="https://airtable.com/shrUAtA8qYasEaepI">
view the full database&nbsp;<i class="fa fa-external-link" />
</a>
</p>

<p class="text-xl max-w-full">
If you don't see what you need,
<a
href="https://airtable.com/shrbFfWk6fjzGnNsk"
data-test="search-results-request-link"
>
make a request&nbsp;<i class="fa fa-external-link" />
</a>
</p>

<div data-test="search-results">
<section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ exports[`SearchResultPage renders with data > Calls API and renders search resul
<i class="fa fa-plus"></i> New search
</button>
</div>
<div>
<p class="text-xl max-w-full"> If you don't see what you need, <a href="https://airtable.com/shrbFfWk6fjzGnNsk"> make a request <i class="fa fa-external-link"></i>
</a>
</p>
<p class="text-xl max-w-full"> To see these results in a table, <a href="https://airtable.com/shrUAtA8qYasEaepI"> view the full database <i class="fa fa-external-link"></i>
</a>
</p>
</div>
<p class="text-xl max-w-full"> To see this data in table form, <a href="https://airtable.com/shrUAtA8qYasEaepI"> view the full database <i class="fa fa-external-link"></i>
</a>
</p>
<p class="text-xl max-w-full"> If you don't see what you need, <a href="https://airtable.com/shrbFfWk6fjzGnNsk"> make a request <i class="fa fa-external-link"></i>
</a>
</p>
<div>
<section class="mt-8 p-0 w-full">
<h2 class="section-subheading w-full">Police & public interactions</h2>
Expand Down
Loading