tweag / nixpkgs-graph-explorer

Explore the nixpkgs dependency graph
MIT License
15 stars 0 forks source link

Search bar with pagination #30

Closed GuillaumeDesforges closed 1 year ago

GuillaumeDesforges commented 1 year ago

In current frontend revamp, we propose a search bar for users to search for a specific derivation in nixpkgs.

The search bar should take a derivation name as input. Upon being filled, it queries for derivation that match it. The list of results are displayed in a table.

(Later, the goal will be that upon clicking on a result, the graph of dependencies would be displayed on the graph view.)

Since there are many, many derivations, the search query and table of results should be paginated.