Commit graph

2307 commits

Author SHA1 Message Date
Kimmo Puputti
43228d11ca TOS styling 2017-10-30 14:30:58 +02:00
Kimmo Puputti
0409b39506 Add TOS content 2017-10-30 14:30:58 +02:00
Kimmo Puputti
b5157abc45 Wrap terms to set width and top padding 2017-10-30 14:30:58 +02:00
Kimmo Puputti
dcaa41c50c Open Terms of Service into a modal 2017-10-30 14:30:58 +02:00
Kimmo Puputti
f66c469875 Add Terms of Service link 2017-10-30 14:30:58 +02:00
Kimmo Puputti
8f7cdeab42 Add empty Terms of Service component 2017-10-30 14:30:58 +02:00
Kimmo Puputti
d736b3f6de Make AuthenticationPage into a class 2017-10-30 14:30:58 +02:00
Janne Koivistoinen
9eb14807eb Merge pull request #522 from sharetribe/aboutPage
About page
2017-10-27 15:57:26 +03:00
Janne Koivistoinen
05cf326fb4 Merge branch 'master' into aboutPage 2017-10-27 15:50:54 +03:00
Kimmo Puputti
6446f170c1 Merge pull request #523 from sharetribe/update-listing-page-tab-url
Keep listing page mobile tab state in the URL
2017-10-27 14:42:16 +03:00
Kimmo Puputti
ae824d7140 Keep listing page mobile tab state in the URL 2017-10-27 14:25:48 +03:00
Janne Koivistoinen
0e98125449 Url helpers added 2017-10-27 14:17:51 +03:00
Janne Koivistoinen
8bebb12ea6 reviews fixed 2017-10-27 13:57:54 +03:00
Janne Koivistoinen
4fe8204887 aboutPage almost ready 2017-10-27 11:22:58 +03:00
Janne Koivistoinen
3632fd4cd1 about page 2017-10-27 11:03:06 +03:00
Kimmo Puputti
c11c9febc9 Remove invalid TODO comment: errors are already handled 2017-10-27 09:35:46 +03:00
Kimmo Puputti
610ee43751 Merge pull request #521 from sharetribe/fix-auth-logout-error
Fix error when data was being loaded while logout was in progress
2017-10-27 09:25:52 +03:00
Kimmo Puputti
bc4dbeee7b Fix error when data was being loaded while logout was in progress
The Routes component skips calling the possible loadData of a page if
the logout is in progress. However, the logoutSuccess and the
clearCurrentUser actions were dispatched in an order that cleared the
user from the store before the logout was marked done.

The fix was to order the actions so that the logout is marked done
first and then all the cleanup is done.

A better solution in the future would be to batch actions so that
extra render loops are avoided when dispatching multiple actions at
once.
2017-10-27 09:16:56 +03:00
Vesa Luusua
b374e4d6cc Merge pull request #516 from sharetribe/add-test-for-canceled-booking-breakdown
Add test for canceled Booking breakdown
2017-10-26 14:55:44 +03:00
Vesa Luusua
23b729db45 Add test for canceled Booking breakdown 2017-10-26 14:55:05 +03:00
Kimmo Puputti
fc44c5ccd4 Merge pull request #520 from sharetribe/fix-store-init-params
Fix configureStore params
2017-10-26 14:54:39 +03:00
Kimmo Puputti
3a1ed66c5e Fix configureStore params 2017-10-26 14:48:42 +03:00
Kimmo Puputti
d0b728bfd6 Merge pull request #518 from sharetribe/basic-analytics
Basic analytics
2017-10-26 14:25:29 +03:00
Kimmo Puputti
d7a554ff70 Handle canonical URLs within Page 2017-10-26 14:19:04 +03:00
Kimmo Puputti
a798d9a741 Rename canonicalRouteUrl to canonicalRoutePath 2017-10-26 14:12:45 +03:00
Kimmo Puputti
482db41992 Add docs for analytics 2017-10-26 12:52:08 +03:00
Kimmo Puputti
985be6ef7b Fix missing tx prop 2017-10-26 11:42:18 +03:00
Kimmo Puputti
5942d11cb6 Use the canonical url for analytics page views 2017-10-26 11:41:48 +03:00
Kimmo Puputti
ceb87c2bb0 Add analytics middleware and pluggable handlers 2017-10-26 11:23:14 +03:00
Kimmo Puputti
e82a775049 Add Routing duck to track location changes 2017-10-25 17:02:38 +03:00
Kimmo Puputti
945f6d4862 Inject Google Analytics when tracker ID is in the environment 2017-10-25 13:18:12 +03:00
Kimmo Puputti
e276ebb4a6 Merge pull request #517 from sharetribe/auth-info-error-handling
Cleanup auth info error handling
2017-10-24 11:42:50 +03:00
Kimmo Puputti
ee51d0d9b2 Remove passing the removed authInfoError prop to Page 2017-10-23 16:27:06 +03:00
Kimmo Puputti
b2b6bc8efe Remove authInfoError handling from UI 2017-10-23 16:25:05 +03:00
Kimmo Puputti
491a27c049 Merge pull request #515 from sharetribe/cleanup-todos
Cleanup todos
2017-10-23 15:31:34 +03:00
Kimmo Puputti
c3ca26ed42 Fix typo in comment 2017-10-23 15:09:27 +03:00
Kimmo Puputti
0376ab045a Remove unneeded TODO comments 2017-10-23 15:09:18 +03:00
Kimmo Puputti
5a35c7fb6e Make TODO comments into notes 2017-10-23 15:08:40 +03:00
Kimmo Puputti
a95379ce5d Remove comments about invalid currencies
Invalid currencies are handled properly with translations, so no need
to have the separate comments.
2017-10-23 15:07:46 +03:00
Kimmo Puputti
e4a1e64b52 Remove unused inner component 2017-10-23 15:07:03 +03:00
Kimmo Puputti
d07fd9f63d Make TODOs about draft listings into generic comments
The API might not ever support saving unpublished/draft listings, so
no need to keep the TODO comments as tasks in the code.
2017-10-23 15:05:52 +03:00
Kimmo Puputti
e6f01befc6 Log server render info only in dev mode 2017-10-23 15:04:16 +03:00
Vesa Luusua
6f42fde8b2 Merge pull request #514 from sharetribe/add-medium-italic-font
Added medium italic font
2017-10-23 14:37:59 +03:00
Vesa Luusua
554090a707 Added medium italic font 2017-10-23 14:30:53 +03:00
Vesa Luusua
aa9117e3ac Merge pull request #513 from sharetribe/footer-to-pages
Footer to different pages
2017-10-23 14:14:19 +03:00
Vesa Luusua
d493d87f57 More margin to Organization column in Footer 2017-10-23 13:33:46 +03:00
Vesa Luusua
7918250b9c Remove SecurityPage: it was originally about change password and stuff 2017-10-23 13:33:46 +03:00
Vesa Luusua
089cd298e9 Footer to SalePage 2017-10-23 13:33:40 +03:00
Vesa Luusua
bc92abd93d Footer to ProfileSettingsPage 2017-10-23 13:33:36 +03:00
Vesa Luusua
de19161a4c Footer to PayoutPreferencesPage 2017-10-23 13:33:31 +03:00