ordinals/ord

Reverse collections to show latest parent

Open

#2,733 opened on Nov 23, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (1,479 forks)github user discovery
good first issuestream

Repository metrics

Stars
 (3,955 stars)
PR merge metrics
 (Avg merge 15d 21h) (5 merged PRs in 30d)

Description

The /collections page currently shows the oldest collections first. We should reverse this, to show the newest collections first. The newness of a collection should be defined by the largest sequence number of the latest child, so every time a collection gets a new child, it gets pushed to the top of /collections.

Contributor guide