Commit graph

687 commits

Author SHA1 Message Date
Kimmo Puputti
7e5ba1fde5 Merge pull request #150 from sharetribe/default-form-name
Change reduxForm call `form` argument name
2017-05-08 15:10:00 +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
8f797ce74d Merge pull request #148 from sharetribe/current-search-in-modal-input
Current search in modal input
2017-05-08 14:50:13 +03:00
Kimmo Puputti
612414436c Show current location search in the search input 2017-05-08 14:46:12 +03:00
Kimmo Puputti
3a437c6de1 Fix URL parsing with commas
The helper function tries to parse a float number from a URL param,
ignoring the trailing chars. If an SDK type was in the param and the
parsing option was not given, the part after the comma was dropped,
loosing information.

The fix only parses numbers if the whole param is numeric.
2017-05-08 14:46:12 +03:00
Vesa Luusua
6ead90f4bd Merge pull request #146 from sharetribe/avatar-improvements
Avatar improvements
2017-05-05 15:53:54 +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
380f62e2db Merge pull request #145 from sharetribe/fix-signup-validation-styles
Fix SignupForm first/last name validation error UI styles
2017-05-05 15:36:17 +03:00
Kimmo Puputti
a3b94146c4 Fix SignupForm first/last name validation error UI styles 2017-05-05 15:32:23 +03:00
Kimmo Puputti
5f179673af Merge pull request #135 from sharetribe/signup
User sign up
2017-05-05 10:47:24 +03:00
Kimmo Puputti
145e8e60c1 Expand docs 2017-05-05 10:17:37 +03:00
Kimmo Puputti
64079f517f Remove underline from active tab link 2017-05-05 10:03:45 +03:00
Kimmo Puputti
d2fef80cb3 Separate email-taken from other signup errors 2017-05-05 09:43:15 +03:00
Kimmo Puputti
10b6f07d81 Add terms of service text + Stripe link 2017-05-05 09:43:15 +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
3db6728e0b Rename SignUpForm to SignupForm 2017-05-05 09:42:20 +03:00
Kimmo Puputti
e3c8359aa6 Rewrite signup form 2017-05-05 09:42:20 +03:00
Kimmo Puputti
7abdcefb3a Use enhanced inputs in login, add required validations 2017-05-05 09:42:20 +03:00
Kimmo Puputti
dcce1861a0 Move enhancedField HOC to utils 2017-05-05 09:42:20 +03:00
Kimmo Puputti
9b9a433a2b Fix auth page tab order 2017-05-05 09:42:20 +03:00
Kimmo Puputti
e2a94d38e9 Add ValidationError component 2017-05-05 09:42:20 +03:00
Kimmo Puputti
194eae003e Signup error messages 2017-05-05 09:42:20 +03:00
Kimmo Puputti
012402f2f7 Signup form fields and styles 2017-05-05 09:42:20 +03:00
Kimmo Puputti
de731b1f6e Enable signup, call API to create a user 2017-05-05 09:42:20 +03:00
Kimmo Puputti
c3c0a87468 Prefer signup over login page when requesting authentication 2017-05-05 09:42:20 +03:00
Kimmo Puputti
5676103177 Add signup to Auth duck 2017-05-05 09:42:20 +03:00
Kimmo Puputti
13a10f859a Update JS SDK 2017-05-05 09:42:20 +03:00
Vesa Luusua
bbd1abb112 Merge pull request #144 from sharetribe/herosection-fix-height
fix height
2017-05-05 01:47:01 +03:00
Vesa Luusua
509346decb fix height 2017-05-05 01:45:13 +03:00
Vesa Luusua
93ff73dff0 Merge pull request #143 from sharetribe/topbar-style-fixes
Added correct icons and some other style fixes
2017-05-05 01:37:57 +03:00
Vesa Luusua
9bec9d68ba Added correct icons and some other style fixes 2017-05-05 01:33:35 +03:00
Vesa Luusua
b1630b715f Merge pull request #142 from sharetribe/mobile-search
Mobile search
2017-05-04 19:18:49 +03:00
Vesa Luusua
407def94ed Topbar uses mobile search modal and SearchForm inside of it. 2017-05-04 19:12:38 +03:00
Vesa Luusua
84d71c7dbc InboxPageComponent can't render deeply itself since Topbar expects Google API integration. 2017-05-04 19:12:38 +03:00
Vesa Luusua
d12330d3a7 Refactor Modal to use flexbox 2017-05-04 19:12:32 +03:00
Vesa Luusua
4db5f31e84 Rename HeroSearchForm to SearchForm (it will look the same in different places of design) 2017-05-04 18:18:38 +03:00
Vesa Luusua
f4b81a1072 Merge pull request #141 from sharetribe/fix-breaking-change-on-api
FIX: createStripeAccount API call changed
2017-05-04 17:05:30 +03:00
Vesa Luusua
a77bc3a2b7 createStripeAccount API call changed 2017-05-04 16:59:22 +03:00
Vesa Luusua
7eb452c3ed Merge pull request #140 from sharetribe/topbar-mobile-menu
Topbar mobile menu
2017-05-04 16:27:25 +03:00
Vesa Luusua
70abd02739 Topbar uses MobileMenu inside Modal 2017-05-04 16:26:38 +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
de59d320ea Merge pull request #139 from sharetribe/topbar-mobile-menu-modal
Topbar: add modal (empty mobile menu)
2017-05-04 16:26:06 +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