Skip to content

WindowIterator should emit items in order when scrolling backwards. #2857

Closed
@christophstrobl

Description

@christophstrobl

Scrolling backwards, WindowIterator should emit items in order eg. 10, 9, 8, 7,...
Currently backward scrolling is only considered on a Window basis, but items within the Window are ordered forward.
Using a limit of eg. 3 would therefore lead to something like 8, 9, 10, 5, 6, 7...

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions