()
| 400 | } |
| 401 | |
| 402 | function syncUrlState(): void { |
| 403 | updateQueryParams({ |
| 404 | q: "", |
| 405 | keyword: currentFilters.keywords, |
| 406 | sort: currentSort === "title" ? "" : currentSort, |
| 407 | }); |
| 408 | } |
| 409 | |
| 410 | export async function initExtensionsPage(): Promise<void> { |
| 411 | const list = document.getElementById("resource-list"); |
no test coverage detected