Commit graph

811 commits

Author SHA1 Message Date
Mikko Koski
59212f04cf Fix issue of author container overflowing the view 2017-05-19 11:26:40 +03:00
Mikko Koski
f2270077f6 Run prettier 2017-05-19 11:01:49 +03:00
Mikko Koski
d3425439c5 Merge pull request #184 from sharetribe/autocomplete-click-fix
Fix autocomplete click issue. Listen mouse down instead of click
2017-05-19 11:01:16 +03:00
Mikko Koski
98fd29f92a Fix autocomplete click issue. Listen mouse down instead of click
This commit fixes click issue in the autocomplete predictions list. The previous implementation relied on two event: blur event from the input and click even from the predictions list. Blur event happens before click event and because of this there was a listener to listen the current hover status. However, this strategy doesn't work in touch devices where there's no hovers.

The fix is to listen mousedown/mouseup (and touchstart/touchend) events and save the current "in progress" state to the component state.
2017-05-19 10:52:03 +03:00
Boyan Tabakov
cb8894b6c2 Merge pull request #183 from sharetribe/high-res-favicon
Update the favicon with higher resoltion one
2017-05-18 15:35:41 +03:00
Boyan Tabakov
4019a46376 Update the favicon with higher resoltion one 2017-05-18 15:30:05 +03:00
Mikko Koski
04780644de Hotfix: window is not defined in server rendering 2017-05-18 14:10:51 +03:00
Mikko Koski
1e359c15f5 Merge pull request #182 from sharetribe/fix-cutoff-date-selectors
Fixes an issue with modal in mobile menu, which sets display to block
2017-05-18 13:36:52 +03:00
Mikko Koski
e4d4fdd828 Fixes an issue with modal in mobile menu, which sets display to block
- Causes issues, if the display should be flex or something else than block
2017-05-18 13:27:01 +03:00
Mikko Koski
96d405a663 Merge pull request #181 from sharetribe/fix-tests-and-format
Fix tests and format
2017-05-18 10:49:15 +03:00
Boyan Tabakov
4d5553cfde Merge pull request #180 from sharetribe/add-favicon
Add favicon
2017-05-18 10:45:18 +03:00
Mikko Koski
1c6652f288 Run prettier 2017-05-18 10:42:37 +03:00
Mikko Koski
da11d9c78e Remove unused SortableElement to fix tests 2017-05-18 10:42:11 +03:00
Mikko Koski
7583459469 Merge pull request #179 from sharetribe/remove-mobile-frame-if-small-screen
Remove mobile frame if the screen is smaller than 615
2017-05-18 10:34:41 +03:00
Boyan Tabakov
8535ac145b Add favicon 2017-05-18 10:33:57 +03:00
Mikko Koski
d10a3bcab4 Remove mobile frame if the screen is smaller than 615
Also, fix some hard-coded max-width 375px sizes.
2017-05-18 10:29:43 +03:00
Mikko Koski
496100f308 Merge pull request #178 from sharetribe/disable-image-sorting
Disable image sorting
2017-05-18 09:37:33 +03:00
Mikko Koski
920e204b9e Disable image sorting 2017-05-18 09:34:23 +03:00
Mikko Koski
65400a689a Merge pull request #177 from sharetribe/fix-modal-scrolling
Fixes modal scrolling issue by changing height 100vh to bottom 0
2017-05-18 09:25:33 +03:00
Mikko Koski
c119d67f78 Fixes modal scrolling issue by changing height 100vh to bottom 0 2017-05-18 09:21:31 +03:00
Boyan Tabakov
ba51da1b7b Merge pull request #176 from sharetribe/basic-auth-after-redirect
Move basic auth after SSL redirection
2017-05-17 14:58:34 +03:00
Boyan Tabakov
e56583011e Move basic auth after SSL redirection 2017-05-17 14:54:10 +03:00
Mikko Koski
49b52b0506 Merge pull request #175 from sharetribe/flexbox-fixes
Fix Flexbox cross-browser issues
2017-05-17 14:11:30 +03:00
Mikko Koski
1cb5f5d574 Fix Flexbox cross-browser issues
- Fixes Flexbox cross-browser issues (Safari) that prevents moving on in the listing wizard if user adds many images to the listing
2017-05-17 14:10:51 +03:00
Mikko Koski
8af1d23f9f Make SVG backgroud image to scale to the whole page
- Add preserveAspectRatio none
2017-05-17 09:49:12 +03:00
Vesa Luusua
6ecbf91026 Merge pull request #174 from sharetribe/wizard-submitbutton-margin
Submit button should have a margin bottom added
2017-05-16 23:42:24 +02:00
Vesa Luusua
ba3ab3939c Submit button should have a margin bottom added 2017-05-16 23:37:07 +02:00
Vesa Luusua
b009c671f1 Merge pull request #170 from sharetribe/wizard-buttons-to-bottom
Wizard forms should get all the space to their own use.
2017-05-17 00:08:27 +03:00
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
732a809cc3 Merge pull request #173 from sharetribe/3x2-images
Change to 3:2 image sizes
2017-05-16 16:56:22 +03:00
Boyan Tabakov
226572709c Change to 3:2 image sizes 2017-05-16 16:18:33 +03:00
Mikko Koski
d4e260620b Merge pull request #172 from sharetribe/ios-fixes
iOS fixes
2017-05-16 15:22:37 +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
Mikko Koski
8a667fa845 Merge pull request #171 from sharetribe/layout-fixes
Layout fixes
2017-05-16 14:19:30 +03:00
Mikko Koski
92951e8369 Fix the firstName/lastName size in Signup form
- Use flexbox space-between and let it handle spacing between the inputs
2017-05-16 14:15:19 +03:00
Mikko Koski
c8abf8f754 Add margin to search result summary text 2017-05-16 14:15:19 +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
860f41868e Remove Stripe ToS from SignupForm 2017-05-16 13:22:43 +03:00
Vesa Luusua
64303b37e7 Fetch in progress handling for payout form 2017-05-16 13:22:36 +03:00
Mikko Koski
7172176187 Merge pull request #163 from sharetribe/https-redirect
HTTPS Redirect
2017-05-16 09:08:33 +03:00
Mikko Koski
f2d9690c65 Merge pull request #164 from sharetribe/price-input-placeholder
Remove the overriden placeholder. Let the CurrencyInput handle it.
2017-05-16 09:06:37 +03:00
Vesa Luusua
3d6b7a2e1e Merge pull request #167 from sharetribe/listingpage-fixes
Listingpage fixes
2017-05-16 00:27:22 +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
91111df10f ListingPage author added
Update snapshot
2017-05-16 00:17:22 +03:00
Vesa Luusua
a5dad24bc8 ListingPage cta button copy-text 2017-05-16 00:17:21 +03:00
Vesa Luusua
a415b96e70 ListingPage 'per night' text 2017-05-16 00:17:21 +03:00
Vesa Luusua
46d7e9c7e1 No image icon and aspect ratio to 3:2 2017-05-16 00:17:21 +03:00