Commit graph

1643 commits

Author SHA1 Message Date
Kimmo Puputti
b713575ef6 Merge pull request #109 from sharetribe/checkout-page-stripe-payment-form
Checkout page Stripe payment form
2017-04-07 09:22:25 +03:00
Kimmo Puputti
2e4989ac34 Merge pull request #108 from sharetribe/stripe-payment-form
Stripe payment form
2017-04-07 09:22:04 +03:00
Vesa Luusua
5a8f33b2ac There was copy-paste related typo (wrong classname) in previous PR. 2017-04-07 03:12:23 +03:00
Kimmo Puputti
a80f84ff64 Add StripePaymentForm to the CheckoutPage
- Remove hardcoded UI components
 - Hardcode a temporary listing object
 - Add StripePaymentForm component
 - Style as in wireframe designs
2017-04-06 16:43:32 +03:00
Kimmo Puputti
31b3155304 StripePaymentForm component 2017-04-06 15:37:17 +03:00
Vesa Luusua
c0b31693a3 Removed universality of Page level class toggle. (Might be added later.) 2017-04-06 14:48:20 +03:00
Vesa Luusua
7ada8024de Use ModalInMobile in ListingPage 2017-04-06 14:48:20 +03:00
Kimmo Puputti
279944d002 Move users and stripe thunks to a new duck
- Create user.duck
 - Move fetchCurrentUser form Auth to user
 - Move createStripeAccount to user
 - Call fetchCurrentUser to update user data after creating Stripe account
2017-04-05 16:36:56 +03:00
Kimmo Puputti
c7d67a64d4 Create Stripe account when given a bank account token 2017-04-05 14:13:12 +03:00
Kimmo Puputti
a65f808f88 Show bank account field if Stripe not connected yet 2017-04-05 11:27:38 +03:00
Kimmo Puputti
265d8a4af4 Separate user and currentUser prop types 2017-04-05 10:32:24 +03:00
Kimmo Puputti
840b53c133 Fetch current user info on EditListingPage 2017-04-05 09:54:33 +03:00
Kimmo Puputti
a4201469f6 Show StripeBankAccountToken field when place is selected 2017-04-04 13:37:43 +03:00
Kimmo Puputti
5d32f57696 Update React Router 2017-04-03 12:28:17 +03:00
Vesa Luusua
a23fbc4af3 Fix: old results flashed when SearchPage was re-entered 2017-03-30 11:51:21 +03:00
Vesa Luusua
0a8bc256b5 API returns camelCase (but still listens snake case) 2017-03-29 16:56:47 +03:00
Vesa Luusua
843b608e12 LandingPage uses new helper function 2017-03-29 16:56:47 +03:00
Vesa Luusua
c341e97ef0 SearchPage handles next page and prev page clicks 2017-03-29 16:56:40 +03:00
Kimmo Puputti
7fb74baaaa Remove unused imports 2017-03-27 11:48:35 +03:00
Kimmo Puputti
1f4f0c6536 Allow search with no place selected 2017-03-27 11:42:43 +03:00
Kimmo Puputti
0c836164f8 Call listings.query if no place is given in search params 2017-03-27 11:41:44 +03:00
Kimmo Puputti
4a7b872cdf Remove Topbar dropdown with old links 2017-03-27 11:41:15 +03:00
Kimmo Puputti
fc11957270 Improve search page ui messages
- Add searchInProgress flag to store to know if a request is on the
   way
 - Use FormattedMessage instead of injected intl
 - Pluralise translation
2017-03-27 10:49:39 +03:00
Mikko Koski
b0bc3ac8d9 Rename TextFieldOneLiner -> LabeledField 2017-03-27 10:09:00 +03:00
Mikko Koski
fd23d20ef2 Run format and update snapshots 2017-03-24 17:52:59 +02:00
Mikko Koski
1ef15243f3 Remove Sign up link and add dead code warning to sign up form 2017-03-24 17:31:17 +02:00
Mikko Koski
6f2043690d Use Flexbox to align the Login button to the bottom of the page 2017-03-24 17:24:30 +02:00
Mikko Koski
c7bd87b0c1 Run format and update snapshots 2017-03-24 15:45:07 +02:00
Mikko Koski
e1392bd16c Login page styling 2017-03-24 15:43:26 +02:00
Mikko Koski
69f342443f Merge pull request #91 from sharetribe/input-component
Add Input component
2017-03-24 11:30:14 +02:00
Mikko Koski
d9ec1b880f Update snapshots 2017-03-24 10:59:59 +02:00
Mikko Koski
4c7c1ceeac Add Input component 2017-03-24 10:59:50 +02:00
Kimmo Puputti
f37d5e5d38 Move fakeIntl to test-data to avoid bundling test deps 2017-03-24 10:41:09 +02:00
Kimmo Puputti
28a43b6b61 Add tab name to search page title 2017-03-24 10:41:08 +02:00
Kimmo Puputti
748e772173 Remove native autocomplete 2017-03-24 10:04:37 +02:00
Mikko Koski
b452ad9150 Run format 2017-03-24 09:59:34 +02:00
Mikko Koski
e0bbf1e6ae Update snapshots 2017-03-24 09:59:34 +02:00
Mikko Koski
08f49e6a1d Button fine tuning 2017-03-24 09:59:34 +02:00
Mikko Koski
0509e5f4b7 Merge pull request #86 from sharetribe/mobile-frame-improvements
Mobile frame improvements
2017-03-24 09:58:16 +02:00
Vesa Luusua
a31545ad4c Show price on ListingPage and ListingCards 2017-03-23 17:11:36 +02:00
Mikko Koski
b060986c8a Fix the issue with panels (position: fixed) to take the whole screen 2017-03-23 16:17:43 +02:00
Mikko Koski
dd67263eb9 Update snapshots 2017-03-23 15:56:35 +02:00
Mikko Koski
a1cfb494bd Update snapshots 2017-03-23 15:56:35 +02:00
Mikko Koski
ff0c76dd5b Make a Button component 2017-03-23 15:56:35 +02:00
Mikko Koski
7f20293d70 Landing page styling 2017-03-23 15:55:15 +02:00
Vesa Luusua
ae7b999774 Rename usePoint (real meaning useComma) and refactoring 2017-03-23 15:32:41 +02:00
Vesa Luusua
9344bdc00d Pass subUnitDivisor through config to components 2017-03-23 15:32:41 +02:00
Vesa Luusua
a26986d579 Remove fixed title on EditListingPage 2017-03-23 15:32:41 +02:00
Vesa Luusua
ed3991b44f Add CurrencyInput to EditListingPage (and form) 2017-03-23 15:32:40 +02:00
Mikko Koski
67fe062a3d Merge pull request #83 from sharetribe/mobile-frame
Add mobile frame
2017-03-23 12:32:49 +02:00