Commit graph

34 commits

Author SHA1 Message Date
Vesa Luusua
ae830cf502 Show address on TransactionPage 2018-03-13 17:54:58 +02:00
Vesa Luusua
08fcfac609 BookingBreakdown can handle customer commission 2018-03-09 15:02:15 +02:00
Kimmo Puputti
a5497aefff Make listing geolocation optional 2018-03-05 14:18:00 +02:00
Mikko Koski
8cf9b76d52 Change the code to use either variants or size
Use which one is available. Code is now backwards and forwards compatible.
2018-03-02 12:00:41 +02:00
Kimmo Puputti
5d912c7716 Add error code 2018-02-28 09:36:32 +02:00
Kimmo Puputti
6cdb77fa32 Redirect to normal listing page if listing is already published 2018-02-12 10:44:01 +02:00
Kimmo Puputti
84f6bde9f3 Add not-found error code 2018-02-09 10:20:11 +02:00
Vesa Luusua
5f8323cd71 Add new unit type 2018-02-02 16:20:35 +02:00
Kimmo Puputti
c74904b078 Change ownListing author to the updated currentUser type 2018-01-31 10:46:01 +02:00
Kimmo Puputti
3b15497006 Remove customAttribute config and data 2018-01-29 10:08:26 +02:00
Kimmo Puputti
5fd0c39dc1 Remove listing closed attribute 2018-01-26 10:28:37 +02:00
Kimmo Puputti
0ac8144efd Add pendingApproval and closed listing states 2018-01-25 11:05:33 +02:00
Kimmo Puputti
470bdb029b Add listing state attribute 2018-01-24 15:32:20 +02:00
Kimmo Puputti
7fc3f2847b Stop using address attribute 2018-01-22 15:43:43 +02:00
Kimmo Puputti
2b94a8a721 Make publicData attribute required 2018-01-22 13:45:54 +02:00
Boyan Tabakov
e2813fb346 Update to use current API endpoints for own listings 2018-01-18 10:05:20 +02:00
Kimmo Puputti
32313e473c Rename transition label values 2018-01-16 12:32:55 +02:00
Kimmo Puputti
5a52ccbc1f Improve transition docs 2018-01-12 09:04:34 +02:00
Kimmo Puputti
66d859a77e Rename propTypes.txTransition to propTypes.transition 2018-01-11 15:42:41 +02:00
Kimmo Puputti
6ed23949b0 Transition ref rename: mark reviewed by provider -> expire provider review period 2018-01-11 15:40:35 +02:00
Kimmo Puputti
5dc5af7e5e Transition ref rename: mark reviewed by customer -> expire customer review period 2018-01-11 15:38:11 +02:00
Kimmo Puputti
3210cd8938 Transition ref rename: review by customer second -> review 2 by customer 2018-01-11 15:35:35 +02:00
Kimmo Puputti
217bd92bfc Transition ref rename: review by customer first -> review 1 by customer 2018-01-11 15:30:52 +02:00
Kimmo Puputti
f58ccf6a72 Transition ref rename: review by provider second -> review 2 by provider 2018-01-11 15:26:17 +02:00
Kimmo Puputti
0f94ef1625 Transition ref rename: review by provider first -> review 1 by provider 2018-01-11 15:19:33 +02:00
Kimmo Puputti
0032c7645b Rename txIsDeclinedOrAutodeclined to txIsDeclinedOrExpired 2018-01-11 15:12:46 +02:00
Kimmo Puputti
8dde64e194 Transition ref rename: auto-complete without reviews -> expire review period 2018-01-11 15:10:10 +02:00
Kimmo Puputti
0b77b9070b Transition ref rename: mark delivered -> complete 2018-01-11 15:05:41 +02:00
Kimmo Puputti
6a84e89459 Transition ref rename: remove TX_ prefix 2018-01-11 14:56:47 +02:00
Kimmo Puputti
c249491152 Transition ref rename: auto decline -> expire 2018-01-11 14:45:08 +02:00
Kimmo Puputti
bf9ba730c9 Transition ref rename: remove TX_ prefix 2018-01-11 14:44:51 +02:00
Kimmo Puputti
b6532d8ee6 Transition ref rename: preauthorize enquiry -> request after enquiry 2018-01-11 14:44:10 +02:00
Kimmo Puputti
135a6dab7e Transition ref rename: preauthorize -> request 2018-01-11 14:43:43 +02:00
Kimmo Puputti
f0b955dc5b Refactor propTypes module
- Rename types
- Collect propTypes within a named propTypes export
- Use named imports for easier refactoring and customisation later
- Rename sdk types to sdkTypes in imports to avoid confusion
2018-01-11 11:40:03 +02:00
Renamed from src/util/propTypes.js (Browse further)