dark theme

This commit is contained in:
Paul Schneider 2021-09-12 20:45:43 +01:00
commit 386eec262d
13 changed files with 7929 additions and 97 deletions

View file

@ -99,9 +99,9 @@ namespace isnd.Services
return new PackageIndexViewModel
{
query = query,
totalHits = total,
data = pkgs
Query = query,
TotalHits = total,
Data = pkgs
};
}
public AutoCompleteResult AutoComplete(string id,