Vesa Luusua
67f8bd92e4
format with prettier
2017-05-16 23:00:36 +02:00
Vesa Luusua
abdff325c8
Forms decide which of their child element take extra space.
2017-05-16 22:53:51 +02:00
Vesa Luusua
b3d63162d9
actual panels let their form grow
2017-05-16 22:52:42 +02:00
Vesa Luusua
90f6b47f3b
wizard panels grow with the screen
2017-05-16 22:48:10 +02:00
Boyan Tabakov
226572709c
Change to 3:2 image sizes
2017-05-16 16:18:33 +03:00
Mikko Koski
f00f8e8335
iOS fixes
...
- Remove default border radius from input elements
- Textarea should inherit the font
2017-05-16 15:10:50 +03:00
Vesa Luusua
fcb94b0327
Merge pull request #161 from sharetribe/new-listing-payout-details
...
Payout details in the new listing wizard
2017-05-16 13:27:03 +03:00
Vesa Luusua
64303b37e7
Fetch in progress handling for payout form
2017-05-16 13:22:36 +03:00
Vesa Luusua
1e53ce5c64
Remove 'Booking period:' label and add margin between date inputs and booking info
2017-05-16 00:22:25 +03:00
Vesa Luusua
a415b96e70
ListingPage 'per night' text
2017-05-16 00:17:21 +03:00
Vesa Luusua
3a9ab85a1f
ListingCard clickable
2017-05-16 00:04:58 +03:00
Vesa Luusua
bdfb9d73c8
Prettier formatting
2017-05-15 23:58:56 +03:00
Vesa Luusua
c6a601d160
SaleDetailsPanel 'you accepted/rejected/delivered on'
2017-05-15 23:58:00 +03:00
Vesa Luusua
b9d407e32f
Field for building number (overloading address field with that data)
...
Using address as field name instead of location
2017-05-15 18:01:56 +03:00
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