Commit graph

809 commits

Author SHA1 Message Date
Vesa Luusua
f3252b28ae z-index handling was missing from LayoutWrapperTopbar 2017-10-20 18:27:45 +03:00
Vesa Luusua
57d4194100 Review changes 2017-10-20 17:37:29 +03:00
Vesa Luusua
fd64d24b7a Add transitions to hover effects and some links around logo and copyright 2017-10-20 15:45:04 +03:00
Vesa Luusua
4eb449715d Footer content 2017-10-20 15:15:54 +03:00
Vesa Luusua
67e847e0cc Topbar uses extracted Logo component 2017-10-20 12:16:11 +03:00
Vesa Luusua
7964521a39 Logo component 2017-10-20 10:56:08 +03:00
Vesa Luusua
abb8c53dc6 Add social media icons 2017-10-20 10:39:08 +03:00
Vesa Luusua
9b4f333b98 Review changes 2017-10-19 17:38:42 +03:00
Vesa Luusua
7acb4f035e Add organization data to schema (will be used on footer and about page too. 2017-10-19 16:25:44 +03:00
Vesa Luusua
4b85ce658b API returns reversal flag, our tests should give it too 2017-10-19 15:23:13 +03:00
Vesa Luusua
abc4cc7f3d Page uses correct proptype validation (global duck) 2017-10-18 18:13:18 +03:00
Vesa Luusua
a9fcdd4875 TopbarContainer and Topbar use correct proptype validation (global duck) 2017-10-18 18:13:18 +03:00
Vesa Luusua
f68cf153af SalePage and panel uses storableError func and correct proptype validation. 2017-10-18 18:13:16 +03:00
Mikko Koski
1615842a0a Merge pull request #507 from sharetribe/change-refund-line-items
Changes how refund is shown in the price breakdown
2017-10-18 16:18:26 +03:00
Vesa Luusua
34249b06a9 Prettier 2017-10-18 15:17:55 +03:00
Vesa Luusua
2d777e0ed1 LayoutSingleColumn added 2017-10-18 15:10:43 +03:00
Vesa Luusua
9840039d1c LayoutSideNavigation uses extracted LayoutWrappers (ContactDetailsPage and PasswordChangePage updated) 2017-10-18 15:10:42 +03:00
Vesa Luusua
91af30e1fc Add LayoutWrapper components 2017-10-18 15:10:42 +03:00
Mikko Koski
b3ed059744 Changes how refund is shown in the price breakdown
- Previously, commission line item was shown even if the transaction was cancelled. This gave the impression that commission was taken even in transactions that were fully refunded. This is now change. Commission line is not shown at all, if it has been refunded.
- If transaction is declined, total is shown as zero (API change).
- If transaction is declined, refund line item is shown. In addition, subtotal is also shown.
2017-10-18 15:04:41 +03:00
Kimmo Puputti
97b5f0563f Remove commented code 2017-10-17 15:49:08 +03:00
Kimmo Puputti
6ea0862ce8 Add Footer component 2017-10-17 14:42:18 +03:00
Kimmo Puputti
e98f871803 Enable scrolling when modal is unmount 2017-10-17 13:22:01 +03:00
Kimmo Puputti
f397113ae9 Merge pull request #499 from sharetribe/update-client-packages
Update client packages
2017-10-17 12:14:25 +03:00
Kimmo Puputti
0372f4651c Fix change comparison to use cleanedString 2017-10-17 10:15:31 +03:00
Vesa Luusua
4028f1ed8d Update react-dates from 9 to 12. Fix for DOM change 'CalendarDay_button' and add new default props 2017-10-17 09:50:22 +03:00
Kimmo Puputti
a996f154d1 Import PropTypes from the prop-types package 2017-10-17 09:50:22 +03:00
Hannu Lyytikainen
2beb0ea570 Hide software keyboard in topbar search 2017-10-13 11:44:05 +03:00
Kimmo Puputti
90ab9c9a69 Format with latest Prettier 2017-10-13 10:11:51 +03:00
Sampo Toiva
64f8bcaf88 Transactions can be declined not rejected 2017-10-12 19:04:13 +03:00
Kimmo Puputti
df02956579 Update snapshot files to the new Jest snapshot format 2017-10-12 14:09:03 +03:00
Kimmo Puputti
78de6d9d69 Disable deprecated proptype import lint error 2017-10-12 14:09:02 +03:00
Vesa Luusua
e046269a38 Remove half the lines: import from + export => export from 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
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
40488083fd Rename routesConfiguration to routeConfiguration 2017-10-11 14:18:30 +03:00
Mikko Koski
25f296afb3 refund line item changed to customer-refund and provider-refund 2017-10-11 13:56:00 +03:00
Mikko Koski
fe95d581c7 Reverse ternary operator 2017-10-11 09:26:17 +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
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