Commit graph

1640 commits

Author SHA1 Message Date
Kimmo Puputti
90ab9c9a69 Format with latest Prettier 2017-10-13 10:11:51 +03:00
Sampo Toiva
c8ff1cfde8 Run yarn format 2017-10-12 19:05:00 +03:00
Sampo Toiva
64f8bcaf88 Transactions can be declined not rejected 2017-10-12 19:04:13 +03:00
Kimmo Puputti
b57d42ba38 Remove unused and unsupported variables.js file
With the new CRA fork, support for the file used for sharing variables
between JS and CSS is dropped as it hasn't been used.
2017-10-12 14:09:03 +03:00
Kimmo Puputti
df02956579 Update snapshot files to the new Jest snapshot format 2017-10-12 14:09:03 +03:00
Kimmo Puputti
1362d2bd16 Prefix window global with window. 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
3fb1e53a03 routeConfiguration uses exact routes by default 2017-10-12 11:22:42 +03:00
Vesa Luusua
ea6c39b86e Bug fix: Ensure that file exists when showing ImageFromFile component 2017-10-12 11:13:55 +03:00
Vesa Luusua
28a9385fca SecurityPage uses TopbarContainer 2017-10-11 20:16:23 +03:00
Vesa Luusua
0306bc5fa1 SearchPage uses TopbarContainer 2017-10-11 20:16:09 +03:00
Vesa Luusua
4fffa49b9c SalePage uses TopbarContainer 2017-10-11 20:15:57 +03:00
Vesa Luusua
236317178e ProfileSettingsPage uses TopbarContainer 2017-10-11 20:15:41 +03:00
Vesa Luusua
398ea938c8 ProfilePage uses TopbarContainer 2017-10-11 20:15:28 +03:00
Vesa Luusua
f5f61288be PayoutPreferencesPage uses TopbarContainer 2017-10-11 20:14:58 +03:00
Vesa Luusua
f247365348 PasswordResetPage uses TopbarContainer 2017-10-11 20:14:38 +03:00
Vesa Luusua
10079dcda0 PasswordRecoveryPage uses TopbarContainer 2017-10-11 20:14:21 +03:00
Vesa Luusua
cda2b7b115 PasswordChangePage uses TopbarContainer 2017-10-11 20:14:07 +03:00
Vesa Luusua
f3848b2799 OrderPage uses TopbarContainer 2017-10-11 20:13:50 +03:00
Vesa Luusua
b4ec704042 NotFoundPage uses TopbarContainer 2017-10-11 20:13:37 +03:00
Vesa Luusua
76715acf88 ManageListingPage uses TopbarContainer 2017-10-11 20:13:20 +03:00
Vesa Luusua
abbdbb938a ListingPage uses TopbarContainer 2017-10-11 20:13:09 +03:00
Vesa Luusua
3f2d0de675 LandingPage uses TopbarContainer 2017-10-11 20:12:56 +03:00
Vesa Luusua
cecb9a0375 InboxPage uses TopbarContainer 2017-10-11 20:12:43 +03:00
Vesa Luusua
ed1c238c68 EmailVerificationPage uses TopbarContainer 2017-10-11 20:12:27 +03:00
Vesa Luusua
59f88b6467 EditListingPage uses TopbarContainer 2017-10-11 20:12:14 +03:00
Vesa Luusua
7446fca2da ContactDetailsPage uses TopbarContainer 2017-10-11 20:11:55 +03:00
Vesa Luusua
6584ccb431 AuthenticationPage uses TopbarContainer 2017-10-11 20:11:35 +03:00
Vesa Luusua
cff423a2a7 TopbarContainer 2017-10-11 20:11:15 +03:00
Vesa Luusua
e046269a38 Remove half the lines: import from + export => export from 2017-10-11 14:18:36 +03:00
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