splij all js

This commit is contained in:
Mateusz Gruszczyński
2026-05-31 13:30:32 +02:00
parent 973d8d4774
commit 1068aba11c
62 changed files with 183 additions and 22 deletions
@@ -0,0 +1 @@
export const mobileSelectEventsSource = " document.addEventListener('change',e=>{ const sort=e.target.closest('#mobileSortSelect'); if(sort){ setMobileSortValue(sort.value); return; } const sel=e.target.closest('#mobileFilterSelect'); if(!sel) return; setMobileFilterValue(sel.value); });\n ";