mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Query Log: add pagination #2946
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#2946
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ultrabenosaurus on GitHub (Aug 8, 2021).
Have a question or an idea? Please search it on our forum to make sure it was not yet asked. If you cannot find what you had in mind, please submit it here.
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Problem Description
For things like single-page web apps or scrolling images on Pinterest then infinite scrolling kinda makes sense, but for tabular data it is a nightmare. I have no idea how big the dataset is or how far I am through it, I have no way of jumping to a certain point in the dataset without filtering out surrounding data (by date range) which might actually be meaningful to what I'm looking for, and the more I scroll the more meaningless the scroll bar becomes as an indicator of position / progress.
Without pagination, the Query Log is almost impossible to use for general inspection, without filtering by a specific date or client. Not to mention that as you scroll further, adding more and more content to the page, it will probably cause the browser to slow and eventually maybe crash depending on how big the log is.
Proposed Solution
Please switch back to pagination for the Query Log, or add a toggle in the settings, and never ever consider only infinite scrolling for any data displayed in the AGH interface.
Alternatives Considered
N/A
Additional Information
AGH 0.106.3
Raspberry Pi 4B 4GB
Raspberry Pi OS 10 (buster)
Connected to router via Ethernet and set as default DNS for the network.
@ainar-g commented on GitHub (Aug 9, 2021):
A future version will probably support pagination by dates, see #2290 and #2554.