AdguardTeam / AdguardTeam/AdGuardHome

Query Log: add pagination

未關閉
#3,426 2 則留言 4 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
TypeScript
星號
36.9k
分支
2.5k
PR 合併指標
30 天內沒有已合併 PR

描述

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

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.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。