Commit graph

2920 commits

Author SHA1 Message Date
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
Vesa Luusua
e07f5cf4c8 TopbarDesktop example didn't work on Styleguide - expects to be full width 2018-10-25 13:13:56 +03:00
Vesa Luusua
64b51a6bca EmailVerificationPage: add referrer policy due tokens in URL 2018-10-17 14:03:10 +03:00
Vesa Luusua
548adf7f33 PasswordResetPage: add referrer policy due tokens in URL 2018-10-17 14:03:09 +03:00
Vesa Luusua
826c0e5f4d Page: handle enforced referrer 2018-10-17 14:03:04 +03:00
Vesa Luusua
c7c1b918cd Allow canonicalURL helper to return path only 2018-10-17 14:02:57 +03:00
Vesa Luusua
fc9c8d763c SearchPage: load off-screen images after user has scrolled the page. 2018-09-28 20:25:15 +03:00
Vesa Luusua
988bddddfd lazyLoadWithDimensions: option to load component after user has scrolled the page 2018-09-28 14:28:54 +03:00
Vesa Luusua
4dd68ef56a AboutPage image: use progressive jpeg and resize it properly 2018-09-28 11:38:37 +03:00
Vesa Luusua
fbed3a8f41 LandingPage hero: use progressive jpeg 2018-09-28 11:38:37 +03:00
Vesa Luusua
f73a9ce32b SectionLocations: use lazyLoadWithDimensions with LandingPage images 2018-09-28 11:38:31 +03:00
Vesa Luusua
915dae75e7 lazyLoadWithDimensions: configure to work with aspect ratio images 2018-09-28 11:38:20 +03:00
Vesa Luusua
3a3dbf86cc Fix two usage of old pseudoelement syntax 2018-09-26 16:17:06 +03:00