flora-pm / flora-server

A package index for the Haskell ecosystem
https://flora.pm/about
Other
126 stars 40 forks source link

Implement working search bar in reverse dependencies #389

Closed dylan-thinnes closed 1 year ago

dylan-thinnes commented 1 year ago

Proposed changes

Reverse dependency lists (a.k.a dependents) can get huge, e.g. for the lens library, which makes pagination impractical. This implements a search bar in the reverse dependencies page.

TODOS:

Contributor checklist

tchoutri commented 1 year ago

here it was it looks like right now:

Screenshot 2023-06-11 at 13-54-46 @haskell_base

tchoutri commented 1 year ago

@dylan-thinnes Hi! Would you like me to take the relay on this PR if you're having a hard time finishing it? I know it's hard to find the motivation and excitement after the hackathon has ended. :)

dylan-thinnes commented 1 year ago

Haha heya! No worries, I just was taking some time off to recover. I'll stage some of the work in the next few days, which I think gets us almost all of the way there, and you can tell me if it feels like things are heading in the direction you think's good.

tchoutri commented 1 year ago

@dylan-thinnes if that's not asking too much, I'd like to know how you're doing with the PR and if you'd like to pair with me sometime, or you can just push your code and I'll take it from here. :)

tchoutri commented 1 year ago

@dylan-thinnes If you don't mind I will port your PR and adapt it to the latest changes that landed in development. :) Thanks a bunch for all the work!

tchoutri commented 1 year ago

Closed by #476