mobile ui

This commit is contained in:
2025-11-26 11:17:12 +01:00
parent d5486417e2
commit 8a1f078435
5 changed files with 668 additions and 402 deletions

View File

@ -19,6 +19,10 @@ document.getElementById('sortSelect').addEventListener('change', (e) => {
document.addEventListener('DOMContentLoaded', () => {
initMap();
initPrivacyModal();
initMobilePopup();
initPriceInputs();
console.log('Kleinanzeigen Karten-Suche initialized');
console.log('API Base URL:', API_BASE_URL);
console.log('Mobile view:', window.innerWidth < 768);
});