Commit graph

46 commits

Author SHA1 Message Date
Jenni Nurmi
601706cc5f Use react-intl through util file 2019-08-29 16:37:47 +03:00
Vesa Luusua
9eb4e7a125 pre-final-form naming pattern: form prop was conflicting with form api 2019-08-27 14:12:54 +03:00
Jenni Nurmi
0aca4567c2 Update Prettier to 1.15.3 2018-12-05 11:07:47 +02:00
Kimmo Puputti
5927ac7fe4 Remove unneeded country from search params and place objects 2018-08-09 10:57:52 +03:00
Hannu Lyytikainen
c3e77ef6bb Add check for search result sorting
Require origin to be passed to search input in case search results are
sorted by distance.
2018-07-02 11:20:40 +03:00
Hannu Lyytikainen
9333b53bb7 Fix topbar search initial value 2018-06-28 18:31:01 +03:00
Vesa Luusua
79ceb307b3 [change] Extract missing information modal 2018-05-24 16:05:13 +03:00
Vesa Luusua
049f6a7f37 import lodash per file to reduce bundle size 2018-05-18 15:24:09 +03:00
Vesa Luusua
af088fff8f Fix form references after moving them to different location 2018-05-02 15:56:30 +03:00
Kimmo Puputti
90040910f9 Update current user having orders after creating enquiry
This makes the enquiry tx page show the possible missing email
verification modal right away.
2018-03-14 11:03:29 +02:00
Kimmo Puputti
961b9d73c3 Show missing Stripe account modal only if user has listings 2018-03-12 14:59:26 +02:00
Vesa Luusua
348dda6cb6 Fix search params handling with Topbar 2018-03-07 15:35:44 +02:00
Vesa Luusua
3a0f202e50 Sort search by distance (send origin to API) 2018-03-07 12:52:59 +02:00
Kimmo Puputti
399d966ee0 Merge Topbar location search with existing search filters
If the user is on the SearchPage, submitting a new location should
also keep the existing query params and merge the new location params
with those.
2018-03-06 10:11:40 +02:00
Kimmo Puputti
4cbc3a6013 Show reminder modal also for missing Stripe account 2018-03-02 10:38:39 +02:00
Kimmo Puputti
c0520d681b Rename email verification nagging into something more generic 2018-03-01 16:49:42 +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
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
c086634092 Show generic flash error when logout or user fetches fail 2017-11-03 16:16:21 +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
Vesa Luusua
67e847e0cc Topbar uses extracted Logo component 2017-10-20 12:16:11 +03:00
Vesa Luusua
a9fcdd4875 TopbarContainer and Topbar use correct proptype validation (global duck) 2017-10-18 18:13:18 +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
399ec5f3e7 Topbar: import routeConfiguration and remove context.flattenedRoutes 2017-10-11 14:18:33 +03:00
Kimmo Puputti
44fe6e1373 Use p instead of H1 not to clash with the page heading for SEO 2017-10-06 15:54:04 +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)