Commit graph

1612 commits

Author SHA1 Message Date
Kimmo Puputti
bd71194bd0 Update snapshots with the new enzyme deep rendering 2018-03-26 11:43:40 +03:00
Kimmo Puputti
6a8a303ed8 Update snapshots with the new test rendering setup 2018-03-26 11:34:47 +03:00
Kimmo Puputti
3f4abcedbe Migrate tests to new Enzyme version 2018-03-26 11:33:41 +03:00
Vesa Luusua
c75b1ed0ba Add richText interpolation for breaking long words with spans 2018-03-23 16:27:19 +02:00
Vesa Luusua
469a266ebd ProfilePage: fix ListingCard float bug 2018-03-21 16:26:08 +02:00
Vesa Luusua
49e1530527 InboxPage: add loading spinner 2018-03-20 13:29:51 +02:00
Vesa Luusua
647222d065 InboxPage: ensure currentUser 2018-03-20 13:29:31 +02:00
Vesa Luusua
7ccc683a5c Avatar container gets too much space from flex layout 2018-03-16 12:37:10 +02:00
Vesa Luusua
0ed1d879a5 Always add error info to Sentry logging 2018-03-16 12:10:07 +02:00
Vesa Luusua
db83f8a916 LandingPage: schema and twitter images needed canonical urls 2018-03-16 12:10:06 +02:00
Vesa Luusua
cfd50fe701 InboxPage: check that user is available 2018-03-16 12:10:06 +02:00
Kimmo Puputti
508acf0a68 Fix profile page review author image include 2018-03-14 12:57:35 +02:00
Kimmo Puputti
90040910f9 Update current user having orders after creating enquiry
This makes the enquiry tx page show the possible missing email
verification modal right away.
2018-03-14 11:03:29 +02:00
Hannu Lyytikainen
a3e9562f88 Apply inclusive end date also for unit type units 2018-03-13 13:53:02 +02:00
Kimmo Puputti
65564b9b76
Merge pull request #749 from sharetribe/required-validations
Fix data validation with required fields and whitespace
2018-03-13 10:31:51 +02:00
Kimmo Puputti
85e29f3126 Remove trimming whitespace from listing description and user bio 2018-03-13 10:19:43 +02:00
Kimmo Puputti
fc730244ba Trim data before saving 2018-03-12 16:52:34 +02:00
Kimmo Puputti
6e707c623d Use the non-trimming validator for passwords 2018-03-12 16:52:01 +02:00
Vesa Luusua
f36df31bdf fix form submit on mobile login, signup, and emailverification 2018-03-12 16:40:27 +02:00
Kimmo Puputti
9d319a6275 Rename validator: noEmptyArray -> nonEmptyArray 2018-03-12 16:16:07 +02:00
Mikko Koski
1fdc8d404d Highlight hovered listing on map 2018-03-09 14:47:26 +02:00
Vesa Luusua
4cb1a6f80b SearchPage: fix undefined origin 2018-03-09 13:23:03 +02:00
Mikko Koski
635e660af6
Merge pull request #742 from sharetribe/map-search
Synchronize search page list and map
2018-03-09 08:50:28 +02:00
Mikko Koski
40f18eb3bf Increase the page size to 24 2018-03-08 16:32:34 +02:00
Mikko Koski
b93eb15f1c Don't fetch additional listings to map 2018-03-08 16:32:34 +02:00
Mikko Koski
cea07182d3 Do not sort by distance 2018-03-08 16:32:34 +02:00
Mikko Koski
c301562b13 Limit the number of images to 1 2018-03-08 13:48:56 +02:00
Vesa Luusua
348dda6cb6 Fix search params handling with Topbar 2018-03-07 15:35:44 +02:00
Vesa Luusua
3a0f202e50 Sort search by distance (send origin to API) 2018-03-07 12:52:59 +02:00
Kimmo Puputti
d1b768dfd9
Merge pull request #736 from sharetribe/keep-filters-when-editing-topbar-location
Keep other filter values when submitting another location in the search page
2018-03-07 08:58:07 +02:00
Vesa Luusua
702a4f5e2c Remove unnecessary url param check from onIdle 2018-03-06 19:21:03 +02:00
Vesa Luusua
ee8c376751 Fix: somehow map was moved twice after location search triggering mapSearch 2018-03-06 19:21:02 +02:00
Hannu Lyytikainen
538f93b421 Update tests 2018-03-06 16:17:45 +02:00
Hannu Lyytikainen
a317af4513 Rename email change to contact details change 2018-03-06 16:09:47 +02:00
Hannu Lyytikainen
24f72979a6 Rename translation keys 2018-03-06 15:58:15 +02:00
Kimmo Puputti
399d966ee0 Merge Topbar location search with existing search filters
If the user is on the SearchPage, submitting a new location should
also keep the existing query params and merge the new location params
with those.
2018-03-06 10:11:40 +02:00
Kimmo Puputti
887e031a96 Make currentPage into an explicit prop 2018-03-06 10:05:50 +02:00
Kimmo Puputti
47f8cfffb8 Ensure proper form prefill values 2018-03-05 16:43:55 +02:00
Kimmo Puputti
3877ef83f0 Log more info in tx handling errors 2018-03-05 10:08:26 +02:00
Mikko Koski
339d2fc7d7 Use explicit ternary operator 2018-03-02 12:08:02 +02:00
Mikko Koski
acaae80bc5 Use sparse fieldsets to fetch only required image variants 2018-03-02 12:00:42 +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
6a2dca5409 Fix canonical listing page URL error
Listing page was internally using the params object for links etc. but
in the canonical route the slug was missing and the link creation
failed.
2018-03-01 12:07:21 +02:00
Kimmo Puputti
4f91b2aa9e Handle speculation errors properly in checkout
- Hide form if speculation failed
- Add specific error message for missing author Stripe account
- Add generic error message for other speculation errors
2018-02-28 09:55:47 +02:00
Kimmo Puputti
cdbee730da Change submit button text 2018-02-27 15:22:37 +02:00
Kimmo Puputti
9566c849b5 Hide payment settings form if already connected 2018-02-27 15:12:48 +02:00
Kimmo Puputti
b0bec19fca
Merge pull request #721 from sharetribe/payment-settings-page
Payment settings page
2018-02-27 13:45:05 +02:00
Kimmo Puputti
4c942dafd3 Fix tests 2018-02-27 13:00:29 +02:00
Kimmo Puputti
179a50977a Add message based on stripe account state 2018-02-27 13:00:29 +02:00
Kimmo Puputti
d458f917e0 Save payout details 2018-02-27 13:00:29 +02:00