Combine filters on one page #40

Merged
bilal.catic merged 5 commits from combine-filters-on-one-page into master 2019-10-11 17:25:58 +02:00
Showing only changes of commit 1dbe1da802 - Show all commits

View File

@@ -1,5 +1,5 @@
const PRICE_SLIDER_OPTIONS = {
start: [30000, 70000],
start: [50000, 85000],
range: {
min: [0, 1000],
"10%": [20000, 1000],
@@ -13,7 +13,7 @@ const PRICE_SLIDER_OPTIONS = {
//This will be used for Flats, Apartments, Houses
const HOME_SIZE_SLIDER_OPTIONS = {
start: [20, 75],
start: [30, 75],
range: {
min: [0, 5],
"50%": [100, 10],