browsertrix icon indicating copy to clipboard operation
browsertrix copied to clipboard

[Feature]: Allow entering queue offset for crawler queue

Open ikreymer opened this issue 1 year ago • 1 comments

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): Screenshot 2024-03-05 at 6 25 50 PM

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

ikreymer avatar Mar 06 '24 02:03 ikreymer

Moving to 1.10, needs review for edge cases

Shrinks99 avatar Mar 06 '24 22:03 Shrinks99