browsertrix
browsertrix copied to clipboard
[Feature]: Allow entering queue offset for crawler queue
Context
The crawler queue provides infinite scroll starting at 0, which makes it easier to watch the queue as it changes (without pagination).
However, it also makes it harder to zoom in to a particular part of the queue.
What change would you like to see?
Ideally, the queue header (below):
could be modified to allow entering a starting position and total shown:
Queued URLs: Showing from [ 0 ] to 100 of 48,925
As the user scrolls down, the number will reflect total shown:
Queued URLs: Showing from [ 0 ] to 200 of 48,925
If the user enters a different number in the text box, the queue will start from there:
Queued URLs: Showing from [ 10,000 ] to 10,100 of 48,925
and add upon scrolling:
Queued URLs: Showing from [ 10,000 ] to 10,200 of 48,925
This can use the same small text box used for exclusion pagination.
Requirements
No response
Todo
No response
Moving to 1.10, needs review for edge cases