Optimized page reloading
This commit is contained in:
@ -10,5 +10,6 @@ namespace Oqtane.Services
|
||||
Dictionary<string, string> GetThemeTypes(List<Theme> themes);
|
||||
Dictionary<string, string> GetPaneLayoutTypes(List<Theme> themes);
|
||||
Dictionary<string, string> GetContainerTypes(List<Theme> themes);
|
||||
Task InstallThemesAsync();
|
||||
}
|
||||
}
|
||||
|
@ -99,5 +99,10 @@ namespace Oqtane.Services
|
||||
}
|
||||
return selectableContainers;
|
||||
}
|
||||
|
||||
public async Task InstallThemesAsync()
|
||||
{
|
||||
await http.GetJsonAsync<List<string>>(apiurl + "/install");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user