You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2022. It is now read-only.
-Adds a search dropdown to the list of Forum Helpers page
-The search dropdown will display search suggestions based on what a user has typed into the search bar.
-Only 5 suggestions will be shown at once, so typing in "a" will display the first 5 users with "a" in their name.
-Case insensitive
-Clicking on a suggestion will search for that user.
-Checking the box that says "Only show matching results?" will cause all users who do not fit the current search to be hidden.
-The choice between autocomplete and only show matching results is stored in localStorage.
-Update the Privacy Policy to reflect changes to localStorage.
Copy file name to clipboardExpand all lines: privacy/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ <h3>Other</h3>
37
37
<ul>
38
38
<li>Aside from Google Analytics, this site also stores two cookies on your computer which save whether or not you have agreed to the use of Google Analytics, and the date that you agreed.</li><br>
39
39
<li>This cookie expires each month, so you will have to re-accept the use of Google Analytics when you visit our site in a month that you have not yet accepted.</li><br>
40
-
<li>We also store one cookie which does not expire that stores your theme choice.</li><br>
40
+
<li>We also store one cookie which does not expire that stores your theme choice, as well as one that stores your search options.</li><br>
41
41
<li>Questions? Feel free to contact us by <ahref="https://github.com/theforumhelpers/theforumhelpers.github.io/discussions/new?category=q-a">opening a discussion</a> on our GitHub repository.</li>
0 commit comments