Commit graph

2270 commits

Author SHA1 Message Date
Kimmo Puputti
a2bac38579 Merge pull request #411 from sharetribe/handle-deleted-listing
Handle deleted/closed listing in checkout
2017-09-19 12:27:16 +03:00
Kimmo Puputti
02bbf8b71e Improve error UI 2017-09-19 10:39:06 +03:00
Kimmo Puputti
0f4f57c9be Handle listing deleted/closed error in checkout 2017-09-19 10:23:08 +03:00
Kimmo Puputti
21109dc083 Use helper to handle API errors 2017-09-19 10:20:27 +03:00
Kimmo Puputti
b45109f803 Add util for handling API errors 2017-09-19 10:19:21 +03:00
Hannu Lyytikäinen
14ec5c2da3 Merge pull request #407 from sharetribe/recover-password-link
Fix password recovery link layout
2017-09-19 09:33:46 +03:00
Hannu Lyytikainen
b0eea124c1 Update copytext 2017-09-19 09:27:47 +03:00
Hannu Lyytikainen
a3b3073bc8 Fix password recovery link layout 2017-09-19 09:27:47 +03:00
Kimmo Puputti
18e2d79109 Merge pull request #408 from sharetribe/handle-deleted-listing
Handle deleted listing
2017-09-18 12:36:03 +03:00
Kimmo Puputti
491c3f91b5 Merge pull request #409 from sharetribe/change-sale-page-banned-translation
Change sale page translation
2017-09-18 11:41:11 +03:00
Kimmo Puputti
c4c13b9ddb Change sale page translation 2017-09-18 11:18:35 +03:00
Kimmo Puputti
9d86f365fa Handle 404 in listing page 2017-09-18 10:43:08 +03:00
Kimmo Puputti
85fa852869 Merge pull request #401 from sharetribe/handle-banned-users
Handle banned users
2017-09-15 16:20:11 +03:00
Kimmo Puputti
9cf9a098b3 Document empty CSS class 2017-09-15 16:11:17 +03:00
Vesa Luusua
f5f1735412 Merge pull request #403 from sharetribe/clear-store
Clear store
2017-09-15 16:07:44 +03:00
Vesa Luusua
84c8d549e0 Ensure full refresh on production 2017-09-15 15:45:44 +03:00
Kimmo Puputti
550bd302ee Handle banned customer in Sale page 2017-09-15 15:24:11 +03:00
Kimmo Puputti
1306fe9413 Handle banned provider in Order page 2017-09-15 15:24:11 +03:00
Kimmo Puputti
a1611fad91 Handle banned providers and customers in Inbox 2017-09-15 15:24:11 +03:00
Kimmo Puputti
6f60c70107 Support deleted listings in prop types 2017-09-15 15:24:11 +03:00
Kimmo Puputti
f12ee05578 Add helpers to get names from user objects 2017-09-15 15:24:11 +03:00
Kimmo Puputti
30ba44f8c3 Add banned user support to Avatar 2017-09-15 15:24:11 +03:00
Kimmo Puputti
d34db2bd46 Remove required validation from user profiles
Since banned users don't have the profile object in attributes (for
now), it should be marked as optional.
2017-09-15 15:16:56 +03:00
Kimmo Puputti
564fb301bd Add icon for banned user avatars 2017-09-15 15:16:56 +03:00
Vesa Luusua
f35ba4b5a3 Don't loadData while logout is in progress, canShowComponent should be called with nextProps 2017-09-15 15:03:54 +03:00
Vesa Luusua
99752865d8 Redirect after logout not before (helps with verify-email popup) 2017-09-15 15:03:54 +03:00
Vesa Luusua
e121f0c3ae Fix mutated initial state 2017-09-15 15:03:54 +03:00
Vesa Luusua
b76cbadca3 Clear store after logout 2017-09-15 15:03:53 +03:00
Vesa Luusua
f4a3dcad5e Merge pull request #404 from sharetribe/profile-image-added-to-listing-relations
profileImage to listing and tx relationships added
2017-09-15 11:31:55 +03:00
Vesa Luusua
05ee701d1d Merge pull request #405 from sharetribe/fix-margin-stripe-bank-account-fields
Fix margins between input fields
2017-09-15 11:29:00 +03:00
Hannu Lyytikäinen
fdc86022d7 Merge pull request #382 from sharetribe/request-new-password
Request new password
2017-09-15 11:02:00 +03:00
Hannu Lyytikainen
91c6f26e74 PR review changes
Add a comment about custom error passed to email input.
Rename functions exported from PasswordRecoveryPage duck file to
something more explicit.
2017-09-15 10:55:29 +03:00
Hannu Lyytikainen
a855d30f11 Fix baseline 2017-09-15 10:04:59 +03:00
Hannu Lyytikainen
d3bd5ffeca Add an icon for password not verified page 2017-09-15 10:04:59 +03:00
Hannu Lyytikainen
7e2dcd61c4 Add in-progress handling 2017-09-15 10:04:59 +03:00
Hannu Lyytikainen
ae44704a62 Add email not verified
Also add a generic error view.
2017-09-15 10:04:58 +03:00
Hannu Lyytikainen
968673c830 Apply inline buttons partly to bottom texts 2017-09-15 10:04:58 +03:00
Hannu Lyytikainen
13f4d81648 Add email not found handling 2017-09-15 10:04:57 +03:00
Hannu Lyytikainen
82fe1ce490 Apply styles 2017-09-15 10:04:31 +03:00
Hannu Lyytikainen
95ba740e08 Remove unused imports and props 2017-09-15 10:03:32 +03:00
Hannu Lyytikainen
237e1d208a Change password recovery url to recover-password 2017-09-15 10:03:32 +03:00
Hannu Lyytikainen
00803945a5 Add recovery email resend 2017-09-15 10:03:32 +03:00
Hannu Lyytikainen
484ce61fa7 Enable submit button with initial email 2017-09-15 10:03:32 +03:00
Hannu Lyytikainen
4d7887f887 User common keys icon 2017-09-15 10:03:32 +03:00
Hannu Lyytikainen
80ec7d6675 Add link for retyping email address 2017-09-15 10:03:29 +03:00
Hannu Lyytikainen
b4ab06a32e Add keys icon 2017-09-15 10:02:41 +03:00
Hannu Lyytikainen
5a1c7e5f5a Add email submitted view 2017-09-15 10:02:41 +03:00
Hannu Lyytikainen
70fc98d786 Add API call for password reset 2017-09-15 10:02:35 +03:00
Vesa Luusua
f1c48ad5d3 Fix margins between input fields 2017-09-14 22:14:07 +03:00
Vesa Luusua
9a8642b752 Change comments from current user fetches since profileImage wasn't added to attributes 2017-09-14 22:03:50 +03:00