Commit graph

1610 commits

Author SHA1 Message Date
Vesa Luusua
727ee31d47 util/routes: remove flattenRoutes func 2017-10-11 14:18:36 +03:00
Vesa Luusua
926b4e877a RoutesProvider: not needed anymore 2017-10-11 14:18:35 +03:00
Vesa Luusua
6107bff5c8 util/contextHelpers: remove withFlattenedRoutes 2017-10-11 14:18:35 +03:00
Vesa Luusua
19ad9b8b1e SearchPage: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:35 +03:00
Vesa Luusua
83d07f482f NotFoundPage: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:35 +03:00
Vesa Luusua
a6c5437fd2 LoginForm.test: remove routeConfiguration and RoutesProvider 2017-10-11 14:18:34 +03:00
Vesa Luusua
e38e24a783 ListingPage: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:34 +03:00
Vesa Luusua
629938d033 LandingPage: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:34 +03:00
Vesa Luusua
e79520621f InboxPage.test: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:34 +03:00
Vesa Luusua
a1e8917b1c EditListingPage: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:34 +03:00
Vesa Luusua
f1682b9021 CheckoutPage: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:33 +03:00
Vesa Luusua
a601974407 TopbarDesktop.test: remove routeConfiguration and RoutesProvider 2017-10-11 14:18:33 +03:00
Vesa Luusua
399ec5f3e7 Topbar: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:33 +03:00
Vesa Luusua
3f21c98413 SearchMapInfoCard: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:33 +03:00
Vesa Luusua
8ccbbe9c03 NamedRedirect: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:32 +03:00
Vesa Luusua
3a11c6b95c NamedLink: import routeConfiguration and remove context.flattenedRoutes
Add displayName
2017-10-11 14:18:32 +03:00
Vesa Luusua
f22d9102af ManageListingCard: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:32 +03:00
Vesa Luusua
2fcd9a6e0f HeroSection: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:32 +03:00
Vesa Luusua
7261d21d2a EditListingWizard: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:31 +03:00
Vesa Luusua
e59aec7199 Routes: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:31 +03:00
Vesa Luusua
80a66c7966 app.js: remove flattenRoutes and RoutesProvider 2017-10-11 14:18:31 +03:00
Vesa Luusua
925c190ead routeConfiguration fix: containers need to be initialized first 2017-10-11 14:18:31 +03:00
Vesa Luusua
b6ac712754 Styleguide fix: examples call routeConfiguration without function wrapper 2017-10-11 14:18:30 +03:00
Vesa Luusua
40488083fd Rename routesConfiguration to routeConfiguration 2017-10-11 14:18:30 +03:00
Vesa Luusua
19b84794fc Raname to routeConfiguration 2017-10-11 14:18:29 +03:00
Mikko Koski
98614f07f3 Merge pull request #482 from sharetribe/show-refund-line-item
Show refund line item in the price breakdown
2017-10-11 14:08:19 +03:00
Mikko Koski
25f296afb3 refund line item changed to customer-refund and provider-refund 2017-10-11 13:56:00 +03:00
Vesa Luusua
4d37790c6d Font handling: let's use FOUT with FontFaceObserver
Check if Promise is available
2017-10-11 12:35:31 +03:00
Mikko Koski
fe95d581c7 Reverse ternary operator 2017-10-11 09:26:17 +03:00
Hannu Lyytikainen
ae62d9bbbd Fix booking own listing
Event from the form submit handler is also passed to the submit handler
obtained in the props.
2017-10-10 18:24:16 +03:00
Mikko Koski
7e9fa0384f Don't use payinTotal as a subtotal. Use lineTotal instead. 2017-10-10 16:30:58 +03:00
Mikko Koski
196551ee7a Show refund line item in the price breakdown 2017-10-10 16:08:18 +03:00
Hannu Lyytikäinen
961f81613c Merge pull request #477 from sharetribe/booking-button
Change booking button behaviour
2017-10-10 14:23:15 +03:00
Hannu Lyytikainen
8571f329ba Add a null check for a function from props
Also a typo/casing fix to comments
2017-10-10 10:58:29 +03:00
Hannu Lyytikainen
ca600423ec Fix mobile booking button layout 2017-10-06 16:26:09 +03:00
Hannu Lyytikainen
a7f8160091 Move date range picker input names to date utils 2017-10-06 16:26:09 +03:00
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
a44072f481 Fix listing page baseline alignment 2017-10-06 16:23:48 +03:00
Kimmo Puputti
e279e82199 Use H2 instead of H3 for SEO 2017-10-06 16:22:21 +03:00
Kimmo Puputti
44fe6e1373 Use p instead of H1 not to clash with the page heading for SEO 2017-10-06 15:54:04 +03:00
Kimmo Puputti
0bd9a2c908 Use H2 instead of p for SEO 2017-10-06 15:50:12 +03:00
Kimmo Puputti
97e8f77bd9 Add marketplace name as alt text to logo image 2017-10-06 15:35:21 +03:00
Kimmo Puputti
57e4cf2b68 Document route order 2017-10-06 15:11:11 +03:00
Kimmo Puputti
4877c7ebcf Format JS 2017-10-06 15:07:05 +03:00
Kimmo Puputti
dcefbd368a Add canonical path to listing page 2017-10-06 15:05:57 +03:00
Kimmo Puputti
fa17075caa Allow passing in canonical path 2017-10-06 15:05:40 +03:00
Kimmo Puputti
cfe5c1a265 Enable listing page without slug in URL 2017-10-06 15:04:40 +03:00
Vesa Luusua
e4de0701c4 Merge pull request #474 from sharetribe/helmet-followup
Helmet followup
2017-10-06 15:04:11 +03:00
Vesa Luusua
3d01d305e5 Address can be undefined. 2017-10-06 11:39:55 +03:00
Vesa Luusua
12582f1e5d SearchPage.js improvements 2017-10-06 11:28:26 +03:00