changes to mobile version

This commit is contained in:
2025-07-23 10:58:34 -05:00
parent a6f1571b8b
commit e913026f53
2 changed files with 69 additions and 351 deletions

View File

@@ -260,20 +260,14 @@ export class SearchModalComponent {
}
}
clearFilter() {
//if (this.criteria.criteriaType === 'businessListings') {
resetBusinessListingCriteria(this.criteria);
/* } else if (this.criteria.criteriaType === 'commercialPropertyListings') {
resetCommercialPropertyListingCriteria(this.criteria);
} else {
resetUserListingCriteria(this.criteria);
} */
this.searchService.search(this.criteria);
}
close() {
this.modalService.reject(this.backupCriteria);
}
onCheckboxChange(checkbox: string, value: boolean) {
// Deaktivieren Sie alle Checkboxes
(<BusinessListingCriteria>this.criteria).realEstateChecked = false;
(<BusinessListingCriteria>this.criteria).leasedLocation = false;
(<BusinessListingCriteria>this.criteria).franchiseResale = false;