-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
Improve filtering on table pages #1222
Conversation
…client. Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
… text. Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
…dding a column multiple times impossible. Signed-off-by: DL6ER <[email protected]>
ec1434b
to
d16ed04
Compare
Signed-off-by: DL6ER <[email protected]>
136f713
to
e46269b
Compare
Signed-off-by: DL6ER <[email protected]>
e46269b
to
82f4549
Compare
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
46b7aba
to
efe0244
Compare
Signed-off-by: DL6ER <[email protected]>
efe0244
to
cb3be64
Compare
…ot lost when removing a column from the selection. Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
…ter. Signed-off-by: DL6ER <[email protected]>
Thanks I like it a lot. |
Signed-off-by: DL6ER <[email protected]>
Initially filtering on status and reply was not possible due to technical reasons. Later you added the ability. |
… for Signed-off-by: DL6ER <[email protected]>
Where did I add this? 🤔 |
Ah, I see. This was a misunderstanding. Yes, filtering on click is possible, but not through the search. The new placeholder should clarify this. Thanks. |
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/sort-query-list-show-specific-client-dropdown-all-piholed-ok/15039/3 |
@PromoFaux Kindly requesting re-approval. |
Signed-off-by: DL6ER <[email protected]>
429c21a
to
f06a2b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionally speaking, this works well.
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/pi-hole-5-1-released/35577/1 |
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: |
Were consequences of this change on mobile/tablet browsers considered? This has broken the ability to click to filter on mobile. |
By submitting this pull request, I confirm the following:
git rebase
)What does this PR aim to accomplish?:
Improve filtering on table pages. This enables a whole set of new features, see https://discourse.pi-hole.net/t/explicit-search-in-pi-hole-admin-console/28893/16
How does this PR accomplish the above?:
Change on-click actions on query types, domain and client from searching to filtering
What documentation changes (if any) are needed to support this PR?:
None