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

A massive redesign of the advanced search form #1701

Merged
merged 25 commits into from
Nov 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9723002
Create an Advanced Search Form layout
davidmz Oct 24, 2024
0c9445b
Parse and build search query
davidmz Oct 24, 2024
1f75f8e
Fix the autocomplete pattern search logic for the zero-width pattern …
davidmz Oct 25, 2024
c004585
Add autocomplete and make inactive options gray
davidmz Oct 25, 2024
a3a09fa
Adapt styles for dark mode
davidmz Oct 25, 2024
dd23267
Remove previous advanced search form
davidmz Oct 25, 2024
1f44651
Add "Advanced search options" dropdown
davidmz Oct 25, 2024
47a02c5
Reword form text
davidmz Oct 26, 2024
d23073e
Make 'select' paddings consistent with the other inputs
davidmz Oct 26, 2024
3fcdc94
Add custom placeholder to the top search form
davidmz Oct 27, 2024
c6ed756
Focus top search form on [/] or Ctrl+[K] keys
davidmz Oct 27, 2024
db1f0e1
Fix the focused advanced search button color
davidmz Oct 27, 2024
3fd19a0
Update changelog
davidmz Oct 27, 2024
deecdcf
Update the search form placeholder
davidmz Oct 30, 2024
cb7acfc
Move top search form to the separate component
davidmz Oct 30, 2024
35db1a3
Add a separate button to the "What to search" input
davidmz Oct 30, 2024
0e980bb
Fix 'legend' color in dark mode
davidmz Oct 31, 2024
4da16f3
Add missed usernameFilters
davidmz Oct 31, 2024
e73f583
Allow to click on resulting search query
davidmz Oct 31, 2024
5c207bc
Make the behavior of the top search form the same on all pages
davidmz Oct 31, 2024
8298087
Use proper onBlur (focusout) handler in top search form
davidmz Oct 31, 2024
242e9d0
Place the exact match on top of the autocomplete variants
davidmz Oct 31, 2024
83d20d4
Submit the advanced search form by Enter on text fields
davidmz Oct 31, 2024
bd776c4
Add "Exclude posts liked by users" filter to the advanced form
davidmz Oct 31, 2024
b610d8f
Use regular Link in the "Advanced search" dropdown
davidmz Nov 7, 2024
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
Prev Previous commit
Next Next commit
Make 'select' paddings consistent with the other inputs
davidmz committed Oct 26, 2024
commit d23073e04ea7f12bba800e1439db6c02bd418c86
4 changes: 4 additions & 0 deletions styles/common/common.scss
Original file line number Diff line number Diff line change
@@ -17,3 +17,7 @@ pre,
samp {
font-family: Vazir, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

select.form-control {
padding-inline: 0.6rem;
}