Query Log: add pagination #2946

Open
opened 2026-03-04 02:42:27 -05:00 by deekerman · 1 comment
Owner

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.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

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.

Originally created by @Ultrabenosaurus on GitHub (Aug 8, 2021). Have a question or an idea? Please search it [on our forum](https://github.com/AdguardTeam/AdGuardHome/discussions) to make sure it was not yet asked. If you cannot find what you had in mind, please [submit it here](https://github.com/AdguardTeam/AdGuardHome/discussions/new). ### Prerequisites Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - [x] I am running the latest version - [x] I checked the documentation and found no answer - [x] I checked to make sure that this issue has not already been filed ### Problem Description <!-- Is your feature request related to a problem? Please add a clear and concise description of what the problem is. --> 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 <!-- Describe the solution you'd like in a clear and concise manner --> 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 <!-- A clear and concise description of any alternative solutions or features you've considered. --> N/A ### Additional Information <!-- Add any other context about the problem here. --> 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.
Author
Owner

@ainar-g commented on GitHub (Aug 9, 2021):

A future version will probably support pagination by dates, see #2290 and #2554.

@ainar-g commented on GitHub (Aug 9, 2021): A future version will probably support pagination by dates, see #2290 and #2554.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AdGuardHome#2946
No description provided.