Commit graph

3028 commits

Author SHA1 Message Date
Jenni Nurmi
44e69bf36c Use enableAvailability in ManageListingCard 2019-01-16 13:30:32 +02:00
Jenni Nurmi
1d15936bae Use enableAvailability in EditListingWizard 2019-01-16 12:52:34 +02:00
Jenni Nurmi
72e20dfb56 Rename variable fetchAvailableTimeSlots to enableAvailability 2019-01-16 12:46:56 +02:00
Vesa Luusua
958ae089c9 Fix banned user / deleted listing on TransactioPage 2019-01-10 17:52:27 +02:00
Vesa Luusua
676882534b Separate fetching availability exceptions and bookings.
This expands blockable dates to 365 days in advance.
2019-01-09 14:28:08 +02:00
Vesa Luusua
2b6e870937 Fix typo 2019-01-08 18:07:24 +02:00
Vesa Luusua
31cf19a87e Add info how to localize moment lib and update translations.md too 2019-01-08 16:26:25 +02:00
Vesa Luusua
dff4df747f Add Spanish translations file: es.json 2019-01-08 16:23:29 +02:00
Jenni Nurmi
8de77822b1 Small fixes to en.json 2019-01-07 16:58:28 +02:00
Jenni Nurmi
b17036b8d3 Update fr.json 2019-01-07 16:58:14 +02:00
Jenni Nurmi
ea22f94d43 Synchronize white modal width 2019-01-07 14:04:01 +02:00
Jenni Nurmi
d0bc25f0cf Add new translation keys to fr.json 2019-01-07 14:04:01 +02:00
Jenni Nurmi
08eb9e3a6e Update IconClose so it can be used in smaller size 2019-01-07 14:04:01 +02:00
Jenni Nurmi
9c31f3e0ea Add additional owners to company account if required 2019-01-07 14:04:01 +02:00
Jenni Nurmi
9d8d211677 Create IconAdd 2019-01-07 14:04:01 +02:00
Jenni Nurmi
6319c77731 Add personal address to company account if required 2019-01-07 14:04:01 +02:00
Jenni Nurmi
1ba857c3ce Add country specific tax id field labels 2019-01-07 14:04:01 +02:00
Jenni Nurmi
a3b43cec27 Update user.duck.js to support also business accounts 2019-01-07 14:04:01 +02:00
Jenni Nurmi
338fb79f57 Create PayoutDetailsBankDetails subcomponent 2019-01-07 14:04:01 +02:00
Jenni Nurmi
7dff8331aa Update PayoutDetailsAddress to contain section title 2019-01-07 14:04:01 +02:00
Jenni Nurmi
a3400f4933 Create PayoutDetailsPersonalDetails subcomponent 2019-01-07 14:04:01 +02:00
Jenni Nurmi
1e5e70a5c2 Separate PayoutDetailsForm to PayoutDetailsFormIndividual and PayoutDetailsFormCompany 2019-01-07 14:04:01 +02:00
Jenni Nurmi
abe973337c Use radio buttons in PayoutDetailsForm 2019-01-07 14:04:01 +02:00
Jenni Nurmi
dd33c4d9dc Add fields for company name and tax id 2019-01-07 14:04:01 +02:00
Vesa Luusua
3197d74ce4 Initial (english) translations for fr.json 2019-01-04 14:57:30 +02:00
Vesa Luusua
ec44fae2b3 ManageListingCard should have a link to the Availability tab 2019-01-04 14:57:30 +02:00
Vesa Luusua
904637487d Add EditListingAvailabilityPanel to the EditListingWizard 2019-01-04 14:57:29 +02:00
Vesa Luusua
e82a51c607 EditListingAvailabilityPanel component 2019-01-04 14:57:29 +02:00
Vesa Luusua
74a50e5323 EditListingAvailabilityForm component 2019-01-04 14:57:24 +02:00
Vesa Luusua
fe36cf84cc EditListingPage.js: connect calendar data and functions from Redux setup 2019-01-04 14:53:13 +02:00
Vesa Luusua
c04742e160 EditListingPage.duck.js: add thunk functions for availability calendar
- requestFetchBookings
- requestFetchAvailabilityExceptions
- requestCreateAvailabilityException
- requestDeleteAvailabilityException
2019-01-04 14:53:03 +02:00
Vesa Luusua
854958d9e7 Add date utils: monthIdString, isDate, isSameDate 2019-01-03 12:54:41 +02:00
Vesa Luusua
2484b7948b Add new ensure* functions 2019-01-03 12:54:41 +02:00
Vesa Luusua
826aceaebe Add availabilityPlan to OwnListing attributes and add proptype availabilityException 2019-01-03 12:54:41 +02:00
Vesa Luusua
23cac31428 withViewport context helper should listen orientation changes 2019-01-03 12:54:41 +02:00
Vesa Luusua
922dfb2c64 Wrong translation for perUnit (it was english) 2019-01-02 15:05:41 +02:00
Hannu Lyytikainen
b20c6ca555 Fix BookingPanel title class overriding
Fix the title class overriding so that the css load order does not
affext the styles. Also removes a redundant media query definition.
2018-12-31 15:01:29 +02:00
Hannu Lyytikainen
39539f2cdf Change BookingPanel title margin on tx page 2018-12-27 14:28:07 +02:00
Hannu Lyytikainen
2a728a64ad Change layouts to match design
Apply design baseline definitions on BookingDatesForm, BookingPanel and
ListingPage.
2018-12-27 13:57:13 +02:00
Hannu Lyytikainen
2c3bb15355 Fix wrong booking title on listing page 2018-12-27 11:35:36 +02:00
Hannu Lyytikainen
1dba15331a Streamline sale buttons visibility logic 2018-12-20 18:03:29 +02:00
Hannu Lyytikainen
ad6fc6346b Fix session store handling for enquired tx 2018-12-20 18:03:29 +02:00
Hannu Lyytikainen
4f21f3a214 Hide desktop booking breakdown in mobile 2018-12-20 18:03:29 +02:00
Hannu Lyytikainen
08378d7001 Fix footer overlapping booking calendar
Rise the transaction details section on top of the footer so that the
booking dates calendar won't go below it.
2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
65a1358b93 Fix hidden open booking form section in mobile 2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
4663f825a1 Change checkout page booking sub title
Unify the sub title with transaction page.
2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
8d2adf0140 Hide initial message on booking after enquiry 2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
bbac34a0e5 Add initiate order after enquiry
If enquired transaction is avalable transition it to prequthorized on
checkout page.
2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
7cc30ee3ef Pass booking data from tx page to checkout 2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
a0d1984103 Unify listing info sub titles 2018-12-20 18:02:29 +02:00