Kimmo Puputti
830f06922f
BirtdayInput component
2017-05-11 13:59:57 +03:00
Kimmo Puputti
389e376abf
Merge pull request #152 from sharetribe/topbar-inbox-link
...
Inbox links
2017-05-09 15:07:11 +03:00
Kimmo Puputti
3e59adfc9a
Avoid extra request and set hasListings flag directly
2017-05-09 15:02:54 +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
841c00a4aa
Keep currentUserHasListings in sync
...
- Update when current user is fetched
- Update when a new listing is created
2017-05-09 10:08:48 +03:00
Kimmo Puputti
02a478f76d
Move fetchCurrentUserHasListings to the user duck
2017-05-09 09:35:26 +03:00
Kimmo Puputti
d087a3e1fa
Remove currentUserHasListings call from Inbox duck
2017-05-09 09:32:12 +03:00
Vesa Luusua
f7d090c350
Merge pull request #147 from sharetribe/fix-showing-old-tx-data
...
path params vs state are out of sync on OrderPage and SalePage
2017-05-08 16:04:59 +03:00
Vesa Luusua
809ebdb4ab
path params vs state are out of sync on OrderPage and SalePage
2017-05-08 15:34:47 +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
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
Kimmo Puputti
14ba5096a8
Use TabNav component in Inbox tabs
...
- Use TabNav component
- Show both tabs always
- Change copy texts
2017-05-08 14:31:26 +03:00
Kimmo Puputti
daa00699bb
Add TabNav component
2017-05-08 14:01:45 +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