Commit graph

724 commits

Author SHA1 Message Date
Kimmo Puputti
eecda0a101 Merge pull request #121 from sharetribe/fix-clearing-previous-checkout-error
Clear previous error when entering the checkout page
2017-04-20 09:33:39 +03:00
Kimmo Puputti
960ae8f78c Merge pull request #120 from sharetribe/inbox-host-tab
Show Inbox host tab only if user has created listings
2017-04-20 09:32:53 +03:00
Kimmo Puputti
64ab03c01f Show Inbox host tab only if user has created listings 2017-04-20 09:27:28 +03:00
Kimmo Puputti
195a521a06 Merge pull request #119 from sharetribe/inbox-paging
Inbox paging
2017-04-20 09:26:39 +03:00
Kimmo Puputti
c35846f4f1 Clear previous error when entering the checkout page 2017-04-19 14:10:46 +03:00
Kimmo Puputti
02c638c37f Add pagination to Inbox 2017-04-19 11:41:59 +03:00
Kimmo Puputti
3cfe8887c8 Add PaginationLinks component 2017-04-19 11:41:59 +03:00
Kimmo Puputti
b3266c1602 Use existing tab info from var 2017-04-13 13:23:18 +03:00
Kimmo Puputti
1910e470a8 Format dates with react-intl as elsewhere 2017-04-13 13:21:37 +03:00
Kimmo Puputti
a2c38b903f Use UTC dates in tests and examples 2017-04-13 13:21:22 +03:00
Kimmo Puputti
bca56b361e Show tx date with time in hover title 2017-04-13 13:08:48 +03:00
Kimmo Puputti
8f5ccff9ef Cleanup Lodash usage 2017-04-13 13:08:31 +03:00
Kimmo Puputti
1de6626985 Merge pull request #115 from sharetribe/inbox-orders-and-sales-data
Inbox with orders and sales
2017-04-13 12:26:13 +03:00
Kimmo Puputti
042a3f3768 Show message if no transactions are found 2017-04-13 10:43:12 +03:00
Kimmo Puputti
8131b6efa6 Show possible error message 2017-04-13 10:23:31 +03:00
Kimmo Puputti
a6a419a728 Add base styles for headers 2017-04-13 10:14:43 +03:00
Kimmo Puputti
52f89e864e Remove H1 component 2017-04-13 10:14:33 +03:00
Kimmo Puputti
146b9ef659 Snapshot tests for Inbox sales and orders 2017-04-13 10:10:04 +03:00
Kimmo Puputti
d39973016f Format dates and times as UTC 2017-04-13 10:10:04 +03:00
Kimmo Puputti
d58b87ba72 InboxPage with order and sale transactions 2017-04-13 10:09:28 +03:00
Kimmo Puputti
42cd32f7e4 Add prop type for a transaction 2017-04-13 10:06:44 +03:00
Kimmo Puputti
da026b716a Generic action and a selector to add and query entities 2017-04-13 10:06:44 +03:00
Kimmo Puputti
9d583bcc12 InboxPage routing and tabs with translations 2017-04-13 10:06:44 +03:00
Kimmo Puputti
5d26b8d8ff Use default text color for links 2017-04-13 10:03:28 +03:00
Kimmo Puputti
498c0d61f7 Add H1 component 2017-04-13 10:03:28 +03:00
Kimmo Puputti
2a7cfbea4f Use correct prop type for children 2017-04-13 10:03:28 +03:00
Vesa Luusua
a444e94827 Merge pull request #118 from sharetribe/submit-booking-dates-branchfix
Submit booking dates branchfix
2017-04-12 16:51:43 +03:00
Vesa Luusua
6f2f57a389 Review changes: path change to accommodate previous page params. 2017-04-12 16:47:54 +03:00
Vesa Luusua
8aae28c6c8 createImage helper to testData.js 2017-04-12 16:47:43 +03:00
Vesa Luusua
25441af8da Show AuthorInfo on CheckoutPage and redirect if listing or price is missing 2017-04-12 16:47:32 +03:00
Vesa Luusua
48e88e7a92 Show pricing details on CheckoutPage 2017-04-12 16:47:23 +03:00
Vesa Luusua
3202962737 Handle submit and redirect to CheckoutPage 2017-04-12 16:47:10 +03:00
Vesa Luusua
7db7bd4317 Handle nightpicker end date selection and run format on BookingDatesForm 2017-04-12 16:47:01 +03:00
Vesa Luusua
602925f340 Handle no-price on BookingDatesForm 2017-04-12 16:46:53 +03:00
Kimmo Puputti
7b5b5decf1 Merge pull request #114 from sharetribe/checkout-api-call
Create order from checkout page
2017-04-12 10:25:00 +03:00
Kimmo Puputti
a8fef86275 Use a callback prop instead of dispatch directly 2017-04-12 10:20:55 +03:00
Kimmo Puputti
21728fe12a Fix UUID in URL 2017-04-12 10:20:30 +03:00
Kimmo Puputti
a823f4419f Fix CheckoutPage tests 2017-04-11 15:20:55 +03:00
Kimmo Puputti
8527b6a7eb Create an order from checkout page with hardcoded data 2017-04-11 15:17:23 +03:00
Kimmo Puputti
42a7bddb00 Add disableSubmit prop 2017-04-11 15:16:49 +03:00
Kimmo Puputti
9145f43ee0 Add CheckoutPage duck with order initiation 2017-04-11 15:16:23 +03:00
Kimmo Puputti
3ad23f581f Update SDK 2017-04-11 15:11:29 +03:00
Kimmo Puputti
536f4335e3 Require auth on Checkout page 2017-04-11 10:04:44 +03:00
Vesa Luusua
d0581861c4 Merge pull request #110 from sharetribe/booking-form
Booking form
2017-04-10 00:38:57 +03:00
Vesa Luusua
8ee08695b3 Refactoring after review comments. 2017-04-07 16:20:31 +03:00
Vesa Luusua
174182bc28 Remove old usages of BookingInfo (old wireframes have wrong data) 2017-04-07 12:08:08 +03:00
Vesa Luusua
878bb9266f Add BookingDatesForm to ListingPage 2017-04-07 12:02:54 +03:00
Vesa Luusua
fe77a2e2d2 BookingDatesForm (shows inputs for start & end dates + booking calculations) 2017-04-07 12:02:54 +03:00
Vesa Luusua
83bb814c4c Refactor DateInput, change moment to Date in outbound communications and allow passing isOutsideRange func. 2017-04-07 12:02:54 +03:00
Vesa Luusua
cb2f810621 Update BookingInfo component 2017-04-07 12:02:54 +03:00