dark theme

This commit is contained in:
2021-09-12 20:45:43 +01:00
parent 45d6c22d1e
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,