Commit graph

82 commits

Author SHA1 Message Date
Vesa Luusua
3c99a88708 Fix Firefox: category options were grey 2018-11-05 12:15:23 +02:00
Vesa Luusua
fea522bf5c SelectMultipleFilterForm: fix padding to match design 2018-10-31 10:53:51 +02:00
Vesa Luusua
4c610a7014 PriceFilterForm 2018-10-31 10:53:46 +02:00
Vesa Luusua
2bf0500fdf Remove unnecessary Google Maps refs from docs and code comments 2018-09-14 16:02:37 +03:00
Hannu Lyytikainen
d4d4ac90fa Disable default predictions in listing wizard 2018-08-22 11:25:42 +03:00
Hannu Lyytikainen
09991d2616 Add error message for time slot request errors 2018-08-17 13:09:35 +03:00
Kimmo Puputti
35ffe2e67c Fix hidden "Powered by Google" text in Mobile Safari 2018-08-16 10:58:46 +03:00
Hannu Lyytikäinen
f6fbae7dd8
Merge pull request #892 from sharetribe/availability
Add availability support
2018-08-13 15:24:03 +03:00
Hannu Lyytikainen
bcbeec8aef Pass time slots to BookingDatesForm 2018-08-09 15:43:28 +03:00
Kimmo Puputti
2d092a4543 Use globally configured autocomplete predictions padding
The padding is set for the "Powered by Google" attribution, but that
might not be present e.g. with Mapbox.
2018-08-09 14:54:01 +03:00
Hannu Lyytikainen
702d65b0fd Change multiselect search filter input IDs
Pass in the id of the parent component of the filter to achieve input ID
uniqueness.
2018-08-01 16:57:19 +03:00
Hannu Lyytikainen
5517743bfe Fix submit button state handling 2018-07-09 15:45:01 +03:00
Hannu Lyytikainen
7dd6db1ea7 Add a submit in progress check 2018-07-09 15:39:40 +03:00
Hannu Lyytikainen
dee98675a9 Remove component state initialization
The state initialization is performed when the component goes into
submittin mode. However, after the form is submitted, the component
unmounts and the state is destroyed.
2018-07-05 19:26:56 +03:00
Hannu Lyytikainen
cdfd6e0886 Change final form props spreading
Change props spreading so that the whole props object is available to
the form and required props can be destructured from that.
2018-06-01 12:42:08 +03:00
Hannu Lyytikainen
51d8c2b6c6 Add empty onSubmit to SelectMultipleFilterPlainForm 2018-06-01 01:09:36 +03:00
Hannu Lyytikainen
085935beb6 Move rest of the forms to forms folder
Move SelectMultipleFilterForm and SelectMultipleFilterPlainForm to the
forms folder.
2018-06-01 01:09:36 +03:00
Hannu Lyytikainen
c5b08ab737 Migrate LocationSearchForm to Final Form 2018-06-01 00:43:24 +03:00
Hannu Lyytikainen
e90d7d2add Migrate TopbarSearchForm 2018-06-01 00:43:24 +03:00
Hannu Lyytikainen
2a305cf456 Migrate SendMessageForm to Final Form 2018-06-01 00:43:24 +03:00
Hannu Lyytikainen
3d172412f3 Migrate EmailVerificationForm to Final Form 2018-06-01 00:43:24 +03:00
Vesa Luusua
049f6a7f37 import lodash per file to reduce bundle size 2018-05-18 15:24:09 +03:00
Vesa Luusua
1f5499b6a5 Don't use deprecated 'change' but 'form.change' 2018-05-18 14:34:04 +03:00
Vesa Luusua
a348c921cc Add link to stripe legal documentation 2018-05-18 14:33:59 +03:00
Vesa Luusua
07635524ff use image.upload instead of specific upload calls to profile and listing image 2018-05-15 16:25:23 +03:00
Vesa Luusua
f2f78e44f6 remove react-sortable-hoc - gzip change 515.33 KB (-13.18 KB) 2018-05-09 17:18:04 +03:00
Vesa Luusua
ae1f89c7b7 Update Prettier 2018-05-09 16:38:43 +03:00
Hannu Lyytikainen
c50dc86559 Prefer the word customize over customise 2018-05-04 17:36:05 +03:00
Vesa Luusua
7c92d35b25 Fix class-via-props usage (always overwrite) 2018-05-02 16:41:17 +03:00
Vesa Luusua
219a611938 Fix LocationAutocompleteInput class-via-props usage 2018-05-02 16:40:29 +03:00
Vesa Luusua
af088fff8f Fix form references after moving them to different location 2018-05-02 15:56:30 +03:00
Vesa Luusua
d5ab34226c Move forms to forms folder (away from src/containers) 2018-05-02 14:38:20 +03:00