Commit graph

758 commits

Author SHA1 Message Date
Hannu Lyytikainen
5994d56807 Change booking button behaviour
If no start or end date is missing for the booking instead of being
disabled the booking button when clicked moves focus to the date picker.
2017-10-06 16:26:09 +03:00
Kimmo Puputti
4877c7ebcf Format JS 2017-10-06 15:07:05 +03:00
Kimmo Puputti
fa17075caa Allow passing in canonical path 2017-10-06 15:05:40 +03:00
Vesa Luusua
e46294ec9a Page.js improvements 2017-10-06 11:28:24 +03:00
Vesa Luusua
dc1c13b7d4 seo.js improvements 2017-10-06 11:28:23 +03:00
Kimmo Puputti
7835522c50 Fix bounce scroll showing page contents from behind modal 2017-10-06 11:17:12 +03:00
Kimmo Puputti
bf90a87cfb Prevent file drop to avoid loosing data 2017-10-06 10:35:59 +03:00
Kimmo Puputti
ccd99f284c Merge pull request #471 from sharetribe/require-min-stripe-account-age
Require min age from a Stripe account
2017-10-06 09:45:37 +03:00
Vesa Luusua
a4490f4f8c Address parsing changed 2017-10-05 17:28:10 +03:00
Kimmo Puputti
33f50aacce Add validator for min age from a date object 2017-10-05 16:00:48 +03:00
Kimmo Puputti
1bf851ce89 Merge pull request #463 from sharetribe/fix-ssr-form-submit
Fix form data submitting as GET when client side is not mounted
2017-10-05 12:46:57 +03:00
Vesa Luusua
7518750328 Prettier run was forgotten in previous PR 2017-10-05 12:37:02 +03:00
Vesa Luusua
97ea57f323 Merge pull request #462 from sharetribe/canceled-state
Canceled state
2017-10-05 11:08:57 +03:00
Vesa Luusua
067947d1e2 Tests for cancel state in Order and Sale details 2017-10-05 10:35:45 +03:00
Kimmo Puputti
4a3983f77e Use Form instead of form 2017-10-05 10:31:41 +03:00
Kimmo Puputti
cfae14105e Add Form component to wrap forms with some default props 2017-10-04 16:19:02 +03:00
Kimmo Puputti
1bf7cc9963 Disable Buttons until component is mounted 2017-10-04 16:18:25 +03:00
Vesa Luusua
03097132d6 txIsCanceled checked and rendered correctly on BookingBreakdown 2017-10-04 15:41:46 +03:00
Vesa Luusua
1f7e7b7985 txIsCanceled checked and rendered correctly on SaleDetailsPanel 2017-10-04 15:19:26 +03:00
Vesa Luusua
687754ba1d txIsCanceled checked and rendered correctly on OrderDetailsPanel 2017-10-04 15:19:15 +03:00
Hannu Lyytikainen
2cfd3deaa1 Move clearUserId to Auth.duck.js
Clear user ID from the logger in logout thunk instead of the Topbar.

Also call dispatch logging function also as the last action of a thunk
function where possible.
2017-10-04 13:17:43 +03:00
Hannu Lyytikainen
de5ec59119 Add error codes
An error code can be passed to logger. This code gets added to the
Sentry error report as a tag and can be used to search this specific
error.
2017-10-04 13:17:43 +03:00
Hannu Lyytikainen
e5a62a24ef Improve logging 2017-10-04 13:16:28 +03:00
Hannu Lyytikainen
e35628660c Change the way util/log.js is imported
Always import the whole module when using util/log.js.
2017-10-04 13:16:28 +03:00
Hannu Lyytikainen
9c286cceec Remove image read error logging
Instead of logging the error to Sentry print it to console.
2017-10-04 13:16:28 +03:00
Hannu Lyytikainen
d56c17b887 Change invalid commission error logging
In case of an invalid commission, only pass the transaction id as extra
data to the logger.
2017-10-04 13:16:28 +03:00
Hannu Lyytikainen
796bf17c93 Add user id to logger 2017-10-04 13:16:28 +03:00
Hannu Lyytikainen
5bf9d0f072 Send errors to sentry 2017-10-04 13:16:28 +03:00
Hannu Lyytikainen
81e945eae3 Add error logging for BookingBreakdown 2017-10-04 13:12:47 +03:00
Janne Koivistoinen
6da8149b67 firefox fix for the svg spinner 2017-10-03 14:09:45 +03:00
Vesa Luusua
f9b50617e0 Update tests 2017-10-03 12:16:30 +03:00
Vesa Luusua
59d0f718cf SaleDetailsPage needed correct imageWrappers (and aspect wrappers) 2017-10-03 12:14:59 +03:00
Vesa Luusua
de7d822a2e OrderDetailsPage needed correct imageWrappers (and aspect wrappers) 2017-10-03 12:14:59 +03:00
Kimmo Puputti
449d47b199 Rebase to changed listing shape 2017-10-02 15:50:38 +03:00
Kimmo Puputti
fa359f0826 Add breakdown examples for all provider tx states 2017-10-02 15:50:38 +03:00
Kimmo Puputti
3bcb461842 Use createBooking helper 2017-10-02 15:50:38 +03:00
Kimmo Puputti
24afaa1794 Use tx state helpers 2017-10-02 15:50:38 +03:00
Kimmo Puputti
234aeb342a Use tx state helpers 2017-10-02 15:50:38 +03:00
Kimmo Puputti
9ba1f4ecee Fix autorejected handling to match rejected handling 2017-10-02 15:50:38 +03:00
Kimmo Puputti
b28d0a9528 Add snapshot for each tx state in sale panel 2017-10-02 15:50:38 +03:00
Kimmo Puputti
176b6fe9bb Add snapshot for each tx state in order panel 2017-10-02 15:50:38 +03:00
Kimmo Puputti
ddb02dd059 Add test for rejected/autorejected tx transitions 2017-10-02 15:50:38 +03:00
Kimmo Puputti
0c7b8ca355 Use transaction lastTransition instead of state 2017-10-02 15:50:38 +03:00
Vesa Luusua
35a2a74f5a Merge pull request #446 from sharetribe/helmet-some-and-schema
Helmet some and schema
2017-09-30 02:46:08 +03:00
Janne Koivistoinen
44171224ca Merge pull request #448 from sharetribe/hero-animation
hero animated, feedback welcome
2017-09-29 16:01:16 +03:00
Vesa Luusua
30578a65bc Rename PageLayout to Page 2017-09-29 15:15:32 +03:00
Vesa Luusua
82f73a8016 Render more Helmet stuff 2017-09-29 15:15:31 +03:00
Kimmo Puputti
02ef54c898 Merge pull request #443 from sharetribe/handle-changed-listing-shape
Handle changed listing shape
2017-09-29 10:48:27 +03:00
Vesa Luusua
21c6964e91 Listing id was assumed to exists. 2017-09-28 23:45:17 +03:00
Janne Koivistoinen
ccda16e28b hero animated, feedback welcome 2017-09-28 22:34:22 +03:00