()
| 217 | } |
| 218 | |
| 219 | function syncUrlState(): void { |
| 220 | updateQueryParams({ |
| 221 | q: '', |
| 222 | tag: currentFilters.tags, |
| 223 | sort: currentSort === 'title' ? '' : currentSort, |
| 224 | }); |
| 225 | } |
| 226 | |
| 227 | export async function initPluginsPage(): Promise<void> { |
| 228 | const list = document.getElementById('resource-list'); |
no test coverage detected