Commit graph

1433 commits

Author SHA1 Message Date
Kimmo Puputti
9027d07a84 Format JS 2017-08-15 16:08:46 +03:00
Kimmo Puputti
2016038277 Fix broken logout and lint errors 2017-08-15 16:08:46 +03:00
Kimmo Puputti
01dbdafbec Prefer login page for email confirmation 2017-08-15 16:08:46 +03:00
Kimmo Puputti
8d9c078309 Improve routing
- Allow setting `preferLogin` in route config to enable redirecting
   to login page instead of signup page
 - Add missing search params to the auth redirect
2017-08-15 16:08:32 +03:00
Kimmo Puputti
54e42b7ad8 Merge pull request #343 from sharetribe/fix-listing-wizard-flexbox-safari
Fix listing creation/edit flexbox in Safari
2017-08-15 14:52:19 +03:00
Vesa Luusua
a239891900 Merge pull request #341 from sharetribe/open-card-on-map
Open card on map
2017-08-15 14:50:59 +03:00
Vesa Luusua
be28c8cac2 ensureListing 2017-08-15 14:43:06 +03:00
Vesa Luusua
8048d99ef2 Remove wireframe class (design has changed from original idea)) 2017-08-15 14:43:06 +03:00
Vesa Luusua
48dbe8bf77 use createSlug 2017-08-15 14:43:06 +03:00
Vesa Luusua
cd22fcd093 Missing translation 2017-08-15 14:43:06 +03:00
Vesa Luusua
23c3cbc18f Update SearchMap: add SearchMapListingCard and remove translation handling) 2017-08-15 14:43:05 +03:00
Vesa Luusua
907818de69 Update snapshots for ResponsiveImage (remedy for map context bug) 2017-08-15 14:43:05 +03:00
Vesa Luusua
90adf90c13 SearchMapListingCard opens when price 'marker' is clicked 2017-08-15 14:43:04 +03:00
Vesa Luusua
7a6ac4506f SearchMapPriceLabel handles price formatting and shouldComponentUpdate check (avoid long refresh batches on top of map) 2017-08-15 14:43:04 +03:00
Kimmo Puputti
a7716f8b64 Fix flexbox in Safari 2017-08-15 14:42:03 +03:00
Janne Koivistoinen
3cf201b273 Merge pull request #342 from sharetribe/checkoutpage-review
checkout page design review
2017-08-15 14:41:36 +03:00
Janne Koivistoinen
ee922b3cbc checkout page design review 2017-08-15 14:36:26 +03:00
Kimmo Puputti
e731d05c80 Merge pull request #337 from sharetribe/edit-listing
Edit listing
2017-08-15 11:32:22 +03:00
Kimmo Puputti
7434e1d887 Disable save button while update is in progress 2017-08-15 11:25:48 +03:00
Kimmo Puputti
d52cbd39f6 Improve docs 2017-08-15 10:47:03 +03:00
Kimmo Puputti
a61df5211e Add proper translated alt text to saved images 2017-08-15 10:47:03 +03:00
Kimmo Puputti
d827128703 Implement listing editing 2017-08-15 10:47:03 +03:00
Kimmo Puputti
b8b12c1c40 Add listing edit mobile link 2017-08-15 10:47:03 +03:00
Kimmo Puputti
e5f5995dbb Translate button texts 2017-08-15 10:47:03 +03:00
Kimmo Puputti
da09897ba9 Load listing to be edited 2017-08-15 10:46:18 +03:00
Kimmo Puputti
c54f4cdd10 Initialise wizard with correct data for new/edit views 2017-08-15 10:46:18 +03:00
Kimmo Puputti
c20fc61f9e Link to listing edit page 2017-08-15 10:46:18 +03:00
Janne Koivistoinen
da08707e83 Merge pull request #339 from sharetribe/salespage-review
salePage design review
2017-08-14 17:45:31 +03:00
Janne Koivistoinen
d5e5a17468 Merge pull request #340 from sharetribe/verifyEmail-review
email verification review
2017-08-14 17:22:26 +03:00
Janne Koivistoinen
77f3cfd721 comment round 2017-08-14 17:19:36 +03:00
Janne Koivistoinen
5a57da4e1d comment round 2017-08-14 17:17:49 +03:00
Janne Koivistoinen
b1e7dd8c1b email verification review 2017-08-14 17:11:56 +03:00
Janne Koivistoinen
b16f04f8a0 salePage design review 2017-08-14 16:31:02 +03:00
Vesa Luusua
432ff66868 Merge pull request #338 from sharetribe/add-react-google-maps
Add react google maps
2017-08-10 18:09:02 +03:00
Vesa Luusua
2bbd9e8bb2 Review changes 2017-08-10 18:03:17 +03:00
Vesa Luusua
bfb24c45fc SearchMap using react-google-maps library 2017-08-10 14:57:13 +03:00
Vesa Luusua
6e71495c57 SearchMapPriceLabel component (again) 2017-08-10 14:57:13 +03:00
Vesa Luusua
16964a8e60 Add react-google-maps to package.json 2017-08-10 14:57:13 +03:00
Boyan Tabakov
989b031827 Merge pull request #335 from sharetribe/api-resource-hierarchy
Update Core API calls to follow latest API hierarchy
2017-08-10 14:29:31 +03:00
Boyan Tabakov
780f78123f Update to latest SDK version 2017-08-10 14:21:38 +03:00
Boyan Tabakov
c13c5598b2 Update tests 2017-08-10 14:21:38 +03:00
Kimmo Puputti
1cd803b4d4 Merge pull request #336 from sharetribe/change-new-listing-url-schema
Generalise new/edit listing URL schema
2017-08-10 13:31:24 +03:00
Kimmo Puputti
f0ca0564dd New URL schema for creating a listing
The URL will now always have an id and a slug so that new/edit listing
wizards can be generalised. When creating a new listing, temporary id
and slug are put to the URL.
2017-08-10 12:29:39 +03:00
Kimmo Puputti
9378b6ff45 Merge pull request #334 from sharetribe/responsive-modal-styles
Responsive modal
2017-08-09 14:43:34 +03:00
Kimmo Puputti
a258c65cf7 Make modal open state respond to window resize 2017-08-09 14:38:23 +03:00
Kimmo Puputti
6b92f44171 Add helper HOC to listen to viewport dimension changes 2017-08-09 14:38:23 +03:00
Kimmo Puputti
5d21652e5c Fix modal style regressions based on review comments 2017-08-09 14:22:46 +03:00
Kimmo Puputti
41db9c93a9 Fix modal margins in desktop layout 2017-08-09 14:22:46 +03:00
Kimmo Puputti
532f550bae Implement responsive modal dialog 2017-08-09 14:22:46 +03:00
Boyan Tabakov
e4d5033a3a Update Core API calls to follow latest API hierarchy 2017-08-09 14:08:39 +03:00