Commit graph

27 commits

Author SHA1 Message Date
Vesa Luusua
b1eb69f6d3 Refactored className usage for InlineTextButton
They are changed to use rootClassName for consistency
and protection against future bundling order changes.
2019-02-19 15:49:49 +02:00
Vesa Luusua
af088fff8f Fix form references after moving them to different location 2018-05-02 15:56:30 +03:00
Kimmo Puputti
f0b955dc5b Refactor propTypes module
- Rename types
- Collect propTypes within a named propTypes export
- Use named imports for easier refactoring and customisation later
- Rename sdk types to sdkTypes in imports to avoid confusion
2018-01-11 11:40:03 +02:00
Kimmo Puputti
807c5005ed Make avatars into links to the user profile page 2017-11-07 11:18:23 +02:00
Vesa Luusua
67e847e0cc Topbar uses extracted Logo component 2017-10-20 12:16:11 +03:00
Kimmo Puputti
a996f154d1 Import PropTypes from the prop-types package 2017-10-17 09:50:22 +03:00
Kimmo Puputti
90ab9c9a69 Format with latest Prettier 2017-10-13 10:11:51 +03:00
Kimmo Puputti
78de6d9d69 Disable deprecated proptype import lint error 2017-10-12 14:09:02 +03:00
Vesa Luusua
40488083fd Rename routesConfiguration to routeConfiguration 2017-10-11 14:18:30 +03:00
Janne Koivistoinen
78b909ed4f re-order the 2nd level links 2017-09-25 21:20:47 +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
d9f262ab5f Review changes 2017-09-20 16:44:56 +03:00
Vesa Luusua
1be66f0535 AccountSettingsPage navigation 2017-09-20 14:38:29 +03:00
Vesa Luusua
6d49ab45ac Profile settings link to TopbarMobileMenu + adding missing status to PageLayout on those pages 2017-09-08 01:29:33 +03:00
Vesa Luusua
d11d538662 Profile settings link to TopbarDesktop 2017-09-08 01:29:32 +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
Vesa Luusua
45f2c6de3a TopbarDesktop passes isOpen class to MenuLabel 2017-07-21 16:41:33 +03:00
Janne Koivistoinen
9bcf16ec0b fix the conflict on TopbarDesktop.css 2017-07-12 17:00:20 +03:00
Vesa Luusua
2bc5a1cdd9 TopbarDesktop got notification dot next to Inbox link 2017-07-11 12:25:10 +03:00
Kimmo Puputti
9de2ce6c3b Use InlineTextButton in Topbar 2017-06-16 14:54:13 +03:00
Kimmo Puputti
6bcc4a7c5d Topbar desktop search 2017-06-02 11:56:58 +03:00
Vesa Luusua
e26619e235 Change Avatar to use initials as placeholder instead of image. 2017-06-01 23:57:57 +03:00
Vesa Luusua
69bece6012 TopbarDesktop uses Menu and shows logout link in there 2017-06-01 23:37:47 +03:00
Vesa Luusua
b59404ed25 Prettier was not executed for TopbarDesktop 2017-05-30 16:56:01 +03:00
Vesa Luusua
2b0a57c390 TopbarDesktop as separate component 2017-05-30 15:12:41 +03:00