Commit graph

2932 commits

Author SHA1 Message Date
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
Vesa Luusua
f7efde7baf EditListingPage: use draft thunks and check listing draft state 2018-11-07 16:32:12 +02:00
Vesa Luusua
bbb08d75ee EditListingPage.duck: create listing draft, publish listing draft.
Removing requestCreateListing and actions for storing local draft data to redux store.
2018-11-07 16:25:28 +02:00
Vesa Luusua
3a797fc653 ListingPage: handle data loading of draft listings 2018-11-07 13:54:47 +02:00
Vesa Luusua
1aaad1d4e1 ListingLink: add draft as a path variant 2018-11-06 11:50:06 +02:00
Vesa Luusua
77743a2e4b Add ListingPage path params to urlHelpers.js 2018-11-06 11:45:03 +02:00
Vesa Luusua
3b834e98d0 Add LISTING_STATE_DRAFT to types.js 2018-11-06 11:42:58 +02:00
Vesa Luusua
f7837e3369 Fix API changes: description can be null. 2018-11-06 10:52:28 +02:00
Vesa Luusua
3c99a88708 Fix Firefox: category options were grey 2018-11-05 12:15:23 +02:00
Vesa Luusua
d32a4ba638 SearchPage: *fix* range end is exclusive in Flex API 2018-10-31 10:53:53 +02:00
Vesa Luusua
a063733564 SearchPage: add price filter 2018-10-31 10:53:53 +02:00
Vesa Luusua
eea6b7795c Marketplace custom config for price filter 2018-10-31 10:53:52 +02:00
Vesa Luusua
009f14e2c7 SearchFilters and SearchFiltersMobile 2018-10-31 10:53:52 +02:00
Vesa Luusua
647dee1360 PriceFilter 2018-10-31 10:53:51 +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
433002e637 RangeSlider and FieldRangeSlider 2018-10-31 00:18:39 +02:00
Vesa Luusua
8dcd160817 withDimensions context helper 2018-10-31 00:18:08 +02:00
Vesa Luusua
d81a4b33ae Styleguide cleaning: Menu component label didn't have enough space 2018-10-30 22:55:13 +02:00
Vesa Luusua
6cc16430e3 Styleguide cleaning: ImageCarousel was using vw units (temp fix for styleguide) 2018-10-30 22:55:12 +02:00
Vesa Luusua
6200e7f593 Styleguide cleaning: styleguide links didn't break 2018-10-30 22:54:59 +02:00
Vesa Luusua
080f75f141 Styleguide cleaning: Footer behaved badly 2018-10-30 22:54:50 +02:00