Commit graph

1505 commits

Author SHA1 Message Date
Vesa Luusua
5c75a80257 .searchResultsContainer handles paddings on viewportLarge 2018-02-23 17:29:02 +02:00
Vesa Luusua
d9501ca2f9 SearchPage: error already has paddings (given by searchResultContainer) 2018-02-20 11:56:39 +02:00
Vesa Luusua
4f8f6c61d3 Remove unused prop / function 2018-02-20 11:56:30 +02:00
Hannu Lyytikainen
99370008fd Add validation for filtering query params 2018-02-16 16:38:30 +02:00
Hannu Lyytikainen
012462729d Remove unnecessary listing query params 2018-02-16 12:56:16 +02:00
Hannu Lyytikainen
23958657ec Add country to search params 2018-02-15 17:02:48 +02:00
Vesa Luusua
dac4005390 SearchPage uses amenities as variable name for amenities 2018-02-15 16:21:27 +02:00
Vesa Luusua
44db724f03 Validate url params 2018-02-15 16:20:16 +02:00
Kimmo Puputti
6cdb77fa32 Redirect to normal listing page if listing is already published 2018-02-12 10:44:01 +02:00
Kimmo Puputti
1b0517ee6c
Merge pull request #699 from sharetribe/page-internal-notfound
Page specific not found handling
2018-02-09 10:40:34 +02:00
Kimmo Puputti
343864e174 Render NotFoundPage instead of redirect for invalid inbox tab 2018-02-09 10:32:07 +02:00
Kimmo Puputti
161a471234 Render NotFoundPage when user is not found 2018-02-09 10:29:33 +02:00
Hannu Lyytikainen
3700bf7bba Pass test features in SearchPage.test.js 2018-02-09 10:20:28 +02:00
Kimmo Puputti
f9e2f45a01 Fix listing page 404
Render NotFoundPage instead of redirect. This fixes the case when an
old error resulted in a redirect for new listing page request.

It is also better to keep the URL so it can be fixed to the correct
one.
2018-02-09 10:20:21 +02:00
Hannu Lyytikainen
a176df4154 Add features filtering to mobile search 2018-02-08 16:09:35 +02:00
Kimmo Puputti
f401363940 Improve the coordinate obfuscation
- Use a proper algorithm to offset correctly in different latitudes
- Only configure the offset in meters, infer circle radius from that
2018-02-08 10:31:23 +02:00
Kimmo Puputti
760d0cc3c2 Improve coordinate obfuscation configuration 2018-02-07 14:52:59 +02:00
Hannu Lyytikainen
8efed6f043 Change FieldGroupCheckbox field naming 2018-02-06 13:48:34 +02:00
Hannu Lyytikainen
82487f0daa Rename amenities url param name const 2018-02-06 13:16:50 +02:00
Hannu Lyytikainen
528b6b593d Add urlParam param to SelectMultipleFilter
Also rename amenities url param.
2018-02-05 15:01:53 +02:00
Hannu Lyytikainen
8c362b6dca Add features filter 2018-02-05 11:03:25 +02:00
Hannu Lyytikainen
ca410d5c3b Allow ref fucntion to be passed to the form 2018-02-02 19:52:47 +02:00
Vesa Luusua
cd0c3932bf Review changes 2018-02-02 16:25:18 +02:00
Vesa Luusua
7551fec85e Add notes about missing quantity prop when unitType is line-item/units 2018-02-02 16:20:37 +02:00
Vesa Luusua
b310613017 Refactor fetchSpeculatedTransaction to accommodate booking data easily if needed 2018-02-02 16:20:36 +02:00
Vesa Luusua
239eb1fad2 Enable passing booking data (like quantity, color) in addition to BookingDates 2018-02-02 16:20:36 +02:00
Vesa Luusua
c04dca2df3 Update BookingDatesForm to be ready for changes with LINE_ITEM_UNITS 2018-02-02 16:20:35 +02:00
Kimmo Puputti
951d169dc4 Replace listings.search usage with listings.query 2018-02-02 15:04:11 +02:00
Kimmo Puputti
74d86dbd24 Change category query param 2018-02-02 15:03:34 +02:00
Kimmo Puputti
505cafdb7a Improve coordinate obfuscation
Now the obfuscation results are memoized so that the results stay
stable for each listing id.
2018-02-02 12:04:10 +02:00
Kimmo Puputti
b8b8b94375 Obfuscate SearchMap listing coordinates 2018-02-01 16:11:57 +02:00
Kimmo Puputti
b6010beb25 Use a shared var for the listing page variant 2018-01-31 11:22:34 +02:00
Kimmo Puputti
30ccb1e85b Redirect to the correct URL if listing is pending approval 2018-01-31 10:46:01 +02:00
Kimmo Puputti
faf31af6ed Fix missing props in ListingPage tests 2018-01-31 10:46:01 +02:00
Kimmo Puputti
22129e49d1 Use own listing if the pending-approval variant was in the params 2018-01-31 10:46:01 +02:00
Kimmo Puputti
5eb03350ae Fetch from ownListings if listing is pending approval 2018-01-31 10:46:01 +02:00
Kimmo Puputti
d07b5ec6ed Make book modal URL handling use search param, not tab/pathname 2018-01-31 10:46:01 +02:00
Hannu Lyytikäinen
88fbebadbd
Merge pull request #676 from sharetribe/edit-listing-features
Edit listing features
2018-01-30 15:38:50 +02:00
Hannu Lyytikainen
ccb2ab27f6 Use flex-grow insted of the flex <value> notation 2018-01-30 15:18:28 +02:00
Vesa Luusua
2d85510a62
Merge pull request #674 from sharetribe/payoutdetailsform-relocated
Relocate PayoutDetailsForm (to EditListingWizard)
2018-01-30 14:19:48 +02:00
Vesa Luusua
7cb223d8e9 Add comments about extra data on last wizard tab 2018-01-30 14:14:01 +02:00
Hannu Lyytikäinen
ba1abe53d0
Merge pull request #679 from sharetribe/show-listing-features
Show listing features
2018-01-30 14:03:06 +02:00
Vesa Luusua
a41f329cf4 bugfix: onUpsertListingDraft was working wrongly 2018-01-30 13:57:23 +02:00
Vesa Luusua
607c25b61c Rename: CurrencyInputField -> FieldCurrencyInput 2018-01-30 13:49:29 +02:00
Vesa Luusua
3156963f9e Rename: BirthdayInputField -> FieldBirthdayInput 2018-01-30 13:48:59 +02:00
Vesa Luusua
23faad9146 Rename: DateRangeInputField -> FieldDateRangeInput 2018-01-30 13:48:59 +02:00
Hannu Lyytikainen
65b351aabf Fix ListingPage baseline alignment 2018-01-30 12:17:03 +02:00
Hannu Lyytikainen
1b74d16969 Rename feature object keys for PropertyGroup 2018-01-30 12:17:03 +02:00
Hannu Lyytikainen
dda0cee88c Show listing features on ListingPage 2018-01-30 11:15:21 +02:00
Kimmo Puputti
071b46c540
Merge pull request #671 from sharetribe/category-config
Categories in publicData
2018-01-30 10:00:44 +02:00