Commit graph

1784 commits

Author SHA1 Message Date
Janne Koivistoinen
a20cffbcea remove boxshadow variable 2017-11-03 14:22:00 +02:00
Janne Koivistoinen
ff409f7ec8 remove the box-shadow from normal state 2017-11-01 12:12:11 +02:00
Kimmo Puputti
c424054e73
Merge pull request #527 from sharetribe/scroll-to-fragment
Add support for scrolling into a fragment identifier
2017-10-31 15:55:46 +02:00
Kimmo Puputti
12c9a8b330 Add support for scrolling into a fragment identifier 2017-10-31 15:35:44 +02:00
Hannu Lyytikainen
47e0dc59e6 Rename subtitle CSS class to paragraph 2017-10-31 13:43:05 +02:00
Hannu Lyytikainen
41835ca29d Remove h1 tag
The h1 tag should only appear once on a page.
2017-10-31 13:43:05 +02:00
Hannu Lyytikainen
45a62286e0 Move location images to component folder
Also fix a typo in translations.
2017-10-31 13:43:05 +02:00
Hannu Lyytikainen
48cb1ef4f5 Change aspect ratio to use the calc function 2017-10-31 13:43:05 +02:00
Hannu Lyytikainen
b7b2cc66a2 Add locations section
A section for landing page providing quick search access to most popular
locations.
2017-10-31 13:43:05 +02:00
Hannu Lyytikainen
32f215e5f5 Rename HeroSection to SectionHero
Now that more sections are added, changing the components' name to start
with the descriptive part makes sense.
2017-10-31 13:43:05 +02:00
Kimmo Puputti
49c922f9e0
Merge pull request #524 from sharetribe/tos-page
Terms of Service and Privacy Policy
2017-10-31 12:05:32 +02:00
Janne Koivistoinen
0130fbcc5a
Merge pull request #525 from sharetribe/aboutPage
About page
2017-10-31 11:43:08 +02:00
Kimmo Puputti
fa5f2f2b55 TOS and privacy policy SEO and text additions 2017-10-31 10:24:40 +02:00
Janne Koivistoinen
d4b8d3b258 prettier the aboutPage.js 2017-10-30 17:05:40 +02:00
Janne Koivistoinen
46b978c66d add content to about page 2017-10-30 16:59:32 +02:00
Kimmo Puputti
c693b5ab53 Add privacy policy 2017-10-30 16:57:06 +02:00
Kimmo Puputti
3ef8c6929e TOS and privacy pages 2017-10-30 16:35:34 +02:00
Kimmo Puputti
f7dbe1665c Move styled side tabs into the layout wrapper 2017-10-30 15:02:42 +02:00
Kimmo Puputti
557cb49365 Update TOS content 2017-10-30 14:30:58 +02:00
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
05cf326fb4 Merge branch 'master' into aboutPage 2017-10-27 15:50:54 +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
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
23b729db45 Add test for canceled Booking breakdown 2017-10-26 14:55:05 +03:00
Kimmo Puputti
3a1ed66c5e Fix configureStore params 2017-10-26 14:48:42 +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
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
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
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