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.
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.