removed IHttpContextAccessor as it shoudl not be used in Blazor, fixed form handling, added Reset button to consistent with other framework search options, used SharedLocalizer, removed unused localization keys

This commit is contained in:
sbwalker
2024-06-11 08:38:51 -04:00
parent 1d7fcfdaa1
commit b3706574de
5 changed files with 15 additions and 234 deletions

View File

@ -13,8 +13,6 @@ namespace Oqtane.Modules.Admin.SearchResults
Name = "Search Results",
Description = "Display Search Results",
Version = Constants.Version,
ServerManagerType = "",
SettingsType = "Oqtane.Modules.Admin.SearchResults.Settings, Oqtane.Client",
Resources = new List<Resource>()
{
new Resource { ResourceType = ResourceType.Stylesheet, Url = "~/Module.css" }