dark theme
This commit is contained in:
parent
45d6c22d1e
commit
386eec262d
13 changed files with 7929 additions and 97 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue