Hannu Lyytikainen
3743e6cc20
Update sharetribe-sdk
2017-11-09 10:52:37 +02:00
Kimmo Puputti
03b576d8c4
Merge pull request #542 from sharetribe/listing-page-host-section
...
"Your host" section in ListingPage
2017-11-08 11:00:38 +02:00
Kimmo Puputti
c790f1bf14
Change collapsed bio length
2017-11-08 10:15:05 +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
b81e6a7caf
Merge pull request #541 from sharetribe/user-card
...
UserCard component
2017-11-08 08:46:31 +02:00
Kimmo Puputti
8e82e95d9d
Add UserCard component
2017-11-07 16:16:37 +02:00
Hannu Lyytikäinen
a39bf13154
Merge pull request #540 from sharetribe/topbar-error-handling
...
Use utility error handler in Topbar
2017-11-07 15:56:56 +02:00
Hannu Lyytikainen
754cc82010
Use utility error handler
...
Confirm email verification resend error using a utility error handler.
2017-11-07 15:21:53 +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
Kimmo Puputti
401f213e29
Avoid negation for readability
2017-11-07 14:18:19 +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
Hannu Lyytikainen
75ef591777
Remove a useless margin-top declaration
2017-11-07 10:09:31 +02:00
Kimmo Puputti
130d0a5504
Merge pull request #538 from sharetribe/date-format-util
...
Add date/time format util
2017-11-07 09:31:39 +02:00
Kimmo Puputti
aa33ec8af6
Add date/time format util
2017-11-06 16:26:28 +02:00
Kimmo Puputti
314ef549dd
Merge pull request #537 from sharetribe/fix-page-title-translations
...
Move page titles to translations
2017-11-06 12:55:38 +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
Hannu Lyytikainen
4150d3cb48
Fix section column margins
2017-11-03 21:59:19 +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
ae4ef86bd5
Add selector for current user endpoint errors
2017-11-03 14:50:39 +02:00
Kimmo Puputti
71a651ff58
Clarify TODO comment
2017-11-03 14:50:01 +02:00
Kimmo Puputti
93aaf468c9
No need to show a flash message when logging out in dev mode
2017-11-03 14:49:40 +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
Janne Koivistoinen
a20cffbcea
remove boxshadow variable
2017-11-03 14:22:00 +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
2225079d11
Merge pull request #534 from sharetribe/fix-email-verification-page-missing-prop
...
Add missing in progress prop to email verification page
2017-11-03 10:39:38 +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 Lyytikainen
f3290d8de8
Remove an unused class
2017-11-02 23:10:57 +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
Hannu Lyytikainen
9aa8d6e7cd
Change How it works step margin logic
2017-11-02 22:43:23 +02:00
Hannu Lyytikainen
6d9a7a3951
Fix alpahbetical order in the en translations file
2017-11-02 22:42:32 +02:00
Boyan Tabakov
cf4cd02c62
Merge pull request #532 from sharetribe/update-errors
...
Update API error checks
2017-11-02 17:21:55 +02:00
Boyan Tabakov
40e95f453d
Update API error checks
2017-11-02 16:04:58 +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
7620a17b2f
Fix footer top border
...
Change the border so that it does not cover the outer paddings in
desktop view but in mobile view it covers the whole viewport width.
2017-11-02 15:29:57 +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
06c8cd6322
Merge pull request #528 from sharetribe/profile-page
...
Profile page
2017-11-02 13:33:49 +02:00