Commit graph

1117 commits

Author SHA1 Message Date
Kimmo Puputti
444de6e743 Fix changed props in tests 2017-11-15 10:39:43 +02:00
Kimmo Puputti
a3ca212a24 Send messages from Order page 2017-11-15 10:39:43 +02:00
Kimmo Puputti
ff108ca489 Add in progress and error states 2017-11-15 10:37:57 +02:00
Kimmo Puputti
9a13d8193a Render SendMessageForm in Order page 2017-11-15 10:37:57 +02:00
Kimmo Puputti
02dbf09791 SendMessageForm icons and styles 2017-11-13 13:30:19 +02:00
Kimmo Puputti
447926a38f Add SendMessageForm component 2017-11-10 16:29:54 +02:00
Kimmo Puputti
92caa18402 Add messages to the order page 2017-11-10 11:16:17 +02:00
Kimmo Puputti
030e66c7d3 Send initial tx message from checkout 2017-11-09 13:51:34 +02:00
Kimmo Puputti
18a808b3b8 Payment form label and styles 2017-11-09 13:50:40 +02:00
Kimmo Puputti
27ea4a66f2 Allow adding a message in the StripePaymentForm 2017-11-09 13:50:39 +02:00
Kimmo Puputti
59209c6edb Trigger form onChange properly 2017-11-09 13:50:39 +02:00
Kimmo Puputti
a09149d4c8 Add subheadings, fix baselines 2017-11-09 13:50:39 +02:00
Kimmo Puputti
14d9b0745d Remove heading from page (will be moved to the form) 2017-11-09 13:50:39 +02:00
Kimmo Puputti
d9ad1507f9 Call submit with an object that can be extended 2017-11-09 13:50:39 +02:00
Hannu Lyytikäinen
016bc27392
Merge pull request #546 from sharetribe/fetch-messages
Fetch messages for OrderPage and SalePage
2017-11-09 13:23:30 +02:00
Hannu Lyytikainen
00ac038bfe Fetch messages for SalePage 2017-11-09 12:51:51 +02:00
Hannu Lyytikainen
192e02510d Fetch messages for OrderPage 2017-11-09 12:51:51 +02:00
Hannu Lyytikainen
f92977ac8f Fix action types 2017-11-09 10:53:56 +02:00
sktoiva
6d14f21c0a Update snapshots for camel casing current-user 2017-11-08 12:02:19 +02:00
sktoiva
9384638e2d Camel case current-user 2017-11-08 11:52:04 +02:00
Kimmo Puputti
798df231da Add internal link to the host section in ListingPage 2017-11-08 10:02:00 +02:00
Kimmo Puputti
dc54d9aa1d Add listing author UserCard to the ListingPage 2017-11-08 09:45:34 +02:00
Kimmo Puputti
8e82e95d9d Add UserCard component 2017-11-07 16:16:37 +02:00
Kimmo Puputti
660b77f0a6
Merge pull request #539 from sharetribe/profile-page-links
Make avatars into links to the user profile page
2017-11-07 14:28:32 +02:00
Hannu Lyytikäinen
90c36f2c24
Merge pull request #536 from sharetribe/landing-page-component-boundaries
Landing page component boundaries
2017-11-07 12:40:36 +02:00
Hannu Lyytikainen
62919c652c Fix baseline alignment 2017-11-07 11:37:17 +02:00
Hannu Lyytikainen
f5cd73680d Change negative top positioning for top bar
Use the clac function instead of just using a minus sign in front of the top margin
variable for clarity.
2017-11-07 11:33:42 +02:00
Kimmo Puputti
0c318806b3 Make inbox item avatar into a separate profile link 2017-11-07 11:28:41 +02:00
Kimmo Puputti
807c5005ed Make avatars into links to the user profile page 2017-11-07 11:18:23 +02:00
Kimmo Puputti
13d8edb82d Move page titles to translations 2017-11-06 11:56:01 +02:00
Kimmo Puputti
33a844e386
Merge pull request #535 from sharetribe/flash-messages
Flash messages
2017-11-06 09:28:40 +02:00
Hannu Lyytikainen
a713c16ffc Fix baseline alignment 2017-11-05 21:41:21 +02:00
Hannu Lyytikainen
46456d5fc3 Change section component boundaries 2017-11-05 21:41:21 +02:00
Kimmo Puputti
c086634092 Show generic flash error when logout or user fetches fail 2017-11-03 16:16:21 +02:00
Kimmo Puputti
71a651ff58 Clarify TODO comment 2017-11-03 14:50:01 +02:00
Janne Koivistoinen
c1a95a0fac
Merge pull request #529 from sharetribe/locations-dr
remove the box-shadow from normal state
2017-11-03 14:39:37 +02:00
Kimmo Puputti
6edac96811 Require scrollingDisabled prop 2017-11-03 13:12:24 +02:00
Kimmo Puputti
007e140afb Remove logoutError prop from Page component
The logout error will be a flash message that the Auth duck sets for
the component that will be responsible for rendering the flash
messages.
2017-11-03 11:36:44 +02:00
Kimmo Puputti
5caa1b45e9
Merge pull request #533 from sharetribe/optimise-profile-page
Optimise profile page loading
2017-11-03 10:55:12 +02:00
Kimmo Puputti
3617752501 Add missing in progress prop to email verification page 2017-11-03 10:30:26 +02:00
Kimmo Puputti
45ef5c3d2b Optimise profile page loading
- Remove loading screen to avoid flashing between server rendered
   html and the client rendered html with a weird loading screen in
   between the similar views

 - Avoid emptying user listing refs if they are already fetched for
   the user
2017-11-03 10:22:29 +02:00
Kimmo Puputti
9efd7093d0
Merge pull request #530 from sharetribe/profile-bio
Add bio to profile
2017-11-03 09:43:16 +02:00
Hannu Lyytikäinen
a2fc39cbd5
Merge pull request #531 from sharetribe/how-it-works-section
How it works section
2017-11-02 22:50:19 +02:00
Kimmo Puputti
05c22cf073 Fix baseline alignment 2017-11-02 15:51:57 +02:00
Kimmo Puputti
a6196821c8 Add or edit bio in profile settings 2017-11-02 15:33:50 +02:00
Hannu Lyytikainen
378384c7e5 Add How it works section to landing page 2017-11-02 15:29:57 +02:00
Kimmo Puputti
a766cc5ff4 Link to profile from profile settings 2017-11-02 14:54:17 +02:00
Kimmo Puputti
fec0c03bed Show user listings in profile 2017-11-02 11:16:02 +02:00
Kimmo Puputti
89758e6318 Add SEO metadata 2017-11-01 16:22:29 +02:00
Kimmo Puputti
689697fc4b ProfilePage page with user bio 2017-11-01 16:02:17 +02:00