Commit graph

1643 commits

Author SHA1 Message Date
Vesa Luusua
db11a921ad Check if the booking error happens due to disabled charge creation 2019-05-23 15:05:59 +03:00
Vesa Luusua
926e68f854 StyleguidePage: add rawOnly flag for positioned components 2019-05-21 16:29:29 +03:00
Jenni Nurmi
fcc932441e Update proptypes 2019-05-16 11:04:28 +03:00
Jenni Nurmi
0896d315f3 Update tests 2019-05-09 16:02:45 +03:00
Jenni Nurmi
20b9c6c8a3 Add proptypes 2019-05-09 16:02:45 +03:00
Jenni Nurmi
291708ff8c Use values from store 2019-05-09 16:02:45 +03:00
Jenni Nurmi
952f713a5d Move creating payment token to strip.duck.js 2019-05-09 16:02:40 +03:00
Vesa Luusua
e5e972dc7d Update snapshots after flex-sdk-js version bump 2019-05-08 12:25:24 +03:00
Vesa Luusua
e2159de9f3 Reserve use* function naming pattern for React Hooks
Eslint-plugin rules of hooks assumed that useInitialValues was actually
a wrongly called hook
2019-05-08 12:25:23 +03:00
Jenni Nurmi
339676a2eb Check that lineItems exists in attributes 2019-05-07 17:55:20 +03:00
Vesa Luusua
5a12a1e65f Update snapshots 2019-05-03 22:31:21 +03:00
Tri Nguyen
7a5e77f3be fix dispatch for fetchReviewRequest 2019-05-03 20:10:31 +07:00
Vesa Luusua
f1bc1697b6 Month id strig should be generated on utc timezones 2019-04-24 12:25:48 +03:00
Vesa Luusua
be0c8a7cf5 InboxPage: use sparse fields to improve query performance 2019-04-12 16:19:32 +03:00
Vesa Luusua
26e82bcc50 SearchPage: use sparse fields when querying listing data 2019-04-12 13:25:12 +03:00
Vesa Luusua
d926f6b8c6 Make ListingPage to work with sparse listing data
while loadData is in progress
2019-04-12 13:21:09 +03:00
Vesa Luusua
3e2569b693 Add comment about category and amenities filters not working by default 2019-03-29 15:36:35 +02:00
Vesa Luusua
076055f9c2 Add stripe.duck.js to handle Stripe account and person endpoints 2019-03-27 13:23:21 +02:00
Vesa Luusua
63c9d73a3d Removed stripeConnected attributes in favor of stripeAccount entity 2019-03-26 22:20:16 +02:00
Vesa Luusua
905c3ee129 Add currentUser id to components showing individiual Stripe account. 2019-03-26 22:20:15 +02:00
Vesa Luusua
f1b7a2235d Move fname/firstName and lname/lastName renaming in thunk functions 2019-03-26 22:20:15 +02:00
Vesa Luusua
3ff963192a Update tests 2019-03-25 15:47:14 +02:00
Vesa Luusua
97c7654073 Use displayStart and dislayEnd (Booking entity) 2019-03-25 15:47:09 +02:00
Vesa Luusua
5cecdc982e
Merge pull request #1024 from sharetribe/improve-bundling-order
Improve bundling order
2019-02-21 17:59:18 +02:00
Vesa Luusua
ca284f8d7e Add hyphenation to titles which might contain long words. 2019-02-20 18:11:05 +02:00
Vesa Luusua
b1eb69f6d3 Refactored className usage for InlineTextButton
They are changed to use rootClassName for consistency
and protection against future bundling order changes.
2019-02-19 15:49:49 +02:00
Jenni Nurmi
41fac4000b Add two new custom breakpoints 2019-02-18 16:08:51 +02:00
Jenni Nurmi
d347ba5cf4 Side navigation matches footer 2019-02-18 15:33:36 +02:00
Jenni Nurmi
aae6380559 Unify page width when page should match to footer 2019-02-18 15:33:20 +02:00
Jenni Nurmi
9af5705d40 Use userDisplayNameAsString function on ListingPage 2019-02-12 10:22:44 +02:00
Jenni Nurmi
37ca536f6e Use UserDisplayName in InboxPage 2019-02-12 10:22:44 +02:00
Jenni Nurmi
099dd6bd9e Add handling for deleted and banned user to types.js 2019-02-12 10:22:44 +02:00
Jenni Nurmi
5f27f2b103 Remove error handling for unverified email from PasswordRecoveryPage 2019-02-06 13:29:46 +02:00
Vesa Luusua
caad06353e Add state graph description and refactor transaction.js functions to use it. 2019-01-30 18:31:05 +02:00
Jenni Nurmi
6d6ebbffc1 Refactor InboxPage:
use txHasBeenDelivered function,
rename css classes,
add txIsRequested check and handle unknown transition separately,
filter unknown transitions when fetching data,
don't render InboxItem if latest transition is unknown,
update InboxPage tests.
2019-01-30 15:35:20 +02:00
Vesa Luusua
538faf945d Add tx helpers related to sending a review 2019-01-30 14:21:00 +02:00
Vesa Luusua
a7b7c58d80 Extract transaction related code to its own util file
from types.js
2019-01-30 14:20:59 +02:00
Vesa Luusua
fbd26bdfec SearchPage.duck.js: endDate should not expand end date for night
DateRangeController: unittype day should allow 0 night
EditListingPage.duck.js booking state should be passed to query
2019-01-29 14:48:08 +02:00
Jenni Nurmi
94bb6be20a Add availability params to search query 2019-01-29 12:59:48 +02:00
Jenni Nurmi
27a49d1534 Add DateRangeFilter to desktop and mobile versions 2019-01-28 14:37:40 +02:00
Jenni Nurmi
72e20dfb56 Rename variable fetchAvailableTimeSlots to enableAvailability 2019-01-16 12:46:56 +02:00
Jenni Nurmi
ea22f94d43 Synchronize white modal width 2019-01-07 14:04:01 +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
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
ad6fc6346b Fix session store handling for enquired tx 2018-12-20 18:03: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