Commit graph

809 commits

Author SHA1 Message Date
Kimmo Puputti
10ad7a02c8 Create Stripe account will full details 2017-05-15 16:54:30 +03:00
Kimmo Puputti
4128195502 Wizard styles 2017-05-15 16:49:33 +03:00
Olli Vanhapiha
691067493d Order and Sale details page to support delivered state 2017-05-15 15:55:51 +03:00
Kimmo Puputti
8f96c869c8 Toggle payout details modal when submitting 2017-05-15 12:51:34 +03:00
Kimmo Puputti
62409c3f48 Provide togglePageClassNames 2017-05-15 12:51:06 +03:00
Kimmo Puputti
b5c03f572d Pass currentUser instead of stripeConnected flag 2017-05-15 10:55:52 +03:00
Kimmo Puputti
36bc69a45b Remove old Stripe payout info fields 2017-05-15 10:43:13 +03:00
Kimmo Puputti
ee1cdd859c Change StripeBankAccountToken styles
- Display routing number and account number on top of each other
 - Use ValidationError to show error messages
2017-05-15 09:52:20 +03:00
Kimmo Puputti
f599e0f299 Change Stripe country config format 2017-05-15 09:47:18 +03:00
Kimmo Puputti
dde84cb3be Use Select component in BirthdayInput 2017-05-15 09:47:18 +03:00
Kimmo Puputti
34b6873e18 Add Select component 2017-05-15 09:47:18 +03:00
Vesa Luusua
aa538a2eae Add autoFocus to wizard input fields 2017-05-12 17:10:30 +03:00
Vesa Luusua
abd11255d0 File input is taking thumbnail's form factor in current MVP design 2017-05-12 16:37:10 +03:00
Vesa Luusua
587a06e3af Thumbnails are taking full width and 5:2 aspect ratio on mobile 2017-05-12 16:37:09 +03:00
Vesa Luusua
de487d9cff Use splitted edit-listing-form in wizard and pass needed functions from EditListingPage 2017-05-12 16:15:41 +03:00
Vesa Luusua
73d98b5689 EditListingPhotosPanel and form within 2017-05-12 16:09:32 +03:00
Vesa Luusua
dcfac16948 EditListingPricingPanel and form within 2017-05-12 16:09:26 +03:00
Vesa Luusua
d14fcef98f EditListingLocationPanel and form within 2017-05-12 16:09:20 +03:00
Vesa Luusua
c3a5036497 EditListingDescriptionPanel and form within 2017-05-12 16:09:14 +03:00
Vesa Luusua
5cf36aaef0 EditListingWizard 2017-05-12 16:09:07 +03:00
Vesa Luusua
c5c4ce94d8 Tabs component and refactoring TabNavs styling 2017-05-12 16:04:42 +03:00
Kimmo Puputti
1a80ca3ebc Merge pull request #153 from sharetribe/birthday-input-component
BirtdayInput component
2017-05-11 14:07:27 +03:00
Kimmo Puputti
830f06922f BirtdayInput component 2017-05-11 13:59:57 +03:00
Kimmo Puputti
afdf009af3 Revert back to inbox tab as path param
Inbox links were broken, and could not simply be fixed by editing the
links. The loadData function needs to know the tab as well, and
currently it doesn't have the information if the tab isn't in the path
params.
2017-05-11 10:22:58 +03:00
Kimmo Puputti
a9e8ecf052 Make inbox tab names configurable in routesConfiguration 2017-05-09 10:26:16 +03:00
Kimmo Puputti
4337493cad Link to sales/orders in Topbar modal based on users listings
If the current user has created listings, always link to sales,
otherwise to orders.
2017-05-09 10:17:32 +03:00
Kimmo Puputti
3d1707d1f6 Merge pull request #149 from sharetribe/tabnav-component
TabNav component
2017-05-08 15:21:25 +03:00
Kimmo Puputti
b9943f1b53 Change reduxForm call form argument name
- Since the form name can be overriden with component props, the
   initial name is just a default, this changes the var name to
   communicate that

Note: The names of the forms with selectors cannot be changed,
otherwise the selector doesn't find the correct data from the Redux
store with the initial form name.
2017-05-08 14:59:09 +03:00
Kimmo Puputti
daa00699bb Add TabNav component 2017-05-08 14:01:45 +03:00
Vesa Luusua
d6988b639b Remove avatar from ListingCard (and clean ListingCard info) 2017-05-05 15:53:09 +03:00
Vesa Luusua
16e2f94b6e Use Avatar component 2017-05-05 15:53:00 +03:00
Kimmo Puputti
8e069acc3b Add ExternalLink component 2017-05-05 09:43:15 +03:00
Kimmo Puputti
9790c40518 Fix link names 2017-05-05 09:43:14 +03:00
Kimmo Puputti
e2a94d38e9 Add ValidationError component 2017-05-05 09:42:20 +03:00
Vesa Luusua
509346decb fix height 2017-05-05 01:45:13 +03:00
Vesa Luusua
9bec9d68ba Added correct icons and some other style fixes 2017-05-05 01:33:35 +03:00
Vesa Luusua
d12330d3a7 Refactor Modal to use flexbox 2017-05-04 19:12:32 +03:00
Vesa Luusua
fc0edd159e MobileMenu component 2017-05-04 16:26:38 +03:00
Vesa Luusua
9f9ff503b1 InlineButton works like a button instead of a link 2017-05-04 16:26:38 +03:00
Vesa Luusua
ea3533d0d6 Format with prettier 2017-05-04 14:46:55 +03:00
Vesa Luusua
aa30cf7a25 Move state to URL and help Topbar to rerender after location changes 2017-05-04 14:43:17 +03:00
Vesa Luusua
20eadfe8f5 Styleguide fix for full-width components 2017-05-03 16:50:32 +03:00
Vesa Luusua
25dc6ff005 Topbar uses Modal (simple draft for hamburger menu) 2017-05-03 16:50:31 +03:00
Vesa Luusua
0ef81c0e8e FlatButton (using Button and alternative root styling) 2017-05-03 16:50:31 +03:00
Vesa Luusua
5464ac1d0d Some components like modals don't work with Styleguide's default padding in mobile frame. 2017-05-03 15:23:56 +03:00
Vesa Luusua
4fd245cdd7 ModalInMobile uses Modal 2017-05-03 15:23:56 +03:00
Vesa Luusua
905fb008d9 Modal 2017-05-03 15:23:49 +03:00
Kimmo Puputti
afe2389066 Unify mapStateToProps functions 2017-05-02 11:03:26 +03:00
Vesa Luusua
1cbdf5a1a1 fix typo 2017-04-28 17:27:56 +03:00
Vesa Luusua
c7184f2551 OrderDetailsPanel and SaleDetailsPanel show state/rejected info 2017-04-28 00:11:51 +03:00