Commit graph

3203 commits

Author SHA1 Message Date
Jenni Nurmi
0cc6cf9663 Add ID number field with validators to US and HK 2018-12-10 14:50:21 +02:00
Jenni Nurmi
a137773b82 Add Stripe support for Hong Kong 2018-12-10 14:50:21 +02:00
Jenni Nurmi
fe0102034a Add Stripe support for Norway 2018-12-10 14:50:21 +02:00
Jenni Nurmi
d98d5d8f62 Add Stripe support for Switzerland 2018-12-10 14:50:21 +02:00
Jenni Nurmi
c79fb7e141 Add Stripe support for New Zealand 2018-12-10 14:50:21 +02:00
Jenni Nurmi
45e00d2241 Add Stripe support for Canada 2018-12-10 14:50:21 +02:00
Jenni Nurmi
fe1082e5e5 Add field for personal id number to PayoutDetailsForm 2018-12-10 14:50:21 +02:00
Jenni Nurmi
89c62999be Create PayoutDetailsAddress subcomponent and edit address config 2018-12-10 14:50:21 +02:00
Jenni Nurmi
a84e8ae33e Refactor mapInputsToStripeAccountKeys function to make it easier to add different bank account formats 2018-12-10 14:50:20 +02:00
Jenni Nurmi
09455123e1 Update changelog and comment in config 2018-12-10 14:03:29 +02:00
Jenni Nurmi
3fad2dd5d2 Update translations in ManageListingCard 2018-12-10 13:58:28 +02:00
Jenni Nurmi
086963a497 Update translations in ListingPage 2018-12-10 13:58:28 +02:00
Jenni Nurmi
512d820c38 Update translations in ListingCard 2018-12-10 13:58:28 +02:00
Jenni Nurmi
082707d012 Update translations in EditListingPricingForm 2018-12-10 13:58:28 +02:00
Vesa Luusua
fa76ea5051 Formatting docs with newest Prettier.
Related commit  was lost at some point when dependencies were updated.
2018-12-10 13:34:11 +02:00
Vesa Luusua
0dde29f061
Revert "Revert "Improvements to instructions"" 2018-12-10 13:29:33 +02:00
Vesa Luusua
3c8579d7e3
Revert "Improvements to instructions" 2018-12-10 12:59:10 +02:00
Thomas Malbaux
8c07b2d655 Remove year from Copyright footer translation key 2018-12-10 12:10:13 +02:00
Jenni Nurmi
47f2689a4c In react-dates components use readOnly prop on mobile to fix bug 2018-12-05 11:07:47 +02:00
Jenni Nurmi
0aca4567c2 Update Prettier to 1.15.3 2018-12-05 11:07:47 +02:00
Jenni Nurmi
a6949bff42 Update react-dates to 17.2.0 2018-12-05 11:07:47 +02:00
Jenni Nurmi
98f8bdfa12 Update ManageListingCard test because updated Enzyme shows React.Fragment in snapshot 2018-12-05 11:07:47 +02:00
Hannu Lyytikainen
baae0af3c8 Add a missing translation
Also removes two obsolete ones.
2018-11-29 12:07:00 +02:00
Hannu Lyytikainen
7177cb37c7 Pass base url to SDK only if provided 2018-11-28 10:07:03 +02:00
Hannu Lyytikainen
6066b88f81 Add French translations 2018-11-27 12:50:25 +02:00
Jenni Nurmi
299358f1d2 Show error if payment amount is zero 2018-11-26 13:34:58 +02:00
Jenni Nurmi
381b6d8191 Show Stripe error message if error contains Stripe error 2018-11-23 12:56:41 +02:00
Jenni Nurmi
51329edd62 Remove unused translation keys 2018-11-22 09:18:00 +02:00
Jenni Nurmi
c3be38c1bc Update correct title to PasswordChangePage.title 2018-11-22 09:17:41 +02:00
Vesa Luusua
e86f1a792f fix draft listing. ModalMissingInformation was still shown too early. 2018-11-20 15:27:45 +02:00
Vesa Luusua
62d9be0baf PriceFilterForm: fix the position of a dash between inputs 2018-11-19 12:26:09 +02:00
Vesa Luusua
7422281f31 PriceFilterPlain: fix padding 2018-11-19 12:25:20 +02:00
Jenni Nurmi
bcd36e9619 Don't set currenUserHasListings if fetched listing is in draft state 2018-11-16 16:04:26 +02:00
Vesa Luusua
8dcca64fb2 Add components and containers index-files to .prettierignore 2018-11-15 15:16:04 +02:00
Hannu Lyytikainen
501d5b08f4 Fix a few typos in a comment 2018-11-15 10:15:09 +02:00
Hannu Lyytikainen
f177f6a6ea Remove translation handling for tests
Translations are passed as props so the handling for translations in
tests is already done in test-helpers.js.
2018-11-15 10:14:39 +02:00
Hannu Lyytikainen
19f67fe64e Add a note about translations in tests 2018-11-15 10:14:39 +02:00
Hannu Lyytikainen
aa4ff59618 Pass translations to ReusableMapContainer in props 2018-11-15 10:14:39 +02:00
Jenni Nurmi
a3acc1961f Update PaginationLinks test 2018-11-14 16:24:24 +02:00
Jenni Nurmi
7bafae01cf Align arrows with month caption 2018-11-14 16:24:24 +02:00
Jenni Nurmi
2338d0dd51 Use IconArrowHead on DateRangeInput 2018-11-14 16:24:09 +02:00
Jenni Nurmi
c0dd47fd02 Use IconArrowHead on PaginationLinks 2018-11-14 16:23:02 +02:00
Jenni Nurmi
f4a14c50f3 Create IconArrowHead 2018-11-14 16:23:02 +02:00
Jenni Nurmi
75f295cbfc ListingPage: ActionBar links to draft edit mode
if listing is a draft.
2018-11-07 16:32:33 +02:00
Jenni Nurmi
9037ed3e70 ManageListingCard uses Overlay subcomponent.
Edit links to correct edit mode: draft vs. edit.
2018-11-07 16:32:33 +02:00
Janne Koivistoinen
0fb69e90ea Adds Overlay component to ManageListingCard 2018-11-07 16:32:33 +02:00
Vesa Luusua
7ed97a7a48 EditListingPhotosPanel: use newListingPublished, not newListingCreated 2018-11-07 16:32:32 +02:00
Vesa Luusua
9e48a1fca7 EditListingWizard: use onCreateListingDraft and onPublishListingDraft
instead of plain createListing.
2018-11-07 16:32:32 +02:00
Vesa Luusua
98e279542d EditListingWizard forms: handle errors from fetchErrors.
Every form should show (at least) updateListingError and showListingsError.
2018-11-07 16:32:31 +02:00
Vesa Luusua
2a31ccc458 EditListingWizard panels: pass all errors as fetchErrors to Final Form 2018-11-07 16:32:31 +02:00