Commit graph

21 commits

Author SHA1 Message Date
Hannu Lyytikainen
2cfd3deaa1 Move clearUserId to Auth.duck.js
Clear user ID from the logger in logout thunk instead of the Topbar.

Also call dispatch logging function also as the last action of a thunk
function where possible.
2017-10-04 13:17:43 +03:00
Hannu Lyytikainen
796bf17c93 Add user id to logger 2017-10-04 13:16:28 +03:00
Vesa Luusua
30578a65bc Rename PageLayout to Page 2017-09-29 15:15:32 +03:00
Vesa Luusua
705d7c749d Topbar's z-index was clashing with LayoutSideNav's z-index: topbar's box-shadow should be adjustable from parent component 2017-09-25 19:41:26 +03:00
Vesa Luusua
8a92f85f8f Fix email link (the one after sign up and on nagging modal) points to ContactDetailsPage 2017-09-25 16:18:39 +03:00
Janne Koivistoinen
619ba5a031 it's the final countdown, no wait - review o/ 2017-09-20 14:17:37 +03:00
Vesa Luusua
202357a7c1 Run Prettier 2017-09-20 14:08:54 +03:00
Janne Koivistoinen
f9dca7520f design review done for verify-email flow
review, synced all the modals and other small fixes
2017-09-20 14:07:30 +03:00
Vesa Luusua
84c8d549e0 Ensure full refresh on production 2017-09-15 15:45:44 +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
d35e3d6013 Check if page is whitelisted before showing verify-email modal 2017-09-14 14:17:02 +03:00
Vesa Luusua
2bc302fc6f Enforce capitalized constant convention 2017-09-14 14:12:40 +03:00
Vesa Luusua
a32cf3fc48 Topbar shows correct content in verify-email modal 2017-09-14 12:52:41 +03:00
Vesa Luusua
9acae53053 Topbar shows nagging verify-email modal after every page change 2017-09-14 12:52:40 +03:00
Vesa Luusua
3894af8624 TopbarDesktop can handle profile link: your listings 2017-08-25 15:24:49 +03:00
Kimmo Puputti
ab1914b137 Fix user handling for prop type validation 2017-08-21 10:40:08 +03:00
Kimmo Puputti
852d8250f2 Use displayName/abbreviatedName of the user
The API changed from having firstName/lastName in the user object
profile. The displayName/abbreviatedName should be used instead.
2017-08-21 10:18:49 +03:00
Kimmo Puputti
a258c65cf7 Make modal open state respond to window resize 2017-08-09 14:38:23 +03:00
Vesa Luusua
e5fa6c2703 Old missing Prettier formatting 2017-07-11 17:14:36 +03:00
Vesa Luusua
51d1fcdfa0 Remove container stuff from Topbar 2017-07-11 17:08:14 +03:00
Vesa Luusua
2c04c940f4 Move Topbar to components folder 2017-07-11 15:25:49 +03:00
Renamed from src/containers/Topbar/Topbar.js (Browse further)