Vesa Luusua
af088fff8f
Fix form references after moving them to different location
2018-05-02 15:56:30 +03:00
Kimmo Puputti
f5fb478166
Add comment about CSS custom properties being global
2018-04-11 15:59:22 +03:00
Kimmo Puputti
aa4b3e7fcc
Prefix local CSS properties with component name
...
Since the CSS custom properties are defined in the :root, they will be
global when the variables are preserved in the output bundle. This
changes them to something globally unique.
2018-04-11 14:29:42 +03:00
Kimmo Puputti
bd71194bd0
Update snapshots with the new enzyme deep rendering
2018-03-26 11:43:40 +03:00
Kimmo Puputti
2ee00aa5a0
Fix Menu component blur handling in Firefox
2018-02-14 10:35:38 +02: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
Vesa Luusua
703fbcef52
ProfileMenu label had rounded borders.
2017-12-18 18:37:32 +02:00
Janne Koivistoinen
b5b9caa183
update tests
2017-12-08 15:59:37 +02:00
Janne Koivistoinen
f5b52b90f7
animate inbox notification dot onLoad
2017-12-01 18:57:42 +02:00
Kimmo Puputti
2d46277148
Update snapshots with message IDs as translations
2017-11-30 12:22:53 +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
df02956579
Update snapshot files to the new Jest snapshot format
2017-10-12 14:09:03 +03:00
Kimmo Puputti
78de6d9d69
Disable deprecated proptype import lint error
2017-10-12 14:09:02 +03:00
Vesa Luusua
a601974407
TopbarDesktop.test: remove routeConfiguration and RoutesProvider
2017-10-11 14:18:33 +03:00
Vesa Luusua
40488083fd
Rename routesConfiguration to routeConfiguration
2017-10-11 14:18:30 +03:00
Kimmo Puputti
4a3983f77e
Use Form instead of form
2017-10-05 10:31:41 +03:00
Kimmo Puputti
1bf7cc9963
Disable Buttons until component is mounted
2017-10-04 16:18:25 +03:00
Vesa Luusua
76e1da0cf0
Master was changed without PR process...
2017-09-25 23:41:50 +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
bad45a9abe
Merge branch 'master' into sync-avatars
2017-09-12 15:08:06 +03:00
Janne Koivistoinen
822f006f95
improving the avatars visuals and code
2017-09-12 14:44:49 +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
aba9cc748c
Update snapshots
2017-08-21 10:46:36 +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
88eef96ac6
Merge branch 'master' into searchPage-review
2017-07-19 16:21:04 +03:00
Janne Koivistoinen
815b109b4d
add breakpoints for medium, large and xlarge
2017-07-19 15:30:30 +03:00
Janne Koivistoinen
09251a5ed2
comment fixes
2017-07-19 15:07:46 +03:00
Janne Koivistoinen
d93bb7ac91
search page design review
2017-07-19 02:09:09 +03:00
Janne Koivistoinen
b4399cd23c
more stuff for the topBar
2017-07-18 21:07:42 +03:00
Janne Koivistoinen
455c81eaaf
topnav ixd and hero search bar fixes
2017-07-17 17:51:20 +03:00
Janne Koivistoinen
199ed4f350
remove outline merge conflict
2017-07-12 17:10:48 +03:00
Janne Koivistoinen
9bcf16ec0b
fix the conflict on TopbarDesktop.css
2017-07-12 17:00:20 +03:00
Vesa Luusua
38d3190659
On click, remove outline.
2017-07-12 16:19:15 +03:00
Vesa Luusua
eccccdbe62
Initial focus highlight for TopbarDesktop elements
2017-07-12 12:30:18 +03:00
Vesa Luusua
ceb6a3a9df
TopbarDesktop needed vertical divider between logo and search
2017-07-11 15:03:40 +03:00
Vesa Luusua
2bc5a1cdd9
TopbarDesktop got notification dot next to Inbox link
2017-07-11 12:25:10 +03:00
Vesa Luusua
4eddee73a7
Use real ellipsis character in translations
2017-07-11 11:54:24 +03:00
Janne Koivistoinen
a991f3b043
updated test snapshots
2017-07-10 18:08:29 +03:00
Vesa Luusua
f3e3a56e49
PaginationLinks design updated
2017-06-21 21:51:06 +03:00
Vesa Luusua
a551492d84
Font classes changed to use directly css variable sets
2017-06-20 00:10:38 +03:00